Hello creator and engineers,
I want to test some things with Matter. I made a custom program using the example of Matter. But I have problems with the data esp_matter_attr_val_t *val . I thought that the OnOff value passes a True or a False and I also thought that the LevelControl passes a value ...
Search found 10 matches
- Tue Mar 04, 2025 5:57 pm
- Forum: ESP IoT Solution
- Topic: matter usage of val
- Replies: 0
- Views: 9571
- Tue Mar 04, 2025 4:01 pm
- Forum: ESP IoT Solution
- Topic: Matter connection problems
- Replies: 1
- Views: 9437
Re: Matter connection problems
Solved it with a matter esp factoryreset in the terminal
- Tue Mar 04, 2025 10:05 am
- Forum: ESP IoT Solution
- Topic: Matter connection problems
- Replies: 1
- Views: 9437
Matter connection problems
Hello makers and engineers,
I am having a problem connecting Matter and phone. I would like to make a project with Matter, in this I would like to build on the light example. The problem here is that my ESP microcontroller does not want to connect to the wifi. I have shown the result of the ...
I am having a problem connecting Matter and phone. I would like to make a project with Matter, in this I would like to build on the light example. The problem here is that my ESP microcontroller does not want to connect to the wifi. I have shown the result of the ...
- Sat Mar 01, 2025 4:20 pm
- Forum: ESP-IDF
- Topic: building failure
- Replies: 2
- Views: 1806
Re: building failure
Hello, I've solved it on a way. I've only a new trouble.
After I could build it was I kind of curious with customize the existing code.
But their occured a fail like the one below, normally can I read multiple errors but this failure is somethings that I can't see where the fault is.
I don't know ...
After I could build it was I kind of curious with customize the existing code.
But their occured a fail like the one below, normally can I read multiple errors but this failure is somethings that I can't see where the fault is.
I don't know ...
- Fri Feb 28, 2025 10:35 am
- Forum: ESP-IDF
- Topic: building failure
- Replies: 2
- Views: 1806
building failure
Hello,
I've big problems with the light example. I would build the project but then did he gave me the following failure. I don't know what I'm doing wrong. I had this multiple times an it makes me angery that I don't know what is wrong.
[1420/1429] Building CXX object esp-idf/m...CMakeFiles ...
I've big problems with the light example. I would build the project but then did he gave me the following failure. I don't know what I'm doing wrong. I had this multiple times an it makes me angery that I don't know what is wrong.
[1420/1429] Building CXX object esp-idf/m...CMakeFiles ...
- Mon Feb 24, 2025 6:56 pm
- Forum: ESP-IDF
- Topic: matter customization
- Replies: 0
- Views: 311
matter customization
Hello,
I am having trouble getting familiar with the SDK so that I could customise it for my applications. I also only understand half of the explanation they explained in ‘2.5 gave on developing your own product’. I followed it. In the malual, they also talk about a matter data model. For my ...
I am having trouble getting familiar with the SDK so that I could customise it for my applications. I also only understand half of the explanation they explained in ‘2.5 gave on developing your own product’. I followed it. In the malual, they also talk about a matter data model. For my ...
- Mon Feb 24, 2025 10:51 am
- Forum: ESP-IDF
- Topic: customization matter
- Replies: 0
- Views: 280
customization matter
Hello,
I was wondering if somebody is working with matter SDK and customized it by them self.
It's necessary to do it for a school project.
After I read the SDK manual did I watched the light example and would change it to my application.
I saw a few things that overlaps but the rest make me ...
I was wondering if somebody is working with matter SDK and customized it by them self.
It's necessary to do it for a school project.
After I read the SDK manual did I watched the light example and would change it to my application.
I saw a few things that overlaps but the rest make me ...
- Mon Feb 24, 2025 10:33 am
- Forum: ESP-IDF
- Topic: .elf file error in visual studio code
- Replies: 4
- Views: 2396
Re: .elf file error in visual studio code
I am having the same problems too, even building hello_world. Looks like a bug in the tooling I will share with updates as I debug
Try to apply the OSI-mathod for debugging.
- Can your PC see the USB port? Is the cable defect?
- Linux: ls /dev/tty* or ls /dev
- Windows: device manager ...
- Sun Feb 23, 2025 2:34 pm
- Forum: ESP-IDF
- Topic: .elf file error in visual studio code
- Replies: 4
- Views: 2396
Re: .elf file error in visual studio code
Thanks for alll your replies
I solved te problem. I did just need to give the usb port the permission.
Just solved it with the chmod 666 /dev/ttyUSB0
I solved te problem. I did just need to give the usb port the permission.
Just solved it with the chmod 666 /dev/ttyUSB0
- Sat Feb 22, 2025 8:26 pm
- Forum: ESP-IDF
- Topic: .elf file error in visual studio code
- Replies: 4
- Views: 2396
.elf file error in visual studio code
Hello,
I have a problem with an matter example in VSCode.
After building the program in VSCode, I get the following warning:
- Can't proceed with flashing since project .elf file is missing from the build dir.
I have followed some helpful youtube videos and they don't have the warning.
So I am ...
I have a problem with an matter example in VSCode.
After building the program in VSCode, I get the following warning:
- Can't proceed with flashing since project .elf file is missing from the build dir.
I have followed some helpful youtube videos and they don't have the warning.
So I am ...