Post topics, source code that relate to the Arduino Platform

User avatar
By Linton_Samuel_Dawson
#26301 yeah :D

- ok, thanks!

- you got my question right, I wasn't sure on how to proceed with that data... thank you for the advice.

- maybe i just got my english wrong.. I meant that I still do not fully understand serial communication on arduino, new GET requests work of course!

- I know.. but I need the Arduino for the pins, I'm controlling 15 relays with that :D Maybe I could anyway program directly the esp, but the AT commands seemed more straightforward to me
User avatar
By martinayotte
#26303 Feel free to say it in French if needed ... ;)
About controlling 15 relays, you can still do it, even with an ESP-01, by using a I2C GPIO expander such as MCP23017, it will give you 16 additional GPIOs.
On software side, you will save a lot of effort by throwing away the AT stuff. (even if I'm helping you here, I hate AT cmds :ugeek: )