Circuit Documentation
Summary
This document provides a detailed overview of a circuit that includes multiple resistors, flex resistors, an Arduino UNO microcontroller, and a USB power source. The circuit is designed to interface with the Arduino UNO, utilizing its analog input pins to read values from the resistors and flex resistors.
Component List
2.2 inch Basic Flex Resistor
- Description: A flexible resistor that changes resistance when bent.
- Pins: Pin 1, Pin 2
Resistor
- Description: A standard resistor with a resistance of 10k Ohms.
- Pins: pin1, pin2
- Properties:
Arduino UNO
- Description: A microcontroller board based on the ATmega328P.
- Pins: UNUSED, IOREF, Reset, 3.3V, 5V, GND, Vin, A0, A1, A2, A3, A4, A5, SCL, SDA, AREF, D13, D12, D11, D10, D9, D8, D7, D6, D5, D4, D3, D2, D1, D0
USB Power
- Description: Provides power to the circuit.
- Pins: +, -
Wiring Details
2.2 inch Basic Flex Resistor
- Pin 2 is connected to:
- Pin 2 of another 2.2 inch Basic Flex Resistor
- Pin 2 of another 2.2 inch Basic Flex Resistor
- Pin 2 of another 2.2 inch Basic Flex Resistor
- GND of Arduino UNO
- Pin 2 of another 2.2 inch Basic Flex Resistor
Resistor
pin1 is connected to:
- pin1 of another Resistor
- pin1 of another Resistor
- pin1 of another Resistor
- pin1 of another Resistor
- 5V of Arduino UNO
pin2 is connected to:
- A0 of Arduino UNO
- A1 of Arduino UNO
- A2 of Arduino UNO
- A3 of Arduino UNO
Arduino UNO
5V is connected to:
- pin1 of a Resistor
- pin1 of another Resistor
- pin1 of another Resistor
- pin1 of another Resistor
GND is connected to:
- Pin 2 of a 2.2 inch Basic Flex Resistor
- Pin 2 of another 2.2 inch Basic Flex Resistor
- Pin 2 of another 2.2 inch Basic Flex Resistor
- Pin 2 of another 2.2 inch Basic Flex Resistor
- Pin 2 of another 2.2 inch Basic Flex Resistor
A0 is connected to:
A1 is connected to:
A2 is connected to:
A3 is connected to:
Documented Code
Arduino UNO Code (sketch.ino)
void setup() {
}
void loop() {
}
Additional Documentation (documentation.txt)
This document provides a comprehensive overview of the circuit, including a summary, component list, wiring details, and documented code.