Hi guys,
I have an Arduino Uno and an ESP8266MOD. I want to send sensor data from my Arduino Uno to a ThingSpeak Server. As I already have an ESP8266MOD, how can I set it up with my UNO so as to have Wifi connectivity.
I could not find a decent tutorial that uses mod version of ESP8266.
Not exactually your question but why is the UNO needed? Can't you put the UNO functions on the ESP8266?
If you indeed need to connect the two you must give us more information. Exactly what signals are you trying to connect between the two devices? What information are you planning to exchange?
The Introductory Tutorials section is for posting, guess what, tutorials for helping beginners. You have asked a question, not actually posted a tutorial.
Therefore I have moved your post here. Please be more careful where you post in future.
Hi John,
Actually I have many sensors whose data I am trying to send to the server for remote access. As Uno has many analog pins instead of the one in NodeMCU I guess I have to use it.
I just want to send some API calls from the Arduino to internet using NodeMCU. The Arduino doesnt need any information from the server.