You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: