Grove GPS test
Compilation error: TinyGPS++.h: No such file or directory Congratulations on getting a fully functioning satellite tracking system running on your Wio Terminal. You have officially successfully set up a portable…
Compilation error: TinyGPS++.h: No such file or directory Congratulations on getting a fully functioning satellite tracking system running on your Wio Terminal. You have officially successfully set up a portable…
#include <Wire.h> #include <TFT_eSPI.h> #include "DS1307.h" TFT_eSPI tft = TFT_eSPI(); DS1307 clock; void setup() { tft.begin(); tft.setRotation(3); tft.fillScreen(TFT_BLACK); clock.begin(); // FORCE START: This kicks the hardware crystal into action clock.startClock();…
Here’s a minimal test program in micropython And in C for Arduino IDE