Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.