I'm trying to build an application for the Matter protocol.
my dev kit is esp32s3 devkit (which has a ws2812 rgb led) and I'm using Ubuntu.
For my first step I tried the light example from esp-matter sdk and it worked for me.
Next I tried to modify the example to expand the number of rgb leds to 2 ...
Search found 7 matches
- Mon May 12, 2025 12:36 pm
- Forum: ESP-IDF
- Topic: How to define a custom board
- Replies: 3
- Views: 105
- Thu May 08, 2025 11:55 am
- Forum: ESP-IDF
- Topic: How to define a custom board
- Replies: 3
- Views: 105
How to define a custom board
Hello everyone.
I want to define a custom board so I can select it when I want to build a code.
I'm looking for a documentation to do that from espressif but I haven't find yet.
Thanks.
I want to define a custom board so I can select it when I want to build a code.
I'm looking for a documentation to do that from espressif but I haven't find yet.
Thanks.
- Wed May 07, 2025 1:01 pm
- Forum: ESP IoT Solution
- Topic: Adding ZAP file generated into ESP-Matter application
- Replies: 0
- Views: 7973
Adding ZAP file generated into ESP-Matter application
Hello everyone.
I have generated ZAP file for a Matter application. It generated access.h, endpoint_config.h gen_config.h and the IMClusterCommandHandler.cpp files. I want to use the ZAP model instead of the ESP-Matter data model but I don't know how to use these files.
Any help.
Thanks
I have generated ZAP file for a Matter application. It generated access.h, endpoint_config.h gen_config.h and the IMClusterCommandHandler.cpp files. I want to use the ZAP model instead of the ESP-Matter data model but I don't know how to use these files.
Any help.
Thanks
- Tue Feb 18, 2025 12:26 pm
- Forum: ESP IoT Solution
- Topic: Matter on Zephyr RTOS
- Replies: 0
- Views: 11771
Matter on Zephyr RTOS
Hello everyone.
I want to develop light-app sample for Esp32s3 based on Zephyr RTOS.
Is there any way to use the existing samples to do that?
Thanks
I want to develop light-app sample for Esp32s3 based on Zephyr RTOS.
Is there any way to use the existing samples to do that?
Thanks
- Sun Jun 20, 2021 6:04 am
- Forum: ESP-IDF
- Topic: ESP Prog doesn't work
- Replies: 3
- Views: 5155
ESP Prog doesn't work
Hello everyone.
I want to debug my code using ESP Prog but I failed.
OS: Windows 10
IDE: VS Code 1.57.1
Espressif IDF extension: 1.1.0
ESP-IDF version: 4.3
Target: esp32 doit devkit
Wiring:
D15 -> TDO
D14 -> TMS
D13 -> TCK
D12 -> TDI
EN -> EN
TX0 -> TXD0
RX0 -> RXD0
(I tested Tx -> Rx but it didn't ...
I want to debug my code using ESP Prog but I failed.
OS: Windows 10
IDE: VS Code 1.57.1
Espressif IDF extension: 1.1.0
ESP-IDF version: 4.3
Target: esp32 doit devkit
Wiring:
D15 -> TDO
D14 -> TMS
D13 -> TCK
D12 -> TDI
EN -> EN
TX0 -> TXD0
RX0 -> RXD0
(I tested Tx -> Rx but it didn't ...
- Mon May 31, 2021 7:32 am
- Forum: ESP-IDF
- Topic: rabbitmq c on esp32
- Replies: 2
- Views: 4556
Re: rabbitmq c on esp32
My mistake, I want to run it on ESP32 as client.
Now I'm challenging errors arising.
Any advice?
Now I'm challenging errors arising.
Any advice?
- Mon May 17, 2021 11:40 am
- Forum: ESP-IDF
- Topic: rabbitmq c on esp32
- Replies: 2
- Views: 4556
rabbitmq c on esp32
Hello guys.
I want to run rabbitmq https://www.rabbitmq.com/devtools.html#c-dev broker on esp32. There are a chttps://github.com/alanxz/rabbitmq-c and cpphttps://github.com/akalend/amqpcpp libraries for this purpose.
My question is,
Is it possible to run them on esp32?
and how?
Tnx
I want to run rabbitmq https://www.rabbitmq.com/devtools.html#c-dev broker on esp32. There are a chttps://github.com/alanxz/rabbitmq-c and cpphttps://github.com/akalend/amqpcpp libraries for this purpose.
My question is,
Is it possible to run them on esp32?
and how?
Tnx