[last updated: 2022-03-12]
GPS module
hiking tracker
Arduino code
-----
- The Arduino uses libraries of functions and commands to communicate with the serial interface.
SoftWareSerial: is the default (built in to Arduino release) and most-commonly used, however it has drawbacks for the GPS application:
namely high CPU usage, and something to do with the way it uses interrupts that I don't understand but that supposedly can result in lost data.
- Alternatives In forum-consensus-recommended order:
- Refs:
.
.
.
eof