particle-rf24 (community library)
Summary
Name | Value |
---|---|
Name | particle-rf24 |
Version | 0.0.2 |
Installs | |
License | GNU GENERAL PUBLIC LICENSE |
Author | Yunzhi Hou public@stewarthou.me |
URL | https://github.com/stewarthou/particle-rf24 |
Repository | https://github.com/stewarthou/particle-rf24.git |
Download | .tar.gz |
An implementation of TMRh20's optimized RF24 Library for the Particle Photon.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
Particle-RF24
About
An implementation of TMRh20's optimized RF24 Library for the Particle Photon.
Used Technobly's SparkCore-RF24 library as a reference to make sure it is compatible with Particle Photon.
Design Goals
- Fully API compatibility with TMRh20's RF24 Library, can run RF24's examples without massive modification.
- Fully communicationable with other devices runing TMRh20's RF24 Library.
- Fully compatible with Particle Photon. (with Electron if I am able to test on the real device)
- Can be included from Particle Build Web IDE.
Example Usage
Check firmware/examples folders. More examples are comming...
Circuit Diagram
Comming soon...
FAQ
Q: Why not just fork TMRh20's RF24 Library and add device support for Particle Photon?
A: It is eaiser to port the RF library, because Particle Photon is kind of combination of Arduino and ARM. And it needs special folder structure to make library accessiable from Partible Build Web IDE.
Q: What if my device is damaged because of this library?
A: 😱 I take no responsibility for any damage and/or injuries to you and/or devices caused by this library!!! Do not use this library in any killing robot 🤖️ or missile launcher 🚀 projects.
Browse Library Files