Skip to content
Discussion options

You must be logged in to vote

Hey,

i ran into the exact same issue ... yesterday ... :

  • VBAT: the VBAT_CTR polarity changed: HIGH enables routing vbat to the adc
  • display power: the display's VCC is wired to VEXT - VEXT has to be enabled ...

The source of confusion - which also got me for a day - is that
the schematic named V3.2 Schematic diagram on the product site obviously is the 3.1 schematic.
The correct schematic is https://resource.heltec.cn/download/WiFi_LoRa_32_V3/WiFi_LoRa_32_V3.2_Schematic_Diagram.pdf from the Downloadable Resources.
Rop, you also got that wrong ...

So i changed heltec_unofficial.h:

...
float heltec_vbat() {
  pinMode(VBAT_CTRL, OUTPUT);
  digitalWrite(VBAT_CTRL, HIGH);
  delay(5);
  float …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by peterbosch
Comment options

You must be logged in to vote
3 replies
@mschorer
Comment options

@peterbosch
Comment options

@mschorer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants