Skip to content

Commit

Permalink
nrf52x - docs & library files (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 authored Mar 13, 2024
1 parent e0d390c commit 2518467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/setup_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -42,6 +42,7 @@
"atmelmegaavr",
"espressif32",
"espressif8266",
"ststm32"
"ststm32",
"nordicnrf52"
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 2518467

Please sign in to comment.