Arduino BLE connecting to micro:bit as a controller

Hi Guys

I've recently received the Wifi Rev2 for some experimentation - it's my first introduction to Arduino. I immediately wondered if I would be able to connect my micro:bit to it over BLE to be able to use it as a controller for some projects.

I'm pleased to say I've had some initial success - I've managed to use the micro:bit button service to read the buttons, the temperature service to read the temperature from the microbit's onboard thermometer, the LED service to send scrolling text and to update the screen - and the UART service for two way comms. These are all in fairly basic test sketches at the moment.
Tomorrow I'm going to try wiring up a joystick to the arduino and trying to use the event service.

If there is any interest in what I've been doing I'd be happy to share my work. I may try and wrap it all into a high level library (it builds on ArduinoBLE of course).

Best wishes
James