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

LED on ESP32 #53

Open
pmknowles opened this issue Mar 5, 2020 · 3 comments
Open

LED on ESP32 #53

pmknowles opened this issue Mar 5, 2020 · 3 comments

Comments

@pmknowles
Copy link

Got mine working well with 5 EQ3s so thank you.
Not a programming issue but, nevertheless, would be useful. The LEDs on my ESP32s are painfully bright. It would be good to have a command to turn them off or only flash if there was an issue (loss of WifFi, MQTT or low battery on the EQ3).

@softypit
Copy link
Owner

softypit commented Mar 5, 2020

Which ESP32 module are you using?

@pmknowles
Copy link
Author

pmknowles commented Mar 5, 2020 via email

@softypit
Copy link
Owner

softypit commented Mar 5, 2020

The ESP32 boards I have seen use either gpio2 or gpio5 for an indicator LED. I believe the sparkfun boards also have an LED permanently connected to power (there may be a bridge/link you can remove to disable this).
This application uses GPIO2 for a status indicator as it is based around a generic WROOM32 devkit from ebay.
Check which GPIO your board uses for its second LED by looking up the schematic or hookup guide.

Regards.

Paul.

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