Ethernet gateway example in DEV branch
-
@all
The problem of RFM69 initialization was due to the voltage divider (4,7k and 10k resistors), with logic level converter the RFM69 starts ! Not sure to understand as a lot of post on internet suggest the voltage divider ...
Now I have that debug messages:
0;0;3;0;9;Starting... IP: 0.32.0.96 0;0;3;0;9;gateway started, id=0, parent=0, distance=0The IP address change at each start-up and is of course not what I set in the sketch.
How-to debug ?Thanks !
-
Hello,
I tried the SOFT SPI from Gieemek (see this post) and it's really better ! I done it with a UNO board on pin 7, 6, 5 and 4 (it seems that pin 13, 12, 11 and 10 are not a good choice with the Ethernet shield).
So now I can ping the Gateway :)
But (yes, there is a but), MYSController is not able to connect and there is no specific message on the serial link of the UNO board:
0;0;3;0;9;Starting... IP: 192.1.1.66 0;0;3;0;9;gateway started, id=0, parent=0, distance=0The IP address is the good one.
What can I do ?Thanks !
-
I tried the current branch and it's the same thing.
I tried using DHCP to be sure the Ethernet shield is working and there is no problem.I saw message between MYSController and the Ethernet gateway using Wireshark but I am not able to decode them and MYSController is never really connected ...
-
Hi all
First of all i apologies for my bad english.My GW aruino nan with 5100 shield and RF24 radio using soft SPI
Using mysensor 1.5 library radio init fail
Using mysensor dev library the gate a way start with wrong IP adress.Note the radio is powerd on battery with common ground connexion while the nano and ethernet shield share the same power supply. the standard ethernet expamle are working so i dont thin its a power problem.
Any idea what is wrong?
-
I'm testing the DEV branch with MQTT and W5100, I use a shield with an included SD-CARD. I had trouble sending messages using MQTT so I tried to debug using plain Ethernet gateway w5100, the same problem seems to occur.
Everything seems to work normal in debug log, but I noticed that I never get a "gateway ready" command. Please note that radio init is good, and I get an IP adress that is reachable.
I tried to enable SOFTSPI and UDP ethernet, but no dice.
Really looking forward to the new w5100 MQTT client gateway! Any advice appreciated. (trying with a w5100 without SD CARD did not change anything)