Week 3 Intro to Smart Systems
Smart Systems
Arduino Uno
- Breadboards
- USB Cable
- Wires
- Transducers
- You can also add on additional boards called shields
The Arduino software includes ready-to-use code, like the 'Blink' example, allowing users to quickly check their board's functionality. This feature is great for beginners learning Arduino programming and physical computing with a microcontroller.
In this project, we're using physical computing and a microcontroller to create a light switch. By adjusting the speed in the Arduino code, we can control how fast the light flickers: faster when the speed is increased, and slower when it's decreased.
this is the code where the Led will blink where every second it will blink the light of the transistor.


Comments
Post a Comment