jhiggason / lorawirelesstracker

Heltec Wireless Tracker (MakerFocus) ESP32/Oled/GNSS/Lora SKU: ZC-193-915
https://heltec.org/project/wireless-tracker/
GNU General Public License v3.0
31 stars 6 forks source link

VBat #3

Open VladCiocan opened 4 months ago

VladCiocan commented 4 months ago

Hi, i'm using a wireless tracker 1.1 and can't seem to be able to read the external bat #define ADC_PIN 1 value = analogReadMilliVolts(ADC_PIN); Serial.println(value); voltage = value/1000; Serial.println(voltage); Can you help?