Search found 3 matches

by Okywan
Wed Aug 02, 2023 3:39 pm
Forum: ESP IoT Solution
Topic: esp-matter LoadProhibited error when updating attribute
Replies: 2
Views: 34808

Re: esp-matter LoadProhibited error when updating attribute

I'm sorry but I'm don't understand your answer. Anyway the problem is now solved. I was initialising IRTransceiver and AirConditioner objects on app_main() which ended up returning and then the objects were being deallocated. After making them global vars everything works fine.
by Okywan
Tue Aug 01, 2023 5:59 pm
Forum: ESP IoT Solution
Topic: esp-matter LoadProhibited error when updating attribute
Replies: 2
Views: 34808

esp-matter LoadProhibited error when updating attribute

Trying to implement an AC controller with an ESP32 and IR transmitter. Everything seems to be working fine until adding matter (which is crucial at this point), when I control the status of the AC which should send the IR command, the system crashes with LoadProhibited error. I've narrowed the prob...
by Okywan
Thu Jun 22, 2023 6:35 pm
Forum: Sample Code
Topic: RMT debugging
Replies: 1
Views: 9154

RMT debugging

Hello there! I'm trying to get my ESP32 to mimic the AC remote for the AC unit I have so I can control it remotely thanks to Matter. I'm kind of stuck on the process because my code doesn't send all the commands needed. Out of 168 bits that I'm trying to send, I only receive 18. Setup is esp32 dekki...