OK, I understand...
I'll buy a W5100 and will try with serial until module arrives.
Thank you!!
OK, I understand...
I'll buy a W5100 and will try with serial until module arrives.
Thank you!!
Thanks!
In the example that I'm trying
http://www.mysensors.org/build/mqtt_gateway
I thought that was developed for both enc28j60 and 5100 , but now I can see that I was wrong. (I can't compile, anyway)
The example provided with libraries (dev branch)
https://github.com/mysensors/Arduino/blob/development/libraries/MySensors/examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino
is very different from the one proposed on the web:
http://www.mysensors.org/build/mqtt_gateway
The one provided in dev branch libraries examples is not 1.5?
If I get a W5100 wich sketch sould I use?
Perhaps, I should try to use a serial gateway, but I like the idea to have a device for only RFL24>Eth / MQTT.
Thanks for your answers.
Thanks!!
I've done in a new install in Windows, installed this libraries:
https://github.com/mysensors/Arduino/tree/development
And now, I get this error:
...MQTTGateway.ino:77:23: fatal error: DigitalIO.h: No such file or directory
#include <DigitalIO.h>
Wich sketch should I use if I'm looking for a MQTTGateway with ENC28J60? Sample sketch provided with libraries is for W5100, can I use this sketch:
https://github.com/mysensors/Arduino/blob/development/libraries/MySensors/examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino
and replace #include <Ethernet.h> for #include <UIPEthernet.h> ??
Thanks!
Hello!
...any idea? I've seen similar issues with this MySigningNone.h error, but haven't seen any clear sollution.
Thanks!
I can compile all examples like GatewayW5100MQTTClient, GatewayENC28J60... but not this one:
http://www.mysensors.org/build/mqtt_gateway
In my Arduino install, this method to install libraries didn't work:
http://www.mysensors.org/about/arduino#installing-the-sensor-libraries
I have to move MySensors folder to my libraries folder to make examples work.
Why can't compile http://www.mysensors.org/build/mqtt_gateway with codebender plugin? (other MySensor's sketches do)
Why this "MySigningNone.h" error with Arduino IDE? Is something related with this http://forum.mysensors.org/topic/1021/security-introducing-signing-support-to-mysensors ??
Thanks!
Sorry...
In the example sketches provided with the libraries, I can't find any one like http://www.mysensors.org/build/mqtt_gateway
Hi,
It's not the same sketch. I can't find any sketch in the examples that have the same two tabs.
In the other hand, I can upload without issue with codebender this one:
http://www.mysensors.org/build/ethernet_gateway ...but I need ENC28J60 and MQTT
Regards
MQTTGateway.ino.ino:80:27: fatal error: MySigningNone.h: No such file or directory
compilation terminated.
Error de compilación
Thanks!
Hi, I'm trying to compile this sample:
http://www.mysensors.org/build/mqtt_gateway
If I try online plugin, fails (blink sample is OK)
If I try with Arduino IDE (1.6.5 OS X), can't compile, always MySigningNone.h error. I've installed latest libraries, and now I can see MySensors examples (so I think libraries are ok).
I can compile MySensors Eth samples without issue, but I'm a bit confused because the name of the sketch sometimes is different of what it supposes to do (the description in the .ino file doesn't match with the filename).
I want to compile a Ethernet Gateway with MQTT (using UNO or Pro Mini and ENC28J60) and it's a bit frustrating for me that I can't pass one of the fists steps. I'm not very experimented with Arduino or Programming, but I have an OpenEnergyMonitor solution working for more than a year (...and very proud), so I thought that install libraries, compile, upload sketch... were not going to be a problem (...I thought).
What am I doing wrong?
Thanks in advance!! ...and sorry for my English.