Can I use ESP8266WiFi with Arduino Nano/Uno and ESP-01?
Posted: Sun Sep 17, 2017 7:02 am
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!
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!