Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrf52x - docs & library files #234

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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