diff --git a/docs/setup_config.md b/docs/setup_config.md index 808cc23..3930de6 100644 --- a/docs/setup_config.md +++ b/docs/setup_config.md @@ -14,7 +14,7 @@ connected together. - 1 Raspberry Pi or Arduino to act as the Master Node - 1 or more Arduino, Raspberry Pi, etc. (Sensor Nodes) -- 2 or more NRF24L01+ radio modules +- 2 or more NRF24L01+ or the above with NRF52x radio modules - 1 or more various sensors for your sensor nodes ### Software Requirements diff --git a/library.json b/library.json index 30072da..9fbd6ca 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "RF24Mesh", "keywords": "rf, radio, wireless, spi, mesh, network", - "description": "A simple and seamless 'mesh' layer for sensor networks. Designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.", + "description": "A simple and seamless 'mesh' layer for sensor networks. Designed to interface directly with with the RF24Network library, an OSI Network Layer using nRF24L01(+) and nRF52x radios.", "license": "GPL-2.0-only", "repository": { "type": "git", @@ -42,6 +42,7 @@ "atmelmegaavr", "espressif32", "espressif8266", - "ststm32" + "ststm32", + "nordicnrf52" ] } diff --git a/library.properties b/library.properties index 73d8eb6..79664eb 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=RF24Mesh version=2.0.0 author=TMRh20 maintainer=TMRh20,Avamander -sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios. +sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios. paragraph=Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack. category=Communication url=https://nRF24.github.io/RF24Mesh/