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

[Feature request] - add RGB LED control on ESP32-S3 Devkit C1 (and clones) boards #1806

Open
AlexC-0806 opened this issue Jul 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexC-0806
Copy link

Description:

The addition of RGB LED control to the miner software would significantly enhance the user experience, especially for those using ESP32 boards like the ESP32-S3-Devkit-C1, or its clones such as YD-ESP32-S3. This feature would allow the onboard RGB LED to provide visual feedback about the miner’s status.

Implementation Details:

The implementation of this feature is straightforward, thanks to the Adafruit NeoPixel library, which is compatible with the onboard RGB LEDs on many ESP32 boards.

Possible LED Indications:

Blue pulsing light: Indicates that the miner is running without any issues.
Red light: Signals errors, lack of Wi-Fi connection, or rejected shares.
Rainbow effect: Serves a decorative purpose, adding a cool aesthetic to the mining setup.
This feature not only adds a visual appeal to the mining setup but also provides an easy and quick way to monitor the miner’s status. It would be a valuable addition to the miner software.

Ease of Implementation:

Given the compatibility of the Adafruit NeoPixel library with the onboard RGB LEDs, implementing this feature should be relatively easy and straightforward. This library provides all the necessary functions to control the color and brightness of the LEDs, making it a perfect fit for this feature.

This feature request aligns with the goal of enhancing the user experience and the overall functionality of the miner software. It is a cool and practical addition that users would appreciate.

@revoxhere revoxhere added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants