Any way to make this sensor works at 64Hz?
Domihk opened this issue · 1 comments
Domihk commented
Hello team,
I have buy the sensor from different sources, I have tried with different board (including Arduinos, Teensys, Raspeberries pi...) and in general I am spending a lot of time and effort (and some cash as well) to make it works beyond 16Hz. In the development board that you provide it does well though.
So please, could I receive a lead in which combination of things can it make it work at 64Hz? If this would be possible to be done in a Arduino programmable board would be awesome.
Teensy model .? with clock speed of __?
slavysis commented
Normally, all you need in order to make it work at 64Hz is to:
- Configure it to measure at 64Hz
- Be able to read-out the data fast (1MHz I2C SCL)
- Do the calculation really fast
Best regards