Control Arduino Due With NodeMCU
Posted: Tue Jan 19, 2016 7:18 am
Hello everyone! I own a NodeMCU v1.0 board with 0.9.6 LUA and an Arduino Due R3 board. I would like to control my Arduino Due board with NodeMCU over the internet. (Cloudly from anywhere) I want to be able to send commands/programs to my Arduino board and log sensors (Temperature, humidity, gas etc.) that are either connected to the Arduino or the NodeMCU, whichever works. I want to be able to control servos, LEDs etc, and log sensors at the same time. I also want the board to take action depending on the data coming from the sensors. (For example if the temprature is over 25 degrees Celcius, send me an e-mail etc.) This is not that necessary but other functions are important. Are these things possible to with NodeMCU and an Arduino Due? Should I buy an Arduino Yun or an XBee to control Arduino Due? What is the best and cheapest solution for me to this project? (I don't know LUA well, but I know C, C# pretty good) Thanks for your help in advance!