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

Addressable RGB LED of ESP32-S3-DevKitC-1 usable ? #806

Closed
alexwala opened this issue Jun 12, 2024 · 4 comments
Closed

Addressable RGB LED of ESP32-S3-DevKitC-1 usable ? #806

alexwala opened this issue Jun 12, 2024 · 4 comments

Comments

@alexwala
Copy link

Describe your problem
Is the addressable RGB LED of ESP32-S3-DevKitC-1 usable ?

Hardware information:

  • AMS reader: ESP32-S3-DevKitC-1

Relevant firmware information:

  • Version: 2.3.5
@ArnieO
Copy link
Contributor

ArnieO commented Jun 12, 2024

Our firmware does not use, and cannot use, an addressable LED.

@ArnieO ArnieO closed this as completed Jun 12, 2024
@alexwala
Copy link
Author

thanks for the fast respond !

@ArnieO
Copy link
Contributor

ArnieO commented Jun 12, 2024

You're welcome!
The two reasons for using an ordinary RGB LED are:

  1. The blue part of the RGB LED is actuated directly from the incoming data signal. In that way it will indicate incoming data independently of whether the microcontroller is running or not. So as soon as the board is powered, there is a visual indicator of incoming data.
  2. Increased code size (library for addressable LED)

@alexwala
Copy link
Author

alexwala commented Jun 12, 2024

Thanks for the explanation !

update: works now with onbard RGB led, see #531 (comment)

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