Hi there,
I'm working on a project to control a robot using a Wii Remote.
I have discovered code to do this using a ESP32 based board from github https://github.com/bigw00d/Arduino-ESP32Wiimote
I have a Nano 33 BLE sense which in theory should be able to receive the control data from the Wii remote. from which intend to send the data over I2C to a arduino to control the robot.
I've googled around for suitable code to do this but have drawn a blank.
Does anybody have any suggestions?