Skip to content

ian5142/Arduino_CMPS14_NMEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Arduino_CMPS14_NMEA

Connects via I2C to a CMPS14, outputs NMEA0183 HDM sentences via Serial (38400 baud)

Requires:

  1. An arduino (Uno, nano, etc) does not matter which one
  2. CMPS14 (may work with CMPS10, CMPS12)

Wiring is Ground, 3.3V or 5V, SDA and SCL.

Only outputs the following NMEA sentences: HDM - Heading Magnetic, including decimal degrees XDR (Pitch) - whole degrees only XDR (Roll) - whole degrees only

~10Hz output (delay of 100ms between loop runs)

Licensed under GNU General Public License v3.0

About

Connects via I2C to a CMPS14, outputs NMEA0183 HDM sentences via Serial (38400 baud)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages