Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-01? #4

Open
mattnj1975 opened this issue Jun 30, 2023 · 3 comments
Open

ESP-01? #4

mattnj1975 opened this issue Jun 30, 2023 · 3 comments

Comments

@mattnj1975
Copy link

mattnj1975 commented Jun 30, 2023

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

@alvra
Copy link
Owner

alvra commented Jul 5, 2023

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.

@dwwideman
Copy link

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.

@alvra
Copy link
Owner

alvra commented Jul 31, 2023

Thank you @dwwideman for you message, very happy to hear you find it useful. Have fun with your projects :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants