Skip to content

RF24Network, RF24Mesh, and RXing BLE #33

Compare
Choose a tag to compare
@2bndy5 2bndy5 released this 26 Nov 06:10
· 31 commits to master since this release

Adds new features

  • RF24Network ported from TMRh20 C++ library (not WiFi compatible)
  • RF24Mesh ported from TMRh20 C++ library (not BLE/802.11 mesh compatible)
  • sniffing/receiving BLE payloads. This is still subject to the limitations of the nRF24L01 as have been outlined in the fake_ble module's docs.

See #33 for more details.

Also improved speed in certain aspects of the RF24 class.