imurvai / brickcontroller2

Cross platform application for controlling Lego creations using a bluetooth gamepad.
108 stars 32 forks source link

Add support for driving CircuitCubes device(s) detected by presence of 128 bits Service UUID #75

Closed vicocz closed 2 years ago

vicocz commented 2 years ago

This is a draft yet as it's proof-of-concept of adding support for Circuit Cubes which are driven via BLE as well. Unfortunately such device does not send 0xFF advetisment data. Therefore I've tried to add detecion support based on advertised UUID. Should be working on: Android and Windows. Still have to verify if such type is supported by iOS version of your app.

vicocz commented 2 years ago

Preview of Controller Action page for such device: image

imurvai commented 2 years ago

This is cool. What kind of device is it? I haven't heard of it.

vicocz commented 2 years ago

This is cool. What kind of device is it? I haven't heard of it.

E.g. Sariel had some reviews such as https://www.youtube.com/watch?v=zF7JUHrz0RI

imurvai commented 2 years ago

Thanks for adding support for this device.