PMW3360_Arduino icon indicating copy to clipboard operation
PMW3360_Arduino copied to clipboard

Sensor Initialization Failed - Compatible with ESP32 ?

Open ImNeos opened this issue 3 years ago • 1 comments

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, MOSI and SCK pins aren't the same.

I tried to use the "basic_interrupt" example but I keep getting the issue "Sensor Initialization Failed". I am sure of the hardware part. I am wondering if the library is compatible with ESP32 ?

Thank you

ImNeos avatar Aug 03 '21 08:08 ImNeos

Let's discuss here: https://github.com/SunjunKim/PMW3360/issues/2#issuecomment-892851121

SunjunKim avatar Aug 04 '21 17:08 SunjunKim