Skip to content

OishiiCha/XLR-Switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLR Switcher

Currently in progress application which uses a RP2040 chip along with relays to switch on and off XLR inputs from a PC

There are no current plans to change this to run on macOS or Linux based systems, however a simple flask server could have similar functionality so could be run from something as simple as a Raspberry Pi and then remotely controlled. However for this type of device, it may not be worth doing that, you may instead want to build a DSP to have that functionality.

The app will auto detect the com which the device is connected to, if it is not detecting the pico still, disconnect the pico, then close any program that may be using it such as Thonny and connect the Pico again.

This is built for CircuitPython rather than MicroPython, so the pico code will not work on MicroPython.

To disable the usb mounting of the microcontroller, place the boot.py on the microcontroller.

Generating the .exe File

pyinstaller --clean --onefile --noconsole --icon=images/logo.ico --add-data "images/logo.ico;images" main.py --name "XLR Switcher"

Example 3D Printed Box

drawio xlrbox

Software

image

Example config

image

Components

Components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages