Control your Intel Edison in Realtime with Websockets!
Wai Lun @ Medium
118
Hi ,
I Want to use our own cloud .My idea is i want control the things using cloud server and cloud server.
Intel Edsion board is connected to Wi-Fi. I Want to upload the Arduino code or firmware or configuration or Image without using Arduino IDE on Ubuntu.
Have code on Arduino Edison and it is running on MQTT IoT Protocol. Edison is communicated sensor and Sending sensor data to Cloud Server. I was able to send and receive the data to cloud and Edison.
My Question is i want reconfigure the threshold values of sensor for example temperature sensor range Low and High can be reconfigured on edsion based on received data on Edison.
Is there any to implement this scenario.