Arduino-ESP32Wiimote
Arduino-ESP32Wiimote copied to clipboard
ESP32 not see my Nunchuck
Hi thank you for your job!!!!
My ESP32 not see my Nunchuck connected to the wiimote Wiimote works fine
a solution?
@jeffFREEMAN Try this library -> https://github.com/bigw00d/Arduino-ESP32Wiimote/tree/feature/%231 Caution: Nunchuck keeps outputting a lot of data for acceleration sensing.
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 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