jeelib icon indicating copy to clipboard operation
jeelib copied to clipboard

JeeLib for Arduino IDE: Ports, RF12, and RF69 drivers from JeeLabs

Results 15 jeelib issues
Sort by recently updated
recently updated
newest added

This patch it's needed in order to set INT1 instead INT0 without need to hardcode it when we are on Leonardo and Yun. This patch has been tested with this...

Whilst debugging an issue with a sketch using JeeLib a couple of questions have cropped up that I wonder if you can clarify. the first is in the title, in...

0x94A2 means 134KHz RX-bandwidth. With +/- 90 KHz FSK deviation 200 KHz is a better choice. Else modulation is lost in the RX-filter.

0x42 means 125KHz RX-bandwidth, With +/- 90 KHz FSK deviation 200 KHz is a better choice. Else modulation is lost in the RX-filter.

rf12_encrypt(KEY) is working fine when using rf12 modules (without RF69_COMPAT). When using rfm69cw modules with RF69_COMPAT sending and receiving is working fine but the encryption is just ignored (seems to...

bug

I thought we had fixed this once before. However, reusing a Jeelink with non-standard eeprom contents and loading master branch RF12demo.ino does not yield a working Jeelink.

HI, is there a jeelib port for ESP8266 boards, they are ardiono compatible. I a trying to compile some code based on standard jeelib but I am getting the error...

When the rf module is high stressed and/or far from other nodes the checkmessagereceived return ever false and i can not send on my rf module. But if turn off...

Verifying "test1.io" sketch (dated 2013-02-02) fails using Arduino 1.6.6 (downloaded 2015-11-30). Looks like the checks have become more picky. :-( Removing 'static' from line 11 allows the sketch to compile....

Hi! I would like to know if you will change the RF12 library to support the new features of SPi library as explained here: http://www.dorkbotpdx.org/blog/paul/spi_transactions_in_arduino This new features seems solve...