This page contains relevant links to tutorials and other media to support your development of the EduExo kit.
To build the kit, an understanding of Arduino and basic circuit theory is necessary. Use the sections below to familiarize yourself with the topics, and feel free to email [email protected] if you have any questions.
- https://www.arduino.cc/en/Tutorial/Foundations - Arduino website contains all of the necessary tutorials to get started
- http://www.ladyada.net/learn/arduino/
- https://www.youtube.com/playlist?list=PLA567CE235D39FA84 - Jeremy Blum's (a real nerd) Youtube videos highlighting the fundamentals
- https://www.youtube.com/watch?v=abWCy_aOSwY - Jeremy Blum's electrical engineering (EE) basics
- https://www.allaboutcircuits.com/textbook/ - Lessons in electronic circuits (Vol 1. recommended)
I recommend Python if you want to get familiar with programming.
- https://www.youtube.com/watch?v=HBxCHonP6Ro&list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_ - thenewboston (funny guy)
- http://docs.python-guide.org/en/latest/ - The Hitchhiker's Guide to Python
- http://automatetheboringstuff.com/
I am no Unity expert, but here are a few helpful links.