Search found 1 match
- Tue Mar 24, 2020 4:27 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and SIM808 get GPS
- Replies: 1
- Views: 4948
ESP32 and SIM808 get GPS
I'm trying to use SIM808 to get my gps position with my esp32. I used to do it with Arduino with thise code int8_t get_GPS() { int8_t counter, answer; long previous; // First get the NMEA string // Clean the input buffer while ( Serial2.available() > 0) Serial2.read(); // request Basic string Serial...