ASSIGNMENT: 00A ARDUINO 1-5

ASSIGNMENT: 00A ARDUINO 1-5

download Arduino for Windows or Mac

Toptechboy Website- Arduino Lessons

 

 

Please do lessons 1-5 (website or video with headphones):

Arduino Lesson 1: In this lesson we take our first look at the Arduino Microcontroller, and you will write your first simple program. Don’t be afraid, we will take you through it step by step with a video and instructional diagrams.

Arduino Lesson 2: In this lesson we build our first external circuit and control it from the Arduino. We use digitalWrite commands to turn the arduino on and off.

Arduino Lesson 3: In this lesson we create a two LED circuit, and we learn about for loops.

Arduino Lesson 4: Learn how to print to your computer screen from the Arduino using your serial port. Good Stuff!

Arduino Lesson 5: Learn how to work with strings in arduino. This is a simple but important lesson

 

ARDUINO SYNTAX

  • pinmode
  • digitalwrite
  • delay
  • string
  • Serial.println
  • variables

HARDWARE

  • Arduino and USB
  • breadboard
  • jump cables
  • resistors
  • LED

// means no operation, notes

float means fractional number

integer means whole number

string means symbol or text

Website Category: [00A Arduino 1-5]