-
I can't find the document. help me please.
-
Change the pins for the GPS module as follows (by cutting the existing bridge and re-soldering). Only downside is, that the Serial monitor/output is not available anymore
- RXD: 1
- TXD: 3
- PPS (not connected)
Now, you can use the GPS module on the serial port 0:
// The TinyGPS++ object TinyGPSPlus gps; // The serial connection to the GPS device HardwareSerial gps_serial(0); gps_serial(GPSBaud); // ... (within a loop/smart delay) while (gps_serial.available()) gps.encode(gps_serial.read());For the SIM800L you can use the regular configuration without changing anything:
... #define SerialAT Serial2 TinyGsm modem(SerialAT); TinyGsmClient client(modem); ... -
Thx sir.
-
esptool.py v2.6-beta1
Serial port COM3
Connecting......................................_____A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
-
@poydevelop Try to clean the flash
-
how to cutting the existing bridge?
-

I re-soldering RX-1 and TX-3. is it correct?
-
@poydevelop Need to cut the two lines which are RX-17, TX-16 with a knife first, then re-sold RX-1, TX-3
-
@watson

Thank you sir, knife it work.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login