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
- 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
- Put the include statement (Ex:
- 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
For setting up one's environment and software, go to this folder
Follow the README located here
Follow the README located here
Follow the README located here
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 |