-
All is in the title...
Best regards
Vorms updated
5 years ago
-
Hi all,
I've been working on getting this Gateway to run on my Uno with an ethernet sheild and an RFM69HW chip and I've been running into some problems. I've gotten to the point where the ethernet…
-
Hi.
I am having issues with your library for it uses 1,100 bytes of RAM - this is forcing me out of the 2k limit on most arduinos and into a MEGA which is not good.
Any advice on how to reduce the R…
-
I need help with the jeelib. It compiles fine with the rather old (abandoned?) attiny core from google code: https://code.google.com/p/arduino-tiny/
But nowadays Arduino recommends this core to be us…
-
When sending a message to a receiver via MQTTtoRFM69 there appears to be 10 attempts. Each time a message is sent it tests for an acknowledgement from the receiver via
`if(radio.sendWithRetry(valueR…
-
-
I'm using version 0.8 and RFM69HW
[https://www.ebay.co.uk/itm/RFM69HW-868Mhz-433Mhz-915Mhz-20dBm-HopeRF-Wireless-Transceiver-For-Remote-HM-C/272412839767?ssPageName=STRK%3AMEBIDX%3AIT&var=57138342142…
-
I get error messages like this:
```
EspSparsnasGateway:349:17: error: 'uint32_t' was not declared in this scope
bool initialize(uint32_t frequency) {
^
EspSparsnasGateway:604:…
-
```
drivers/staging/pi433/rf69.c:856:30: warning: implicit conversion from 'int' to 'char'
changes value from 128 to -128 [-Wconstant-conversion]
char spi_address = REG_FIFO | WRITE…
tpimh updated
6 years ago
-
Hi David, this is great project btw.
I'm hoping to try to use it to enable my home heating system to be completely self-contained, at present I'm using the MiHome REST APIs to read and control my eTRV…