- Tue Oct 16, 2018 6:28 am
#78651
Ask your question over there; this is a forum about the ESP itself, not about the Arduino.
Most sites/people that promote using a combination of an Arduino with an ESP like that (using AT commands), don't really now what they're doing or their info/knowledge is outdated.
In 95% of the projects there's no need for an Arduino, since an ESP alone would suffice.
There's nothing wrong with Arduino, in fact it's a great board, but using AT commands is cumbersome, pointless and it makes things unnecessary complicated and hard to debug.
An ESP can be programmed
using the same tools and code as an Arduino (using the Arduino IDE) and it is 10 to 20 times faster (160MHz vs 8 or 16MHz for the Arduino).
There are
excellent projects that exactly do what you want and in a proper way (although I indeed see a lot of the same "Wrong" Arduino/ESP combo's out there...).
Another tip: since you're new, get yourself an actual development board (they're only about $2.50, see my signature for examples) for a flying start.
Assumption is the mother of all f*ckups. At least: that's what I'm assuming.