AcmeUK wrote:Is there a technical reason why you are using the Arduino?
A suitable esp8266 like the NodeMCU has plenty of capacity to read sensors and send the data to an API.
There is a multitude of example scripts on the net.
Trying to use the AT commands invites a whole lot of headache!
The technical reason is I think Arduino is easy. Raspberry Pi is also an option, but it is to... Heavy for what we try to accomplish. Besides that, I have more experience with Arduino. It is also because of the costs; Arduino is cheaper.
So you have any tutorial that tells me how to accomplish the thing I want? Most tutorials I find are just bits and pieces.
What should I be using, if AT is a no go?