Hi all,
I have some problems with Arduino examples for Edison module. For my project I want to send and receive some data to/from Iot Analytics Dashboard over WiFi. For these purposes I'm using Arduino examples IoTkitSimpleExample, IoTKitActuationExample and IoTkitRegisterExample. Thanks to these examples, I can register components (like temperature sensor, power actator) and send some data like temperature value to Iot Analytics via WiFi. Now, when I have registered power actuator I want to control LED on the Arduino Edison board via Iot Analytics. I'm using IoTKitActuationExample and it doesn't work. I'm sending LED actions (with values 1 or 0) from Iot Analytics Dasboard website, but I don't receive anything. There is no message via seria port from Arduino serial monitor or even no message about receiving sth via Putty and IotKit agent. What am I doing wrong? Why I can send sth to IotAnalytics, but I can not receive LED action message from enableiot website. Are there problems with setting IP or UDP ports in Arduino example?
Michal