Skip to content

Library for obtaining headingheading and position from NovAtel OEM7 GNSS dual-antenna receiver by ESP32, Arduino or PC via serial port

License

Notifications You must be signed in to change notification settings

Ilushenko/oem7heading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OEM7 Heading Library

Library for obtaining heading and positionfrom NovAtel OEM7 GNSS dual-antenna receiver by ESP32, Arduino or PC via serial port

See: OEM7 Receiver User Documentation

Tested on OEM718D connected via UART to ESP WROOM-32U

Tested on OEM718D connected via Serial to Win32

Stand With Ukraine

Compute:

  • UTC Time
  • Best Position
  • Heading information with multiple rovers

Check:

  • Receiver Status
  • Antennas Status
  • RTK State
  • Jamming & Spoofing detection

Pinout

ESP32 PIN OEM718D PIN
3V3 3V3
GND GND
18 11 TXD1
5 12 RXD1

Scheme

Debug Logs

To output debug logs by Arduino or ESP32, declare macro DEBUGLOG in platforio.ini and rebuild sketch

[env:esp32dev]
...
build_flags = -Wall -D DEBUGLOG
...

To output debug logs by Win32 or POSIX, declare macro DEBUGLOG in compiller options or MS VS projects properties

PC dependency

For Win32 or POSIX platform need use Serialib

About

Library for obtaining headingheading and position from NovAtel OEM7 GNSS dual-antenna receiver by ESP32, Arduino or PC via serial port

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages