Tag: NMEA
PICAN-M: NMEA 2000 on the Raspberry Pi for Marine Applications Made Possible
If you ever worked with a GPS location module in close proximity with the hardware, you might have an idea about the direction we are taking today, as you had to deal with NMEA strings. NMEA 2000 (or NMEA2K or even N2K) is something among those lines but emphasizes a bit more on the...
Continue ReadingST releases ROM-Based GNSS module
Designed for mass-market tracking and navigation applications, the Teseo-LIV3R ROM-based module, has full GNSS algorithm capability for cost-conscious tracking and navigation devices, says ST Microelectronics. The GNSS module provides odometer functionality with three trip counters and...
Continue ReadingI2C GPS Module with NMEA decoding
David Johnson-Davies designed a GPS module that decodes the NMEA sentences on ATtiny841, and this also runs the I2C slave routine. He writes: This is a compact GPS module with an I2C interface, making it easy to read the GPS parameters from another project without needing to worry...
Continue ReadingI2C GPS Module along with ATtiny841
This project describes a simple GPS module which you can interface to via I2C. It uses an ATtiny841. David Johnson-Davies writes: Incorporating GPS into a project is quite daunting. First you have to parse the NMEA sentences from the GPS module you're using, and then if you're doing...
Continue ReadingSimple Arduino SD-Card GPS/NMEA Datalogger
KF5OBS @ jaunty-electronics.com shows us how to build a minimalistic GPS datalogger. The GPS logger is based on the Arduino platform and stores raw NMEA sentences from pretty much any GPS module to a SD card. For a project I needed to log GPS information. I had various GPS modules...
Continue Reading