PMW3360
PMW3360 copied to clipboard
PixArt PMW3360 Motion Sensor Library for Arduino
Hello, I am trying to use this library on a ESP32. I changed in the library the file "PWM3360.cpp" and remplaced SPI.begin() by SPI.begin(18, 19, 23, ss_pin) ; because MISO,...
Hey @SunjunKim, Thanks for merging #4. Would you please bump the version number and make the changes available via Arduino Library Manager? Kind regards @tinxx
I am working with an open-source DIY mouse project that currently uses the ADND505 sensor(https://www.lynxware.org/), but I am wanting to modify it to use the PMW3360 Sensor. The project uses...
Hello, I am just having trouble converting the dx and dy values from readBurst to usable signed integers and wondering if I could get some assistance on that. I was...
I'm using this with an PMW3366, it tells "initialization failed" due to signature check but still works after that, just didn't got negative values. Had to change the LSB MSB...