Skip to content

A curriculum for build days that can be followed throughout the school year. Each should be short (max an hour) and be reproducible by a newbie.

Notifications You must be signed in to change notification settings

templerobotics/build-day-curriculum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-day-curriculum

A curriculum for build days that can be followed throughout the school year. Each should be short (max an hour) and be reproducible by a newbie. Robot kit

Trouble Shooting

  • If you are having uploading troubles, my main issue was that the HAT was affecting the upload (possibly because PINS 0 and 1 are being used). The solution is to remove the HAT, upload your code, then put the HAT back on.
  • If a library is not found, you need to add it to the C/C++ path by Rebuilding the IntelliSense Configuration
    • Put the include statement (Ex: #include <Servo.h>) at the top of the file
    • Press ctrl+shift+P
    • Type Arduino: Rebuild IntelliSense Configuration
    • The library should now be included in the C/C++ path. This can be checked in this file under includePath
  • If the upload is working correctly but doesnt seem to be working, check that the correct sketch file is selected
  • Adding libraries from ZIP folders

Software Setup

For setting up one's environment and software, go to this folder

Week 1

Follow the README located here

Week 2

Follow the README located here

Week 3

Follow the README located here

Materials List

Item Quantity Weeks Used
Arduino Uno 1 All
LEDs 3 1
10 kOhm 1 1
220 Ohm 3 1
Button 1 1
L298N motor driver 1 3 & 5
12 V DC motor 2 5
12 Volt power supply 1 5

About

A curriculum for build days that can be followed throughout the school year. Each should be short (max an hour) and be reproducible by a newbie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages