Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorrigby/elixir-radio-examples
Example Usage https://github.com/ConnorRigby/elixir-rf69
https://github.com/connorrigby/elixir-radio-examples
Last synced: about 2 months ago
JSON representation
Example Usage https://github.com/ConnorRigby/elixir-rf69
- Host: GitHub
- URL: https://github.com/connorrigby/elixir-radio-examples
- Owner: ConnorRigby
- License: apache-2.0
- Created: 2020-05-28T21:50:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T18:50:21.000Z (over 4 years ago)
- Last Synced: 2024-10-19T14:06:04.737Z (3 months ago)
- Language: Elixir
- Homepage: https://github.com/ConnorRigby/elixir-rf69
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elixir-radio-examples
Example Usage of https://github.com/ConnorRigby/elixir-rf69 and https://github.com/ConnorRigby/elixir-rf24
## RF26
* [arduino-node](rf69/arduino-node/README.md) - Example/Test arduino code. Basically the RFM69 basic node example with some tweaks
* [basic-nerves](rf69/basic-nerves/README.md) - Just a nerves app that wraps `rf69`
* [scenic-nerves](rf69/scenic-nerves/README.md) - Example app that displays nodes as they appear## RF24
* [arduino-node](rf24/arduino-node/README.md) - Example/Test arduino code. Basically the RF24 Simple PingPair example
* [basic-nerves](rf24/basic-nerves/README.md) - Just a nerves app that wraps `rf24`