1. I

    TTGO V1 no GPS signal

    Hey Folks, I am encountering the following problem. I have a TTGo board V1 and i tried compiling this code on it #include <TinyGPS++.h> #include <axp20x.h> TinyGPSPlus gps; HardwareSerial GPS(1); AXP20X_Class axp; void setup() { Serial.begin(115200); Wire.begin(21, 22)...
Top