Skip to content

Releases: adafruit/Adafruit_CircuitPython_RFM

1.0.4 - RTD Sphinx Config

17 Jan 18:36
8a55e34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3 - Read Fifo Fix & Docstrings Update

13 Dec 15:10
903e665
Compare
Choose a tag to compare

What's Changed

  • udpate rtd container version config by @FoamyGuy in #3
  • fix read_fifo to always define packet before return, Correct typo in dosctring by @jerryneedell in #6

Full Changelog: 1.0.2...1.0.3

1.0.2 - Fix For Sphinx RTD Theme

07 Oct 22:19
Compare
Choose a tag to compare

1.0.1 - Added Msgpack Example

19 Aug 16:33
91f2038
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

Initial release

12 Aug 18:27
04ccc8e
Compare
Choose a tag to compare

Initial release -- breaking changes may occur
New features:
Uses asyncio internally - may also be used in user code.
Requires asyncio and adafruit_ticks

Radiohead Header may be disabled for compatibility with other libraries.
FSK/OOK support added to RFM9x
RFM9X can communicate with RFM69 in FSK/OOK (without encryption)
Addressing may be enabled for FSK/OOK on RFM69/RFM9x

There are several examples provided -- more to come.

Note: this cannot not be used on the Feather M0 RFM69/9X boards
requires RP2040 or RFM featherwing/breakout on a MCU with more resources than an M0

It does work on a Raspberry Pi with the RFM bonnet --
most of the testing has been on an RPi with a RFM bonnet (RFM95 and RFM69)
and on a feather esp32s2 with an RFM95 Featherwing

In the examples, you can uncomment 2 lines to select RFM69, RFM9x or RFM9XFSK operation