PMW3360_Arduino icon indicating copy to clipboard operation
PMW3360_Arduino copied to clipboard

Interfacing PixArt PMW3360 with Arduino

Results 5 PMW3360_Arduino issues
Sort by recently updated
recently updated
newest added

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,...

const unsigned char firmware_data[] PROGMEM = { ^~~~~~~~~~~~~ exit status 1 redefinition of 'const short unsigned int firmware_length'

Hi SunjunKim. Do you have any tips to bring this to work with a scroll wheel encoder?

I saw on your wishlist in the README that you wanted to see if it works on 32 bit ARM boards. I can confirm that the PMW3360DM-Camera example works on...

Looking at your [`Firmware "PMW3360DM_srom_0x04"` file](https://github.com/SunjunKim/PMW3360_Arduino/blob/master/PMW3360DM-Mouse/SROM_0x04_Arduino.ino#L5), I'm trying to figure out how you came up with this. I currently have a 3389 that I'd like to use in a project...