This circuit involves an Arduino UNO microcontroller interfacing with an MPU6050 accelerometer and gyroscope sensor, an HC-05 Bluetooth module, several flex resistors, and standard resistors. The circuit is powered by a 9V battery. The Arduino UNO reads data from the MPU6050 and flex resistors, and communicates with the HC-05 Bluetooth module to transmit data wirelessly.
Arduino UNO
InvenSense MPU6050
HC-05 Bluetooth Module
2.2 inch Basic Flex Resistor
Resistor (1000 Ohms)
9V Battery
GND is connected to:
A0 is connected to:
A1 is connected to:
A2 is connected to:
A3 is connected to:
A4 is connected to:
A5 is connected to:
D1 is connected to:
D0 is connected to:
VCC is connected to:
GND is connected to:
Key is connected to:
GND is connected to:
pin1 of one resistor is connected to:
pin1 of another resistor is connected to:
pin1 of another resistor is connected to:
pin1 of another resistor is connected to:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
This documentation provides a comprehensive overview of the circuit, including a summary, detailed component list, wiring details, and the code used in the microcontroller.