Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueluna/nrf52840-experiments
802.15.4 experiments with nRF52840
https://github.com/blueluna/nrf52840-experiments
802-15-4 embedded-systems ieee-802154 nrf52840 rust zigbee
Last synced: 2 months ago
JSON representation
802.15.4 experiments with nRF52840
- Host: GitHub
- URL: https://github.com/blueluna/nrf52840-experiments
- Owner: blueluna
- License: mit
- Created: 2019-03-11T15:03:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T01:48:27.000Z (12 months ago)
- Last Synced: 2024-04-24T03:52:00.187Z (8 months ago)
- Topics: 802-15-4, embedded-systems, ieee-802154, nrf52840, rust, zigbee
- Language: Rust
- Homepage:
- Size: 293 KB
- Stars: 27
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Work in progress IEEE 802.15.4 for nRF52840
This is some experiments with using the nRF52840 radio in 802.14.5 mode. The
examples in this repository assumes that one of the nRF52840-DK or
nRF52840-MDK, ... boards is used.The host program has been tested with Fedora and Ubuntu Linux.
The code is split into following parts.
## Parts
### Target examples
#### Adafruit Feather nRF52840 Express
[Color Light Demo](doc/adafruit-feather-color-light.md)
#### Nordic nRF52840-DK
#### Makerdiary nRF52840-MDK
### Host
The host tool, psila-host, is found in the psila repository.
## Usage
1. Start the host application listening to the nrf52840 USB-to-serial device
2. Start the target application on the nRF52840## License
Licensed under the MIT license. See LICENSE.