MaxineMuster
MaxineMuster
Fixed with latest changes in https://github.com/openshwprojects/OpenBK7231T_App/pull/1150
Thank you so much for your engagement and your feedback. I had hoped it would have been more successful, but will try to find the issues... Maybe it's time to...
Just got my BK7231N module, and it's working with this code (I simply forgot to copy the key). This was due to the fact that everything was first inserted in...
@divadiow if you find some time could you please give the new version a try? Especially the W600/W800 (I hope BK7231T will work like the N module of mine). Thanks
Thanks again! I'll try to find out how to increase the number of clients with BK (CFG_STA_MAX alone won't help, I'll look into DHCP now) Could you test, if on...
From all I see W600/W800 code looks like the code in demo_ap.. And also I didn't succeed in allowing more than one client to BK device. After setting `#define CFG_STA_MAX...
Thanks, I'll take a look. As usual you will only get a new blob, a new library without knowledge, what they changed in detail.
Just got my W801 dev boards. For me, the last build works, I could connect at least phone and PC at the same time. But only very few seconds -...
Couldn't we just limit the number of tries for the loop and skip else? Like (not tested, just wrote down and the number should be adjusted) ``` ADC_Start(); int t=100;...
There is another implementation of a "TSEN_Get_Temp" (with different arguments) here: https://github.com/bouffalolab/bouffalo_sdk/blob/master/drivers/lhal/src/bflb_adc.c#L744 Its waiting up to 100 ms for temperature data: ``` bflb_adc_start_conversion(dev); start_time = bflb_mtimer_get_time_ms(); while (bflb_adc_get_count(dev) == 0)...