RFM69OOK
A general OOK transceiver library for RFM69
Install / Use
/learn @kobuki/RFM69OOKREADME
RFM69OOK
This project is an attempt to create a general OOK transceiver library, primarily for LowPowerLab's Moteino (http://lowpowerlab.com/moteino/). It should also work in many other Arduino derivatives that make use of Hope RF's RFM69 radio transceiver modules.
Code is originally based on https://github.com/LowPowerLab/RFM69 by LowPowerLab, with many parts removed, completely rewritten or amended for operation in OOK mode.
OOK sampling code and a complete decoding example for a cheap weather station temperature transmitter is included.
For ongoing development and usage discussion, please see: https://lowpowerlab.com/forum/index.php/topic,1286.0.html
Necessary modifications to the Moteino
First, for this library to work, a simple change needs to be made on the Moteino. In order for the necessary signal to reach the MCU, a pair of digital I/O pins need to be connected between the module and the mote. The following table summarizes the changes necessary.
Moteino model | RFM69 pin | Moteino pin ---------------------------- | --------- | ------------- All Moteinos with Atmega328p | DIO2 | 3 Moteino Mega | DIO2 | 10
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
