Arduino-ESP32Wiimote icon indicating copy to clipboard operation
Arduino-ESP32Wiimote copied to clipboard

ESP32 not see my Nunchuck

Open jeffFREEMAN opened this issue 5 years ago • 3 comments

Hi thank you for your job!!!!

My ESP32 not see my Nunchuck connected to the wiimote Wiimote works fine

a solution?

jeffFREEMAN avatar Apr 19 '20 02:04 jeffFREEMAN

@jeffFREEMAN Try this library -> https://github.com/bigw00d/Arduino-ESP32Wiimote/tree/feature/%231 Caution: Nunchuck keeps outputting a lot of data for acceleration sensing.

bigw00d avatar Apr 20 '20 10:04 bigw00d

Great JOB!! Work's fine for me :-) Is it a way to not listen the gyro data? I use your code to convert wiimote data to OSC (open sound control) for a lighting console remote. The gyro data overload the esp32 cpu...

THANK YOU my friend

Jeff

jeffFREEMAN avatar Apr 21 '20 13:04 jeffFREEMAN

@jeffFREEMAN I'm glad to hear that. I add addFilter function to library. Try to use it: https://github.com/bigw00d/Arduino-ESP32Wiimote/tree/feature/%231

bigw00d avatar Apr 24 '20 10:04 bigw00d