#Poor mans SkyConnect: MGM21 + CP2104 DIY
1 messages · Page 1 of 1 (latest)
Unfortunately I cannot find any schematic for the skyconnect. Which pins are connected to the CP2104? I guess if I work these out and flash the module I should pretty much have an equivalent with parts that I already have at home.
You can look at the pins defined in the fw build repo in the patch files. Note you will need to have the exact same efr32 chip for the skyconnect fw to work. May just be easier to follow the uart example in the datasheet and the uart ncp example in the sdk/simplicity studio
ah yeah that makes sense, thanks!
I just tried to find that repo, but all I could find are binaries. you don't happen to have a link for that repo, do you?
ohhhh! Thank you! -
Now I only need to get simplicity studio to cooperate. this is such a clumsy slow dinosaur of software
So I finally took a day off to update SimplicityStudio5, buildt a bunch of RCP examples, assigned pins to USART0, flashed my MCU, hooked it to a CP2102 and tried to start my OTBR integration in HA-OS, and unfortunately it fails.