Open mattnj1975 opened 1 year ago
If the necessary ports are exposed on your ESP8266 board it should be possible.
I recommend to get serial working first using a simple "hello world" type project, and try to get any help you need with this on a dedicated support channel.
Alvra, I wasn't sure how to send you a message, but I just wanted to say thank you for making this project. I have learned a lot from the code you have written here. As a hobbyist, I really appreciate this well written code.
Thank you @dwwideman for you message, very happy to hear you find it useful. Have fun with your projects :)
Hi, I'm trying to use this on an ESP-01, it compiles and uploads ok, but i can just see a "WiFi" network of ESP-3f9a5c and nothing in the serial monitor (arduino)
i have changed to:- // The serial device on which this device receives NMEA sentences.
define SERIAL_RX Serial
// The serial device on which this device transmits NMEA sentences.
define SERIAL_TX Serial
// Set to 1 if the RX and TX serial ports are the same one.
define SERIAL_SAME 1 // TODO automatic
Can it be adjusted to run on a ESP-01 somehow? what am i doing wrong? Thanks