Skip to content

Resources & code snippets used for the Arduino Workshop Series

License

Notifications You must be signed in to change notification settings

sutd-robotics/ard-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Photon
Oct 30, 2020
01f5545 · Oct 30, 2020

History

29 Commits
Sep 14, 2020
Sep 21, 2020
Oct 5, 2020
Oct 14, 2020
Oct 29, 2020
Sep 14, 2020
Sep 21, 2020
Oct 30, 2020

Repository files navigation

Arduino Workshop Series

Sept 2020 Edition

Resources & code snippets used for the Arduino Workshop Series

Overview

The workshop would be held over the course of 4 weeks, whereby the following topics would be covered:

  • Basics of electronics
  • Programming (Arduino & a sprinkle of C++): Syntax, Variables, and more
  • Digital & Analog I/O
  • Component interfacing (Passive/Active)
  • Using pre-written libraries
  • Timers & Interrupts

Organisation

The repository would contain the code snippets that are used in conjunction with the workshop, where the directory would be labeled as Week 1, etc.

WK1 - WK4

The code snippets used in week 1 to 4 are found in the respective directories.

  • WK1: LEDs (digitalWrite, analogWrite via PWM), Arduino Syntax
  • WK2: Electronics Basics + Breadboarding, Serial Monitor (Output), Button (digitalRead), Button Debouncing, AnalogRead (Potentiometer, LDR)
  • WK3: Serial Monitor (Input), Piezo Speaker, Ultrasonic Sensor
  • WK4: Servos, EEPROM Read/Write, Interrupt & Timer

WK7_practice

This week session serves as a practice and revision for arduino. The solutions are also located int this directory.

Links: