Share My Creation JG Audio Remote

Hi, this is my first basic4android app. It's the front end of a source selector and stepped attenuator (audio controls) which connect via bluetooth to an arduino which receives these bluetooth commands and switches various relays on and off.

I'm currently working on the stepped attenuator that can deal with these positions being send via bt.

Your more than welcome to grab the android package, but it won't do much unless you have the additional hardware.

But, you can get started with as little as picking up an Arduino, 8 channel relay, and a bt module.
 

Attachments

  • result.apk
    120.4 KB · Views: 203

merlin2049er

Well-Known Member
Licensed User
Longtime User
Quick Instructions;

TAB "Sources"
Click selects each source, long click edits the source.

Bluetooth commands it sends are: btconnect - when connected
b1, b2, b3, b4 - inputs 1 to 4

TAB "Attenuator"
The buttons send the position of the attenuator from 1 to 128, MUTE is 0.

Ask me about the Arduino sketch...
You'll need at least (to start) an arduino and a bluetooth module.
You can monitor the serial output of the arduino, to verify which bluetooth commands it's receiving.
 
Top