SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
707 stars 195 forks source link

Using library with ESP8266 #78

Closed leobel96 closed 6 years ago

leobel96 commented 6 years ago

I'm trying to configure the library to work with my NodeMCU board but I don't understand some things: do I need a level shifter for TX and RX pins? How can I configure HardwareSerial port with it? I'm trying to use the "NMEAdiagnostic.ino" sketch but it can't find my board. My connections: 3V3--->VCC GND--->GND RX (GPIO 03)--->TX TX (GPIO 01)--->RX Thank you!

SlashDevin commented 6 years ago

Sorry, I can't help with this hardware question.

leobel96 commented 6 years ago

@SlashDevin and what about HardwareSerial configuration? Is it enabled by default? If not, how can I configure it with my device?