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

Change voltage via esp? #13

Open
WiredLife opened this issue Sep 30, 2023 · 2 comments
Open

Change voltage via esp? #13

WiredLife opened this issue Sep 30, 2023 · 2 comments

Comments

@WiredLife
Copy link

Hey, is its possible to trigger a specific voltage via an esp8266?
This would be very nice

@manuelbl
Copy link
Owner

In order to control this board from an ESP8266, you would need to:

  • Solder wires to unused pins of the microcontroller. PA0 thru PA4 and PB1 are available.
  • Extend to software to act on commands from the ESP8266.

If you build the software with debugging enabled, PA2 is used as a serial output. So that's a start.

Soldering the wires isn't super easy as the chip has a small pitch size. It requires advanced soldering skills.

@LRagji
Copy link

LRagji commented Jan 8, 2024

Maybe you can try this library and USBC PHY over I2C.. if anyone tries do post results..

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

3 participants