BlueMustang is a framework written in Swift that interfaces to a Fender Mustang Amplifier through a Bluetooth bridge application
A Bluetooth application can be found on Github. It is a Python module that can run on a Raspberry Pi. When the Raspberry Pi is connected to a Fender Mustang amplifier though USB, blue_mustang acts as a USB-Bluetooth bridge.
A macOS/iOS application that uses BlueMustang to control a Fender Mustang amplifier. Because Defender uses BlueMustang, it means the client device (be it a Mac or an iPad/iPhone) does not need to be physically connected to the amplifier. This resolves the major issue with controlling a Fender Mustang amplifier from an iOS device.
I made this software for personal use, but feel free to use it or contribute. My amplifier is a Fender Mustang III V2 and is connected to a Raspberry Pi Rev 3 running blue_mustang
If writing a Bluetooth module from scratch, You should implement a Bluetooth Low Energy (BLE) peripheral with the following UUIDS:
The Bluetooth service must advertise itself as a Human Interface Device, and use this UUID
The Bluetooth service must use this UUID
This characteristic should return the name of the amplifier
This characteristic should return the number of presets the amplifier provides (typically this is 100)
This characteristic should return the names of the presets as follows:
This characteristic is used for reading and writing preset values
This characteristic is used for reading and setting the amplifier's Volume, Tone etc knobs
.package(url: "https://github.com/derekk19/BlueMustang.git", from: "1.0.0")
BlueMustang is released under the MIT license. See LICENSE for details.
link |
Stars: 1 |
Last commit: 3 days ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics