So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Ariel Weinberger
#70050 Hello.

All tutorials that I see online using the ESP8266WiFi (which makes it a lot easier than typing AT commands, by the way, thanks) show how to program the ESP8266 (mostly 12) directly.

In my case, I am using an Arduino Nano/Uno, where I connect the ESP-01 directly to say GPIO 8 and 9 (RX, TX) and use SoftwareSerial to communicate with it.

So in short, I want the logic to be programmed in my Arduino, and only use the ESP-01 module for WiFi. Is there a way to use the library with this setup?

Thanks!