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
This section needs to be written
Requirements :
- serial
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) |
- Complete Installation/requirements section
- add a schema/picture showing wiring
- Add support for module configuration
- Add/verify support for GLONASS, QZSS and SBAS
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