puddly

Results 621 comments of puddly

> what does "correctly" mean? Correctly here I think means CP2102N CTS -> EFR32MG21 RTS (PB00) and CP2102N RTS -> EFR32MG21 CTS (PB01). I can double check with a logic...

The fact that it eventually works with either configuration (and no configuration!) makes it sound like this is a software/kernel problem, not a hardware/firmware issue. The wiring diagram I've posted...

@Nerivec could you make some reproducible test script with herdsman that gets stuck during startup like this? I've yet to be able to reproduce this issue a single time on...

> Doesn't seem to be a problem is non-virtualized environments HA OS isn't virtualized. Once the device is passed through to the Docker container, it should behave identically to one...

Just to make sure we're on the same page here, here are the only two startup sequences I'm aware of for newer firmwares: Sequence 1, fresh connect (1.3 seconds): ```python...

Do `RStack()` frames receive ACKs? I don't think it's expected to respond to anything but `Data()` frames with ACKs.

I'm trying this with exclusively SiLabs code (`build/debug/ZigbeeMinimalHost -b115200 -fr -rr -t1 -x1 -pttyUSB0`) running inside of a Docker container on a Yellow, connected to a SkyConnect running the latest...

The issues aren't with the EZSP side, unfortunately. Zigbeed is built from the Silicon Labs [Gecko SDK](https://github.com/SiliconLabs/gecko_sdk/) and the vast majority of the RCP firmware, the Zigbee stack itself, and...

@MattWestb I was able to follow your instructions for [flashing the IKEA module](https://github.com/MattWestb/IKEA-TRADFRI-ICC-A-1-Module/tree/master/Flashing-MG) and managed to dump the flash regions: ``` (gdb) mon sw Target voltage: 3.20V Available Targets: No....

Thanks Matt! > One curios question wot device have you dumping ? It's the same type of Leedarson light bulb Zigbee module that Walt originally posted. I'm trying to flash...