-->
Page 2 of 2

Re: ESP8266 and softwareserial

PostPosted: Fri Aug 14, 2015 9:20 pm
by matbor
plingboot wrote:I'm also using it to connect to a serial GPS module. I'm using hardware serial to receive at 9600 on GPIO1 and GPIO3 (just disconnect the programmer after the upload adn restart) and hardware Serial1 (TX only) to output debug stream of GPS sentences . Works great.


Thx all, will try that.

Re: ESP8266 and softwareserial

PostPosted: Mon Aug 17, 2015 8:47 am
by matbor
For anyone else that gets stuck in the future, I just modified the TinyGPS++ example to work with it.
https://github.com/matbor/TinyGPSPlus_ESP8266

after uploading sketch these are the serial connections;
1.Disconnect console cable.
2. connect GPS (TX) -> ESP8266's (RX) - serial
3. Connect console cable (RX) to ESP8266 GPIO#2 (TX) - serial1 for debugging.