-
Hi, is it possible to change something on your libraries SPIFlash or RFM69 so I can initialize the flash before I initialize the radio. Now it stops on radio.initialize().
The reason for this: I wa…
-
I think there is a problem with short non jeenode packets passing into the driver. When rf12_len contains a large value but the actual packet length is short, around 5 bytes then TXRECV doesn't appear…
-
The RF69_IRQ_PIN 2 definition in RFM69/RFM69.h is incorrect.
According to a datasheet it is pin 16 (Arduino pin 10).
So the correct definition for:
`#elif defined(__AVR_ATmega644P__) || defined(_…
-
I got my RFM69 radio and attached it to the Raspberry Pi zero. Installed the mysensors gateway and got it running. This is the log:
```
Sep` 08 06:11:53 INFO Starting gateway...
Sep 08 06:11:53 …
-
The updates to MySensors that now include a MyConfig.h header change the locations for definitions. The radio selction should still be included in the ButtonSizeNode.ino file however the frequencies f…
-
I probably didn't look very well when i ordered the board. I was in the understanding that all mysensor sensors worked with the NRF24L01 protocol but it seems there are two radio options,
I enabled…
-
Hi,
I have this socket set named Superswitch (Based on EV1527 OTP Encoder)
![image](https://user-images.githubusercontent.com/22603312/47607700-4d2de800-d9f1-11e8-99a2-6d1b683c365f.png)
Using […
-
Currently, rf12_config() reports something like:
```
[RF12demo.10] _ i31 g42 @ 868 MHz
```
The values give an idea of the current configuration, as restored from EEPROM. They also get used by HouseM…
-
Hi, I have just started with RFM69 library to replace NRF24 modules. I want to include listen mode in my Gateway and I have tried to find an example of this mode.
I have also check LowPowerLab foru…
-
In the now commented example. Just wondering why you changed from config.h to inlineing everything into the sketch ?