Skip to content

Latest commit

 

History

History
103 lines (54 loc) · 4.2 KB

README.md

File metadata and controls

103 lines (54 loc) · 4.2 KB

Getting started

To get started, take out the first 4 items listed below: Breadboard, Arduino uno, USB cable, and Jumper wires.

What do you need (hardware)?

  • Breadboard/protoboard: Wires plug inot its sockets

  • Arduino uno: Microcontroller

  • USB cable

  • Jumper wires: To connect components

  • LEDs

  • Resistors

  • Servo motor

  • Tilt sensor

  • Buzzers

  • 16x2 Display

  • Fotoresistor

  • IR Controller

  • Jumper wires

  • LEDs

  • Potentiometer

  • Push buttons

  • Step motor

  • 4x7 segments display

  • 7 segments display

Install the Arduino software

1. Install Arduino

Visit the Arduino software page and download the latest Arduino IDE version for your OS.

2. Install drivers

You need to install drivers to program the Arduino. Drivers convert data sent through the USB port into serial signals that the Arduino can understand.

  • Drivers (in case they are not installed by default)
  • Check the module example to check extra dependencies

3. Launch Arduino

Launch the Arduino application. It will open to the template of a new, empty sketch. Here's what it looks like.

  • Screenshot 2024-09-16 at 11 00 52

This workshop uses materials and examples that are based on the components included in the project starter kit.