-
see discussion at http://openenergymonitor.org/emon/node/1051?page=3
-
This issue is intended to discuss new functions for the RF12 driver, and its required interfaces. issues to be discussed.
- replace rf12_control() by rf12_xfer, or remove the function at all from exte…
-
I'm using an RFM69HW with a bare Atmega328p running at 8mHz. I'm able to communicate with the module just fine but calls to `send` or `sendWithRetry` seems to block forever. Any ideas about what mig…
-
With the changes in progress on the rf12demo branch, it would be nice to be able to automatically seek the best frequency to receive a specific node.
Perhaps as follows:
- add a ` u` command (tUne)
-…
-
My node is sending strange messages every time it sleeps and wakes up.
The offending messages, as seen in serial monitor are:
```
4765 TSF:MSG:SEND,242-242-0-0,s=255,c=3,t=32,pt=5,l=4,sg=0,ft=0,s…
-
Hi All.
Now I am designing project with using Atmega 644p (8MYz), Arduino IDE 1.6.8.
After writting of bootloader in an controller is done the Led blinks twice with period one second. After loading …
-
Hi, thank very much for you great job, this library is very useful.
I figure out the transmission time is about 1 sec. but i think that time seems too much. Maybe I've wrong in my sketch ?
The recei…
-
I am running a slightly modified version of the Gateway example, having removed the SPIFlash for compatibility reasons.
Here's a snippet:
```c++
// Sample RFM69 receiver/gateway sketch, with AC…
-
I did not manage to get the example rf69_server working.
It hangs in void RH_RF69::setOpMode(uint8_t mode)
at
// Wait for mode to change.
while (!(spiRead(RH_RF69_REG_27_IRQFLAGS1) & RH_RF69_I…
-
here and there is are code that checks some time past with similar
while (!canSend() && millis() - now < RF69_CSMA_LIMIT_MS) receiveDone();
But millis function rollover every ~49 days, this means af…