Week 9: Input Devices
This document was generated with AI assistance based on the course outline and subtitles from the video conference session that I provided to Claude 3.7 Sonnet.
Course Overview
This week's course focuses on input devices and sensor technologies, teaching how to connect various sensors to microcontrollers and read data from them. The course covers a wide range of input devices, including button switches, magnetic field sensors, step response measurements, temperature sensors, light sensors, motion sensors, distance sensors, real-time clocks, position sensors, accelerometers, sound sensors, force sensors, and cameras. Students will learn how to measure physical quantities using these sensors and input this information into digital systems for processing.
Detailed Course Content
1. Course Introduction and Background
In the process of manufacturing electronic devices, input devices are key components for interacting with the external world. This week's course will explore various sensor technologies and their applications in depth. In the coming weeks, we will learn about output devices (such as motors and displays), communication between multiple processors, and how to build complete machine systems.
2. Microcontroller Input Basics
2.1 Datasheets and Pin Functions
- Datasheet References: Understanding the AVR DB series microcontroller datasheets, with special attention to the analog interface section
- Basic Pin Types:
- Digital input/output pins (ports)
- Analog comparators
- Analog-to-digital converters (A/D)
- I2C interface
2.2 Signal Processing Basics
- Analog Comparators: Quick comparison of two voltage values
- Analog-to-Digital Converters: Converting analog signals to digital values
- I2C Communication: Increasingly more sensors use the I2C communication protocol
3. Buttons and Switches
3.1 Button Principles
- Button Types: Momentary buttons, slide switches
- Debouncing: Buttons produce oscillating signals when pressed, requiring software or hardware debouncing
3.2 Button Programming Examples
The following are examples based on ESP32-C3:
Other microcontroller examples:
- SAM D11C: Board design, Code
- ATtiny412: Board design, Code
4. Magnetic Field Sensors
4.1 Hall Effect Sensors
- Principle: Hall effect sensors measure magnetic fields and output corresponding voltages
- Directionality: Flipping the sensor can measure magnetic fields in different directions
- Sensitivity: Sensitive enough to measure the Earth's magnetic field
- Applications: Detecting lid closure, shaft proximity to endpoint
- Example: hello.mag.45, Board design, Code, Video
4.2 Vector Magnetometers
- 3-Axis Magnetic Field Measurement: Vector magnetometers measure magnetic fields in X, Y, and Z directions
- Applications: Application cases include joysticks, shift lever position detection, wheel interfaces, etc.
- I2C Communication: Data transmission via I2C protocol
- Example: hello.TLE493D.t412, Board design, Code, Video
- Simulation Tool: 3D magnetic sensor simulator
5. Variable Resistors (Potentiometers)
- Principle: Potentiometers change resistance values through rotation or sliding
- Applications: Adjusting settings, controlling motor current, etc.
- Example: Motor control application
6. Step Response Measurement
6.1 Capacitive Sensing Principles
- Measurement Principle: Based on measuring capacitance changes through charge/discharge time
- Application Range: Measuring resistance, capacitance, inductance, position, pressure, tilt, acceleration, humidity, proximity, etc.
- Human Capacitance Measurement: Utilizing human body conductivity to measure contact or proximity
- Animation Demo: Step response simulation
6.2 Self-Capacitance Measurement (Single Pin)
- Hardware Support:
- Examples:
- SAMD21: hello.touch.D21, Code, Video
- ESP32S3: hello.touch.S3, Code, Video
- DIY Capacitance Measurement:
- RP2040: hello.steptime1.RP2040, Code, Video
6.3 Remote Processor Measurement
- Principle: Placing the processor close to electrodes to avoid line noise
- Example: hello.load.RP2040.t412, Code, Video
- Applications: Capacitive caliper, CVDT, Video
6.4 Mutual Capacitance Measurement (Dual Pin)
- Principle: One electrode sends signals, another receives
- Advantages: Not dependent on indoor ground, more stable and reliable
- Examples:
- RP2040: hello.txrx2.RP2040, Code, Video
- ATtiny1624: hello.txrx.t1624, Code, Video
6.5 Remote Amplifier Measurement
- Principle: Using operational amplifiers to enhance signals
- Example: hello.txrx.RP2040.op-amp, Code, Video
6.6 Dielectric Spectroscopy Measurement
- High-Frequency Applications: Can measure material properties at higher frequencies
- Material Identification: Can differentiate between different liquids such as alcohol, martini, beer, wine, etc.
- References: Application Note, Theory, Measurement Methods
6.7 Application Examples
7. Temperature Sensors
7.1 Thermistor Bridge Circuits
- Principle: NTC thermistors or RTD thermistors change resistance with temperature
- Example: hello.temp.45, Code, Video
7.2 Infrared Temperature Measurement
- Principle: Infrared temperature sensors measure infrared radiation emitted by objects
- Applications: Non-contact temperature measurement
8. Light Sensors
8.1 Phototransistors
- Types: Infrared and visible light phototransistors
- Example: hello.light.45, Code, Video
8.2 Synchronous Detection
- Principle: Synchronous detection technology eliminates ambient light interference
- Example: hello.reflect.45, Code, Video
8.3 Color Sensors
- RGB Sensors: Color sensors measure red, green, and blue colors
- Example: hello.VEML6040.t412, Code, Video
- Gesture Sensors: APDS-9960 can detect gestures
9. Motion Sensors
9.1 Doppler Radar
- Principle: Doppler radar modules measure Doppler shift to detect motion
- Example: hello.RCWL-0516, Code, Video
9.2 Pyroelectric Sensors
- Sensor: HC-SR501
- Example: hello.HC-SR501, Code, Video
10. Distance Sensors
10.1 Laser Time-of-Flight Measurement
- Sensors:
- Examples:
10.2 Ultrasonic Sensors
- Sensor: HC-SR04
- Example: hello.HC-SR04, Code, Video
11. Real-Time Clocks (RTC)
- Chip: PCF8523, Module
- Example: hello.PCF8523.RP2040, Code, Video
12. Position and Time Sensors (GPS)
- Systems: GNSS, NMEA Protocol
- Modules: NEO-6, GT-U7
- Example: hello.GPS.t1614, Code, Video
13. Acceleration, Rotation, and Orientation Sensors
13.1 Three-Axis Accelerometers
- Chip: ADXL343
- Example: hello.ADXL343, Code, Video
13.2 Six-Axis IMU (Inertial Measurement Unit)
13.3 Nine-Axis IMU
14. Sound Sensors
14.1 MEMS Microphones
- Digital Interface:
- Examples:
- Analog Interface:
- SPU0414HR5H
- Example: hello.SPU0414HR5H, Code, Video
14.2 Electret Microphones
- Amplifier: AD8615 Operational Amplifier
- Example: hello.mic.45, Code, Video
15. Other Sensor Introductions
- Vibration Sensors: Piezoelectric Sensors
- Force Sensors:
- Angle Sensors: Encoders
- Pressure Sensors: DPS310
- Pulse Sensors: MAX30102
- Air Pollution Sensors: Particulate Matter Sensors
- Gas Sensors: Various Gas Sensors
16. Image Sensors
16.1 Camera Modules
- ESP32 Cameras:
- Examples:
16.2 Artificial Intelligence Modules
16.3 Webcams
16.4 Image Processing Libraries
16.5 Web Image Processing
Assignment Requirements
Group Assignment
Probe input devices for their analog levels and digital signals:
- Select an input device (such as a button, sensor, etc.)
- Use an oscilloscope or other tools to measure its analog levels
- Observe and record the characteristics of digital signals
- Analyze signal patterns and understand their working principles
Individual Assignment
Measure something: Add a sensor to your designed microcontroller board and read the data
- Design and build a circuit board with a microcontroller and sensor
- Program it to read sensor data
- Visualize the data (through Arduino/Thonny built-in plotting tools or Python code)
- Document the process and write up the sensor principles, applications, and measurement results
Reference Example: Adrian Torres' Input Devices Project
Suggestion: If unsure which sensor to choose, try using step response technology, as it only requires processor pins and simple copper electrodes to create various interesting interfaces and sensors.