omriharel / deej

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux
https://deej.rocks
MIT License
4.71k stars 433 forks source link

Bluetooth compatibility #86

Closed FriediDaDude closed 5 months ago

FriediDaDude commented 5 months ago

Is it possible to make this project wireless and use the bluethooth of my Arduino® Nano 33 IoT? Im new to coding but is it possible to just change the COM_port in the config.yaml after connecting the arduino with the bluethooth of my pc ?

omriharel commented 5 months ago

Hi @FriediDaDude, thanks for writing.

It should be possible, but it's outside of the project scope. You may be able to work out something that uses Serial over Bluetooth but it might take a bit of tinkering. Good luck!