

The Muscle BioAmp Candy, manufactured by UpsideDown Labs (Part ID: Candy), is a sophisticated device designed to amplify bioelectric signals from muscles. This component is essential for applications in medical diagnostics, biofeedback, and research. By providing clear and amplified muscle signals, it enables accurate monitoring and analysis of muscle activity.








| Parameter | Value |
|---|---|
| Supply Voltage | 3.3V - 5V |
| Operating Current | 5mA |
| Gain | 1000x |
| Bandwidth | 10Hz - 500Hz |
| Output Voltage | 0V - 3.3V |
| Input Impedance | >10MΩ |
| Output Impedance | <1kΩ |
| Dimensions | 25mm x 20mm x 5mm |
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | VCC | Power supply (3.3V - 5V) |
| 2 | GND | Ground |
| 3 | IN+ | Non-inverting input (connect to muscle electrode) |
| 4 | IN- | Inverting input (connect to reference electrode) |
| 5 | OUT | Amplified signal output |
Below is an example code to read the amplified muscle signal using an Arduino UNO:
// Muscle BioAmp Candy Example Code
// This code reads the amplified muscle signal from the Muscle BioAmp Candy
// and prints the values to the Serial Monitor.
const int bioAmpPin = A0; // Analog pin connected to the OUT pin of Muscle BioAmp Candy
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud rate
}
void loop() {
int muscleSignal = analogRead(bioAmpPin); // Read the analog value from the bioAmpPin
Serial.println(muscleSignal); // Print the muscle signal value to the Serial Monitor
delay(10); // Small delay to stabilize the readings
}
No Signal Output:
Noisy Signal:
Weak Signal:
Q1: Can I use the Muscle BioAmp Candy with a 3.3V microcontroller?
Q2: How do I clean the electrodes?
Q3: Can I use the Muscle BioAmp Candy for ECG or EEG applications?
Q4: What is the maximum distance between the electrodes and the Muscle BioAmp Candy?
By following this documentation, users can effectively utilize the Muscle BioAmp Candy for their bioelectric signal amplification needs. For further assistance, please refer to the manufacturer's support resources.