autosportlabs / ESP32-CAN-X2

Hello world sample code for the ESP32-S3 dual CAN bus development board
8 stars 4 forks source link

GPS bolt on demo code to read GPS data and broadcast over CAN bus #6

Closed brentpicasso closed 1 month ago

brentpicasso commented 3 months ago

Read the GPS NMEA string that contains GPS data it arrives from the GPS module

Use arduino string parsing routines and this guide (there are other guides) to extract the data.

https://w3.cs.jmu.edu/bernstdh/web/common/help/nmea-sentences.php

Data values we want to extract:

Broadcast the following over CAN bus with the following format

Broadcast the following information:

CAN ID 100

===========

Can ID 101

brentpicasso commented 2 months ago

More details: