Skip to content

jtrudeau/mcgillhackathon18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Arduino: McGill Hackathon 2018

Resources for Introduction to Arduino Workshop.

What is Arduino? Arduino is an open-source hardware and software electronics platform. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending instructions to the microcontroller on the board. This is done with the Arduino programming language (basically C++ with specific libraries), and the Arduino IDE (Integrated Development Environment), which is based on Processing.

See: https://www.arduino.cc/en/guide/introduction

Simple instructions for getting started:

  1. Install Arduino IDE or use the web editor: https://www.arduino.cc/en/Main/Software

  2. Install necessary drivers for your OS to interface with the Arduino nano clones used in the workshop: https://sparks.gogo.co.nz/ch340.html

  3. Follow the instructions presented in the workshop.

Random walk, part 3 example, based on https://github.com/jingnanshi/RandomWalk-arduino

See also, more generally https://playground.arduino.cc/Main/RandomWalk

More resources here: https://drive.google.com/drive/folders/1ch-8t-ZsVOIlSEqwdoMMmxW3y9N60fDK?usp=sharing

About

Resources for Introduction to Arduino Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages