You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Battery Voltage Measurement Issue on Heltec CubeCell HTCC-AB01
Hardware
Heltec CubeCell HTCC-AB01 v2
EC5 Soil Moisture Sensor (connected to GPIO1)
Issue Description
I'm developing a low cost soil moisture sensor using the Heltec CubeCell. While the soil moisture readings from my EC5 sensor are working properly, I'm experiencing issues with the battery voltage measurement functionality.
When running the corrected code that properly attempts to read the battery voltage:
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 676 mV
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 676 mV
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 676 mV
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 250 mV
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 11 mV
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 2399 mV
Battery Voltage: 0.00 V
Soil Moisture ADC RAW: 2399 mV
Expected Behavior
The battery voltage should reflect the actual voltage of the connected battery (typically between 3.3V-4.2V for a LiPo battery).
Attempted Solutions
I've tried various approaches:
Using the VBAT_ADC_CTL pin to enable/disable the battery measurement circuit
Trying both analogRead(ADC) and analogReadmV(ADC) methods
Trying different calculation methods to convert raw ADC readings to voltage
None of these approaches produce a correct battery voltage value. The battery voltage consistently reads as either 0.00V or an incorrect value (424.00 mV in initial tests), while manual measurements of the battery show the correct voltage.
Questions
Is there a specific procedure for reading battery voltage on the HTCC-AB01 v2?
Could there be a hardware issue with the battery voltage measurement circuit?
Are there any known bugs with battery measurement in the current firmware?
Any assistance would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Battery Voltage Measurement Issue on Heltec CubeCell HTCC-AB01
Hardware
Issue Description
I'm developing a low cost soil moisture sensor using the Heltec CubeCell. While the soil moisture readings from my EC5 sensor are working properly, I'm experiencing issues with the battery voltage measurement functionality.
Code
Output/Results
When running the corrected code that properly attempts to read the battery voltage:
Expected Behavior
The battery voltage should reflect the actual voltage of the connected battery (typically between 3.3V-4.2V for a LiPo battery).
Attempted Solutions
I've tried various approaches:
VBAT_ADC_CTL
pin to enable/disable the battery measurement circuitanalogRead(ADC)
andanalogReadmV(ADC)
methodsNone of these approaches produce a correct battery voltage value. The battery voltage consistently reads as either 0.00V or an incorrect value (424.00 mV in initial tests), while manual measurements of the battery show the correct voltage.
Questions
Any assistance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: