[SOLVED] ESP8266 MQTT with RM69HW
-
If nrf and rfm work the same, then id 0 is possible. My nrf gateway has id 0 and it works fine.
yea my bad, i just tried ID 0 in the RFM69 library Gateway-Node example and it worked, still can't understand the logic behind it since i know logical AND is done on the addresses but nvm..
I am trying to get the Gateway Example of Original RFM69 (by Felix) to run on Wemos D1 Mini but i gets WDT reset, am trying to build up the gateway step by step to narrow down the problem.
any idea if any modifications were done to the original RFM69 library to run on ESP8266 chips ?
-
I tested a ESP8266 GW with an RFM69 radio today an I finally managed to get it to work when I reasigned the radio IRQ pin to GPIO4 on the ESP.
-
I tested a ESP8266 GW with an RFM69 radio today an I finally managed to get it to work when I reasigned the radio IRQ pin to GPIO4 on the ESP.
-
I am using an ESP-07 so your device is probably different, nice that you got it working.
-
cheers, The D1 mini is a mini wifi board based on ESP-8266EX according to their website.
still the whole thing is flakey, sometimes it got stuck and won't reset (even from onboard reset button) until i disconnect all the wires, are i only connect the RFM69 pins specified in here should other on used pins be grounded ?
-
Hi @Meshx86 ,
I realized that I also have some of the WeMoS D1 minis and I tried to create a RFM69 WiFi Gateway with one.
I am having the same experience as you and can not seem to get it working reliably.
Let me know if you find a working solution and I will do the same if I find a working solution. -
Hi @Meshx86 ,
I realized that I also have some of the WeMoS D1 minis and I tried to create a RFM69 WiFi Gateway with one.
I am having the same experience as you and can not seem to get it working reliably.
Let me know if you find a working solution and I will do the same if I find a working solution.on the RFM69 Gateway-Node Example by Felix i managed to get Wemos to talk to Arduino Pro mini by changing IRQ_PIN and IRQ_NUM to 4 both send & receive
now on the MySensors example, i can see the gateway (Wemos running MQTT gateway example) receiving the broadcast from the Arduino Pro Mini Node, and it replies to it, but the Arduino isn't receiving anything.
I am not sure if it is wiring, or something with the node/gateway code
-
i just remembered i need a controller to distribute ID's for the nodes, i installed MyController.org and it works fine