-
Notifications
You must be signed in to change notification settings - Fork 7
Working with microcontrollers
Chris edited this page Jan 26, 2018
·
8 revisions
- forum thread about iPhone charging
- Control an Arduino with an iPhone
-
Arduino - AC adapter
- Specs
- 9 - 12 VDC, 500mA - 1A, 2.1mm, center positive
- Specs
- The total current amperage than can be drawn from an Arduino is 200mA, and it is best not to have more than 20mA going across each pin to power a device. see 🙈
- Arduino source files / programs are referred to as sketches sketches are generally saved in the below location
$HOME/$USER/Documents/Arduino
- Logic level - is a set voltages at which a device communicates. A common logic level is 5V, and newer logic levels work at 3.3V and 1.8V
- PWM Pulse Width Modulation - is used for Digital to Analog signal
- PWM - Examples
- the brightness of an LED
- to vary the speed of the fan
- PWM - Examples
- LED’s are directional the shorter pin goes to GND.
If you find any of this info helpful on your journey 🏍 click that 👆 ⭐️ star button. It sure makes me feel warm and fuzzy 🐻 on the inside.