Tapatalk

embedded gps

embedded gps

1

PostJan 26, 2017#1

Has an embedded gps version of the talk2 board ever been considered?

1885
1885

PostJan 26, 2017#2

Hello billcmp,

Not that the moment. GPSs are quite energy demanding devices so it wouldn't be a good fit with such low-power board. Saying that you should be able to easily connect a stand-alone GPS modules, like the Neo-6m to the Whisper Node.

The GPSs modules normally communicate via Serial Port, which is might prefer to use a "Software Serial" instead of occupy the TX/RX pins, leaving those free for programming and debugging. Software Serial can be configured on any free digital pin.

Regards,
Mike M.