openshwprojects

Results 308 comments of openshwprojects

@Gamerayers @alexsandroz where to buy such bulb? I'd need one for testing, its hard to do it remotely

BL602 also could benefit from IR. I have BL602 IR device. I will try to break out this timer, I hope it might be precise enough: https://github.com/openshwprojects/OpenBK7231T/blob/eaf4e1a606571b9f13d9c933da61670c712a6c8d/platforms/bk7231t/bk7231t_os/beken378/driver/pwm/bk_timer.c I'll post here...

Here is the source of the timers: https://github.com/openshwprojects/OpenBK7231T/blob/eaf4e1a606571b9f13d9c933da61670c712a6c8d/platforms/bk7231t/bk7231t_os/beken378/driver/pwm/bk_timer.c You also can look into that: https://github.com/openshwprojects/OpenBK7231T/search?q=REG_WRITE The timers are calling bk_timer_isr, which is an interrupt service routine. One would need to...

This is new. I had devices working with HA offline for days. Can someone - @btsimonh - check this commit? https://github.com/openshwprojects/OpenBK7231T_App/commit/b7db834c7b01538b6c4f39ac71521f3d27171a70 Can you guys check the older versions before this...

Hey, we can do this, but since you already proposed a solution, maybe just create a pull request and I will integrate it? This is a good feature.

@saper-2 EDIT: I looked at the code and adding a base topic field would be simpler Wait a sec @saper-2 do you want cmnd/%s/ to be transformed to lights/cmnd/%s/ ?basically,...

What is the number of free memory shown in console log? Is it the same as in the first minutes of device run, or is the free memory decreasing?

@euro2 do you have UART hooked up to this device? I would like to try something but I am not sure if OTA will work

right now many things has changed in bk7231N build so maybe just update to latest version and see how it works, you can use OTA, no need to solder wires

I think it can be done, for example by: https://stackoverflow.com/questions/27895424/auto-redirect-to-another-html-page I will look into it