11. Input devices¶
Due date 2024/04/16
1614 illinois board
-
Conceive¶
- This week we focused on understanding how microcontroller units (MCU) sense the real world using sensors.
- Input devices are like human senses. They provide MCUs with observational information
Assignment¶
To do | Done |
---|---|
Group assignment | ⬇ |
Probe an input device(s)’s analog and digital signals. | No |
No | |
Document your work to the group work page and reflect on your individual page what you learned. | No |
Individual assignment | ⬇ |
Measure something: add a sensor to a microcontroller board that you have designed and read it. | No |
Learning outcomes¶
To do | Done |
---|---|
Demonstrate workflows used in sensing something with input device(s) and MCU board. | No |
Checklist questions¶
Have you? | Done |
---|---|
Linked to the group assignment page? | Yes |
Documented what you learned from interfacing an input device(s) to your microcontroller and how the physical property relates to the measured results? | No |
Documented your design and fabrication process or linked to the board you made in a previous assignment? | No |
Explained the programming process/es you used? | No |
Explained any problems you encountered and how you fixed them? | No |
Included original design files and source code? | No |
Included your ‘hero shot’ of your board? | No |
-
Context¶
-
Comprehend¶
- A device provides input to a microcontroller when it transforms an observation of its environment into a signal that the controller can interpret.
- Input devices
- Cameras
- Microphones
- Electrical sensors
- Motion sensors
- Time sensors
- Chemical sensors
- Mass sensors
- Temperature sensors
-
Take caution¶
- Human
- Machine
- Environment
-
Calibrate¶
-
Control¶
- Material-machine interface
- Materials
- Fixtures
- Tools
- machine-controller interface
- Controller-CAM interface
- CAM-design interface
- Design-human interface
- Group assignment
- Probe an input device(s)’s analog and digital signals
- Document work
- Material-machine interface
-
Create¶
- Human-science interface
- Human-industry interface
- Human-art interface
- What assumptions can we break?
- Individual assignment
- Measure something: add a sensor to a microcontroller board that you have designed and read it.
Assignment tasks¶
Step 001¶
Learning outcomes¶
- Demonstrate workflows used in sensing something with input device(s) and MCU board
made i2c from ftdi; matched output pin to vcc; mistake; only output from actual current source should be output; on i2c, both vcc and gnd should be input; note vcc and gnd pins on integrated circuits.