I've a fully functioning Arduino project which collects data and sends it to a PC in serial form via USB for processing by a B4J app. I want to move from a wired (USB) to a wireless (WiFi) connection. Should be simple I thought.
So I've added an ESP8266 based WiFi (DuinoTECH ESP13) shield to my DuinoTECH Classic (UNO). I have been able to successfully send AT commands to the ESP8266 via the UNO serial port, but that seems rather limiting and so want to code the ESP28266 directly while using the UNO serial connection to exchange any necessary data.
I'm new to the world of "shields" and confused how to upload code to the WiFi shield while it is connected to the UNO or do I have to use the DIP switches to isolate the serial physical connection and use a separate FTDI USB-to-Serial cable?
Lot's of Googling has failed to reveal the mystery for me!
So I've added an ESP8266 based WiFi (DuinoTECH ESP13) shield to my DuinoTECH Classic (UNO). I have been able to successfully send AT commands to the ESP8266 via the UNO serial port, but that seems rather limiting and so want to code the ESP28266 directly while using the UNO serial connection to exchange any necessary data.
I'm new to the world of "shields" and confused how to upload code to the WiFi shield while it is connected to the UNO or do I have to use the DIP switches to isolate the serial physical connection and use a separate FTDI USB-to-Serial cable?
Lot's of Googling has failed to reveal the mystery for me!