btsimonh

Results 198 comments of btsimonh

yep, spotted it. NimBLE-arduino had a separate scan end callback, set in a different way. Your commits meant that it was never called. Just testing a change now, so let's...

@Rushmed @kroon040 @Mark-Muc - pls report success here. For me, the mods showed my one pvv temp+hum sensor which was close, and 6 EQ3, 3 of which connection failed because...

I wish CSV import in Excel different countries was fixed so easily and quickly!

> '"call"' is not recognized as an internal or external command, see the mods I mention in https://github.com/node-ffi-napi/node-ffi-napi/pull/270 - the one about libffi.gyp.

Hi @RinkalBhojani, pls try these repos: "ref-napi": "https://github.com/btsimonh/ref-napi.git", "ref-array-di": "^1.2.2", "ref-struct-di": "^1.1.1", "ffi-napi": "https://github.com/btsimonh/node-ffi-napi.git", for me, this set is working together for node 22.10.0, and should be ok with 18,...

for us, the above repos I mention are working for other projects. EXCEPT. For a pointer type, a void* pointer is a buffer with an address, and is of size...

hi @hepingood, The MPU6050 lack of docs drives me mad :). But yes, that was my reading of the docs too.... Question: I have worked on my MPU6050 code for...

it gets better.... See https://github.com/btsimonh/mpu6050-pigpio-client/wiki/MPU6050-Calibration-registers---including-Fine-Scale You can read the fine tune registers, and so do not need to measure the scale factor (assuming fine scale scaling it is the same...