jeelabs / jeelib

JeeLib for Arduino IDE: Ports, RF12, and RF69 drivers from JeeLabs
https://jeelabs.org/202x/sw/jeelib/
The Unlicense
489 stars 215 forks source link

Add support for receiving fixed length packets #68

Closed cadwal closed 10 years ago

cadwal commented 10 years ago

This allows use of the RF12 driver to receive data from sources that do not implement the RF12 protocol. Includes a sample for the EMT7110 energy meter.

This is the same version as yesterday with a mode reset included in the sketch. The logic of this one is fairly readable but as you noted somewhat intrusive.