Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Latest commit

 

History

History

week01-arduino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Week 1 - Arduino

As a "warming up" challenge, we're returning to Arduino. We've covered the Arduino basics in our fall 2019 workshop

Challenge: Enhance the experience of an existing object with your Arduino.

We've provided you with a couple of demo projects to start from, depending on the end result you're aiming for:

Use this template when you'll provide your app with a UI, and when you're able to control your electronics using Johnny-Five.

Use this template when you'll provide your app with a UI, but your components are not supported by Johnny-Five. You'll need to write your own serial protocol to communicate with your Arduino.

There's a basic arduino sketch included, which writes the current running timestamp on the serial port.

Use this template when you won't use a UI, and when you're able to control your electronics using Johnny-Five.

Use this template when you won't use a UI, but your components are not supported by Johnny-Five. You'll need to write your own serial protocol to communicate with your Arduino.

There's a basic arduino sketch included, which writes the current running timestamp on the serial port.