ON AIR sign: A led light indicating if you are on discord voice channel
Posted: Wed Oct 16, 2024 7:25 pm
Pc (with discord) + usb connected arduino (with a controlled led)
1. I made a bot for discord that provides info about the user being in voice channel or not.
2. I made a python (exe) that
- receives any change of user voice-chat-state and send to arduino,
- also on startup it detects where is arduino plugged.
- also it has a tray-icon where a popup menu lets u config the python inputs (eg. observer discord-member: you)
3. I made an arduino code to receive the signals and manage the leds
works nicely
1. I made a bot for discord that provides info about the user being in voice channel or not.
2. I made a python (exe) that
- receives any change of user voice-chat-state and send to arduino,
- also on startup it detects where is arduino plugged.
- also it has a tray-icon where a popup menu lets u config the python inputs (eg. observer discord-member: you)
3. I made an arduino code to receive the signals and manage the leds
works nicely