glenn20

Results 50 comments of glenn20

> Has this been addressed? Thanks for bringing this up again - it fell off my radar. > > I see a threading issue with the callbacks, from the esp32...

Hi Feiko, Thanks for testing. ESPNow is a Class, you need to invoke a class instance first before calling the init() method. The errors is less than useful - I...

@tve: I've done a little empirical testing, but I'm not sure if they are valid in micropython. Using xPortGetCoreID() I tested the coreid for - the espnow callbacks (recv_cb() and...

Ok - I've just checked and discovered that arising from #5489 micropython recently switched to pin everything to core 0, so the results of my test were not as unexpected...

Thanks @tve, Actually, I am in the midst of a significant rewrite to remove the dependence on mp_sched_schedule to schedule callback functions. I have come to realise the fragility this...

@beyonlo By default, espnow devices respond to acknowledge receipt of packets, so it would be straightforward to scan status of a local network of known Mac addresses, but not to...

Actually - scrap that. A little further checking and I see that ToF is not supported in IDF (though there are hints that the hardware may be capable). People seem...

As flagged, a substantial rewrite with breaking changes. Apologies for the delay - shoulder injury slowed me down for a while and I spent some time faffing about with various...

Ok - I've squashed the commits to just two: original import from PR#4115 and my current HEAD. I believe this is ready for review. It is working well for me...

Thanks Peter - and thanks for all your great work on uasyncio and the magnificent support resources.... :) On Mon, 19 Oct 2020 at 21:48, Peter Hinch wrote: > Kudos...