Andrei Litvin

Results 112 comments of Andrei Litvin

Unfortunately this logic was built in the sdk directly and is not using external libs (which would have better documentations). Adding targets and modifiers is readable in https://github.com/project-chip/connectedhomeip/blob/master/scripts/build/build/targets.py https://github.com/project-chip/connectedhomeip/blob/master/scripts/build/build/target.py has...

@msandstedt can we somehow show what object leaks? if we suspect a QueryResponder or QueryAllocator, we could add some instance count global to check. Since this is out of heap...

[admin_ping_ping.py.tar.gz](https://github.com/project-chip/connectedhomeip/files/9779983/admin_ping_ping.py.tar.gz) Here is a test script that could be used to validate things. I was able to run this on linux like this: ```sh # in a separate terminal, start...

Testing for a ble-wifi device: ```sh rm -f admin_storage.json && python3 src/python_testing/admin_ping_pong.py --commissioning-method ble-wifi --wifi-ssid $SSID --wifi-passphrase $PW -d 3840 --passcode 20202022 ``` (I did not yet get this to...

Above did not work because passcode is 20202021 for devkitc. This seems to work: ```sh rm -f admin_storage.json && \ python3 src/python_testing/admin_ping_pong.py \ --commissioning-method ble-wifi --wifi-ssid $SSID --wifi-passphrase $PW \...

Ran for a while, got a out of queue space: ``` [0;31mE (292809) chip[DL]: Long dispatch time: 131 ms, for event type 32781[0m␍␊ [0;32mI (292819) chip[EM]: >>> [E:48615r M:210396802 (Ack:246051861)]...

I do not see heap going lower: ``` ... (215899) light-app-callbacks: Current free heap: 152060␍␊ (216069) app-devicecallbacks: Current free heap: 148956␍␊ (216679) light-app-callbacks: Current free heap: 153068␍␊ (225459) light-app-callbacks: Current...

@mideayanghui - could you attach the log instead of pasting? it is very long. For pasting, please do a human-curated paste.

The description of `So we can't get Verify the NOC and ICAC value during commissioning` does not seem to match with the title of `Decoder.cpp: incorrect state'.