arthurv
arthurv
> > Do you think it would be helpful to try and get everyone with their own forks to converge on using the same fork? Or at least get everyone...
Can confirm this issue as well - we can see a connected event, but DeviceConnectionState.connecting never happens.
This issue has actually been mentioned elsewhere: https://github.com/PhilipsHue/flutter_reactive_ble/issues/385#issuecomment-1040502145 And I can also confirm the linked comment - the "connecting" state isn't communicated on the first connect, but if I disconnect...
I saw that ham.py had the endpoints hardcoded for read and write: ``` bulkWrite(0x01, cmd) if read: return bulkRead(0x83, 0x0200) ``` However the endpoints are completely different on mine, here's...
Is there a code example using the QSPI port with the Macronix chip (ie. reading and writing)? I've looked through the SPIFlash test examples and they only use SPI. I'm...
Thanks! I realised part of that was due to the power LED being on, disconnecting the solder jumper brought it down to 0.25 mA. (L476RE) The Dragonfly L496 is about...
Hi, thanks for pointing this out. Can you open a push request in github for this patch? On Jul 17, 2012 9:56 AM, "zttkkk" < [email protected]> wrote: > tracker.filterPts() >...
I meant pull request, sorry On Jul 17, 2012 9:56 AM, "zttkkk" < [email protected]> wrote: > tracker.filterPts() > It should be written this way: > > //before using this function,points...
It also depends on my free time but I'll have a go at it. I'm downloading the card_polling code now, and one thing I noticed were the separate commands for...
Sounds good! So my intended strategy is to copy the existing python class, call it "MifareClassic", swap phalMful_Write() with phalMfc_Write() and adjust the required arguments, and do the same for...