Adding cheap GPS sensor?
-
Is it possible to add a cheap GPS sensor directly to the UART component? As reported, there are 2 UARTS built inside the module. Thx.
-
Hello,
Yes, it is possible to add a GPS receiver. Simply connect to any 2 pins (the ESP32 on the LoPy allows remapping any GPIO to any peripheral) and configure the UART to have the correct baud rate.
Cheers,
Daniel