Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supply voltage measurement is always 12V on the display #1

Closed
mgoyard opened this issue Aug 30, 2020 · 1 comment
Closed

Supply voltage measurement is always 12V on the display #1

mgoyard opened this issue Aug 30, 2020 · 1 comment

Comments

@mgoyard
Copy link

mgoyard commented Aug 30, 2020

Pour le 12V :
un bug du bootloader non corrigé laisse GPIO0 HIGH :
https://www.esp32.com/viewtopic.php?t=2205
il peut être contourné avec :
REG_WRITE(GPIO_FUNC0_OUT_SEL_CFG_REG, SIG_GPIO_OUT_IDX);

@DCC4N
Copy link
Contributor

DCC4N commented Oct 4, 2020

The voltage measurement is now handled by IO34 of ESP32, with the version 0.63
A new PCB take this IO34 into account.
see : https://forum.locoduino.org/index.php?topic=922.msg11464#msg11464

@DCC4N DCC4N closed this as completed Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants