-
Notifications
You must be signed in to change notification settings - Fork 179
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
Using Matter light example to control onboard addressable LED for esp32c6 (CON-1054) #846
Comments
Hi @julesrodrigues11, I am so sorry, we found the issue in light example in |
Hi @espzav , many thanks for your reply. I'm going to implement the changes shortly and test it out. I assume the value of |
Yes, this is right settings:
|
I've managed to get the light working now. Not exactly how I wanted it, but I'll tinker around with it a bit more and I think I should get it working soon. Many thanks! On another note, is there any documentation with regards to the config settings that can be studied to understand what is correct and what is not. |
@julesrodrigues11 Here is documentation for Generic BSP, which is used there: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_bsp_generic |
I was working with the light example available on the esp-matter repository on the esp32c6 board. I have been trying to make it such that the power button would toggle the addressable LED on board the esp32c6. To this extent, I studied the blink example that is available in the esp-idf repository, and was working on merging the code together. However, I wasn't quite achieving the result I wanted. How would I go about doing this? Many thanks for your time in advance.
The text was updated successfully, but these errors were encountered: