Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
yiler-huang-arduino [2022/12/26 21:54] – created yiler.huangyiler-huang-arduino [2023/01/29 21:01] (current) yiler.huang
Line 1: Line 1:
-===== Learning about Arduino Microcontrollers =====+====== Learning about Arduino Microcontrollers ======
  
 By [[yiler-huang| Yiler Huang]] By [[yiler-huang| Yiler Huang]]
Line 5: Line 5:
 ==== Introduction ==== ==== Introduction ====
  
-In this semester, we leaned how to build circuits with different electrical opponents. We also learned how to use an **Arduino UNO** board to control our circuits.+In this semester, we leaned how to build circuits with different electrical components. We also learned how to use an **Arduino UNO** board to control our circuits.
  
-==== Learning About Electrical Opponents====+==== Learning About Electrical Components====
  
-Before building our circuits, we learned about different opponents and how they work. We learned how to know the resistance of resistors by looking at the color code on it, and we measured them ourselves. We also learned how to use a potentiometer and measured it's resistance. +Before building our circuits, we learned about different components and how they work. We learned how to know the resistance of resistors by looking at the color code on it, and we measured them ourselves. We also learned how to use a potentiometer and measured it's resistance. 
  
 {{:yiler-resistors.png?400|}} {{:yiler-resistors.png?400|}}
Line 15: Line 15:
 //Diagram showing the expected resistance of different resistors, including a potentiometer.// //Diagram showing the expected resistance of different resistors, including a potentiometer.//
  
-After learning how to use the opponents, we started making our own circuits. The first thing we built is a LED light bulb circuit.+After learning how to use the components, we started making our own circuits. The first thing we built is a LED light bulb circuit.
  
 {{:yiler-470-led.png?400|}} {{:yiler-470-led.png?400|}}
Line 29: Line 29:
 ==== Learning How to Use a Breadboard==== ==== Learning How to Use a Breadboard====
  
-We learned how to build circuits with wires, but it is very inconvenient and dangerous to do so. Therefore, we learned how to build our circuits on a breadboard so we don't burn our opponents easily and it would be easier to modify our add something into the circuit.+We learned how to build circuits with wires, but it is very inconvenient and dangerous to do so. Therefore, we learned how to build our circuits on a breadboard so we don't burn our components easily and it would be easier to modify our add something into the circuit.
  
 <HTML> <HTML>
Line 63: Line 63:
 //An illustration showing how it works.// //An illustration showing how it works.//
  
 +==== Learning About Arduino UNO ====
  
 +In order to build more complicated circuits, we combined the breadboard with Arduino Uno board and use Javascript to program the performance of the circuits.
 +
 +<html><iframe width="840" height="472.5" src="https://www.youtube.com/embed/l8vEiIFGkTQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>
 +
 +//Video of me using UNO board to control LED bulbs.//
 +
 +In the end of this semester, I learned how to connect electrical components to a local server. Now I can send the data my sensors got and send them to wherever I want.
 +
 +<html>
 +<iframe width="840" height="472.5" src="https://www.youtube.com/embed/9RGDGGW_bNI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 +</html>
 +
 +//The latest circuit I built this semester. A pressure sensor connecting to Hydra, a live code-able Javascript computer graphics library//
  
  
  • yiler-huang-arduino.1672120461.txt.gz
  • Last modified: 2022/12/26 21:54
  • by yiler.huang