Skip to content

Releases: adafruit/Adafruit_CircuitPython_RFM

1.0.9 - Update Ruff Config & RTD Style Fix

20 Oct 19:58

Choose a tag to compare

1.0.8 - Fixes: Mode After Ack & Temperature Reading

20 Oct 14:17
121a058

Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7 - Fix Max Packet Length Issue

07 Jul 20:44
e242320

Choose a tag to compare

What's Changed

  • Move asserion of length of data packet by @hrfarmer in #15

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6 - Type Hint ack_delay

16 May 00:46
91b9767

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5 - Spreading Factor Fix & Examples

20 Feb 15:15
8f0b80e

Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4 - RTD Sphinx Config

17 Jan 18:36
8a55e34

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

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

Choose a tag to compare

1.0.1 - Added Msgpack Example

19 Aug 16:33
91f2038

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

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