btsimonh
btsimonh
@majsi - you have a repo with a modified version? I can try it and see?...
ok, I think it's two things. 1/ doGenerate() should wait until the key is made - if can make the key after sending. tested with 'stupid' code: ``` doGenerate(); setTimeout(()=>{...
yes so for device MCCGQ02HL: go to universal flashing page. Long press the button on the device (3 quick flashes of LED), quickly connect, then activate. The above is a...
they work fine as long as you long-press before trying (and then do it quickly). Of course, in a browser we can't yet hear adverts - there is info in...
I have a similar thing on ESP32 (ESP32-D0WDQ6 v1.0) and esp32s3. The straight esp32cam ('aithinker' style) board is much worse than the s3 board. In my case, it's hosting a...
Yes, the implementation follows that pattern - those functions are already in your release version, so were easy to duplicate :). The other implementation I saw was in one of...
ok, added the example, added stuff to readme. I think it's ready for review :).
hold off on this for a while... I've been using it to implement MPU6050 communication, and see a need for 1/ a few more functions which would make it easier...
ok, it's ready. Note: all block functions return an array of data the size of the data received. e.g. ``` i2c.readI2cBlockData(reg, 10, (err, data)=>{ // data will be 10 bytes...
Hi @guymcswain I've pushed a [complex and comprehensive MPU6050 driver](https://github.com/btsimonh/mpu6050-pigpio-client) based on this i2c implementation. Would be great to have the PR accepted? Also the script PR is not damaging......