You are reading a single comment by @user138058 and its replies. Click here to read the full conversation.
  • I've done some experimenting and it looks like my watch maxes out around 0.481 on the D3 when fully charged and shuts down around 0.375. These values are about 1.5x the values used to calculate battery percentage (0.246 and 0.3144). Not sure if my watch was built with the wrong value resistors for the voltage divider that feeds D3 or if the ADC is programmed incorrectly for that input.

    analogRead(D3)

    Fully charged:

    analogRead(D3)
    =0.48046875
    analogRead(D3)
    =0.48120117187
    analogRead(D3)
    =0.48022460937
    analogRead(D3)
    =0.48095703125

    Just prior to shutdown:

    0.37524414062
    100
    0.37451171875
    100
    0.37377929687
    100
    0.37548828125

About

Avatar for user138058 @user138058 started