MySensors nodes with Ethernet interface only
-
Hi all,
I use my arduino network with ethernet interface and MQTT protocol.
Now, I want to use the same hardware but with MySensors + MQTT (no gateway role).Is it possible to use mysensors with no NRF24 or RFM69 ?
when I test I had this issue:
Radio init failed. Check wiring.
normal ... but is there an option to do this ?
thanks in advance
-
The dev branch supports this (2.0.0-beta).
Just remove the #define MY_RADIO_NRF24 from the gateway sketch..
-
It's very good @hek !
thanks for your answer.
-
@hek said:
The dev branch supports this (2.0.0-beta).
Just remove the #define MY_RADIO_NRF24 from the gateway sketch..
When I try to remove the "#define MY_RADIO_NRF24" I'm getting this error:
WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'
sketch\GatewayW5100.ino.cpp.o: In function `sendHeartbeat()':C:\Users\mk55\Documents\Arduino\libraries\MySensors1/core/MySensorsCore.cpp:276: undefined reference to `transportGetHeartbeat()'
collect2.exe: error: ld returned 1 exit status
plz help!
-
Hi,
I'm sorry. I didn't test this method yet.I have no time
If you find the solution, please tell me.
thanks
-
Will this include nodes with ESP8266 modules too?