Jorge Schrauwen

Results 90 comments of Jorge Schrauwen

I like the idea of a homekit uri (we have ui for the dashboard stuff), for now it can just display the code + QR code, but the generic name...

> @crxporter That's why I thought of a seperate webpage because the link could be placed anywhere (and multiple times). I also like this idea

Maybe a little QR button next to the edit button on each service were you select the bridge? Easy to lookup when you need it and in your face as...

@Shaquu maybe some sort of config option to 'define' them on the bridge, and then have the available by pretty name on the services? (Or in the fancy UI once...

> I came here to report the same. I bought a new curtain just a few weeks ago. Just waited for my st-link flasher to arrive. And now I get...

> It's possible to unlock it again. I used this using `openocd` and I have now been able to successfully flash this custom firmware. See this link: https://techoverflow.net/2022/02/12/how-to-unlock-stm32f0x-using-openocd/ > >...

``` [hyperon :: sjorge][~/Desktop/fyrtur] [■]$ openocd -f interface/stlink.cfg -f target/stm32f0x.cfg -c "init" -c "halt" -c "stm32f1x unlock 0" -c "reset halt" -c "exit" Open On-Chip Debugger 0.12.0 Licensed under GNU...

It's very timing based I think ``` [hyperon :: sjorge][~/Desktop/fyrtur] [■]$ openocd -f interface/stlink-v2.cfg -f target/stm32f0x.cfg -c "init" -c "halt" -c "stm32f1x unlock 0" -c "reset halt" -c "exit" Open...

I've hooked up the bother section too, then it's easy to spot if you are to slow to start a command, once it starts spinning, it's too late.

Some observations on the newer motors: - reading/writing is locked - openocd can unlock it, but timing is a bit tricky (reading always remains locked it seems? I keep getting...