openshwprojects

Results 308 comments of openshwprojects

What about links pointing to old repository? Will they be kept by github, or should I then create a dummy repo with redirection readme? Btw: OpenBeken still suggests it's for...

I have WB3S LED dimmer and have not noticed that... Here is PWM code: https://github.com/openshwprojects/OpenBK7231T_App/blob/main/src/hal/bk7231/hal_pins_bk7231.c 100 is no special value, everything should be ok. I have also tested it with...

so maybe wait a day or two and I will add this option

Please specify the exact model of the devices you have and maybe also give a list of ICs used inside. BL0937 and BL0942 are now mostly supported. Are your devices...

I have this plug, it has BL0942 or BL0937 so it's supported I think. ![image](https://user-images.githubusercontent.com/85486843/175972690-e1325b83-73ce-486d-b312-001cfe9510d0.png) ![image](https://user-images.githubusercontent.com/85486843/175972772-b96bd80c-0991-4022-9436-36ee8be3aa89.png)

It should be very easy, but the thing is, I don't have any such modules and I don't have any curtains with motors for testing. Do you know C basics...

1. how do you know that it restarts because of poor wifi? maybe there is something else wrong, do you use MQTT? 2. if it restarts, maybe try using "startup...

I will look into it. Or maybe, do you happen to have a device with UART debug log connected (not the network one, of course) and can capture the full...

@btsimonh our sdk supports multicast, you just need to enable igmp flag in the lwip 2 library. I think that all our platforms based on lwip 2 can support multicast....

Which version? It was reported to me on Elektroda some time ago and I tought I have fixed it by reenabling multithreading in HTTP server (instead of handling one client...