Skip to content

20100dbg/VMA430_GPS_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Whadda WPI430/VMA430 - GPS MODULE U-BLOX NEO-7M

This repository contains the library and example code to work with Whadda WPI430/VMA430 GPS MODULE with the U-BLOX NEO-7M chipset. It can configure the module to send out UBX data packets, and is able to decode the time and location data.

This python version is heavily based on official repository at https://github.com/Velleman/VMA430_GPS_Module

Installation

This section needs to be written

Requirements :

  • serial

Wiring

Wire up the GPS module to an Arduino compatible board as shown below:

GPS Module GPIO
VCC 5V
GND GND
TXD GPIO 15 (RXD)
RXD GPIO 14 (TXD)

Todo

  • Complete Installation/requirements section
  • add a schema/picture showing wiring
  • Add support for module configuration
  • Add/verify support for GLONASS, QZSS and SBAS

Use another UART

GPS Module GPIO
VCC 5V
GND GND
TXD GPIO 1 / ID_SC
RXD GPIO 0 / ID_SD
  • List overlays dtoverlay -a | grep uart

  • Show details dtoverlay -h uart2

  • show details about GPIO raspi-gpio funcs pinctrl

  • appliquer overlay sudo nano /boot/firmware/config.txt

Ajouter à la fin dtoverlay=uart2 reboot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages