-->
Page 3 of 3

Re: Sketch upload issues

PostPosted: Mon Jul 25, 2016 5:55 pm
by amazingly_purple
martinayotte wrote:Those links show how to communicate ESP with Nano using SoftwareSerial, but none of them showing how to use Nano to upload sketches in ESP without the needs of separate USB-Serial.


Oh, really? I didn't know that! So, if I used SoftwareSerial, would I be using the Nano as the main microcontroller with the ESP as a sort of attachment instead of the ESP being the main microcontroller?

Re: Sketch upload issues

PostPosted: Mon Jul 25, 2016 8:42 pm
by martinayotte
Simply by looking at those sketches, they are all using SoftwareSerial.
And some of them also clearly mentioned that they use external USB-Serial to do the uploads.