Material and Courser Outline for 11-12 year olds

Hello,

We plan to work with a group of 11-12 year olds with the Arduino Starter Kit in our local school to further STEM education. I'm sure this has been done by many people and there are some great resources online to do this but we have not found this yet with our searching.

I would really appreciate it if any users in this group could point me at what they think is a good starter course for 11-12 year olds that we could start from for our local STEM group.

We have the Arduino Starter Kit and the educators both have PhDs, so the actual kit itself makes total sense to us and is a great resource, but we have no experience (0, zero, nada, nil) bringing concepts like circuits to children. So if there are resources that start with the basics and then build from their for this age group, it would be a great resource to draw from.

Many thanks for your help on this and I hope I am posting into the correct forum as this is my first post.

Carl

Give us a list of components included in the kit(s).

Kids like flashing coloured lights, moving motors, push button switches that cause things to happen, remote control devices, sound effects, robots (line followers?) etc.

Review these links to see what is appealing.

Arduino links of interest.

How to use this forum:
https://forum.arduino.cc/index.php?topic=149014.0

Listing of downloadable 'Arduino PDFs' :
Either Google >>>- - - - > arduino filetype: pdf
Or
https://www.google.ca/search?q=arduino+filetype%3A+pdf&rlz=1C9BKJA_enCA739CA739&oq=arduino+filetype%3A+pdf&aqs=chrome..69i57j69i65.1385j0j7&hl=en-US&sourceid=chrome-mobile&ie=UTF-8

Listing of downloadable 'C++ PDFs' :
Either Google >>>- - - - > C++ filetype: pdf
Or
https://www.google.ca/search?q=c%2B%2B+filetype%3A+pdf&rlz=1C9BKJA_enCA739CA739&oq=c%2B%2B+filetype%3A+pdf&aqs=chrome..69i57.22790j0j7&hl=en-US&sourceid=chrome-mobile&ie=UTF-8

Arduino cheat sheet:

Troubleshooting common errors:

Watch these:
Arduino programming syntax:

Arduino arithmetic operators:

Arduino control flow:

Arduino data types:

Some things to read

https://learn.adafruit.com/category/learn-arduino

https://learn.sparkfun.com/tutorials/how-to-read-a-schematic

Language Reference:

Foundations:

How and Why to avoid delay():
http://playground.arduino.cc/Code/AvoidDelay

Demonstration code for several things at the same time.
http://forum.arduino.cc/index.php?topic=223286.0

Useful links:
https://forum.arduino.cc/index.php?topic=384198.0

Arduino programming traps, tips and style guide:

Jeremy Blume:

Arduino products:

Motors/MOSFETs

Switches:

Share tips you have come across, 500+ posts:
https://forum.arduino.cc/index.php?topic=445951.0

Images from above:
https://www.google.com/search?q=“Share+tips+you+have”+larryD+site:https://forum.arduino.cc&prmd=nmvi&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiJw-zu68ncAhXPGTQIHWCDCNwQ_AUIFCgE&biw=1024&bih=653

Debug discussion:
https://forum.arduino.cc/index.php?topic=215334.msg1575801#msg1575801

Also, a PhD should not prevent your educators from grasping the Arduino platform.

.

I bet @terryking228 could help - Help incorporating Arduino in the classroom - #3 by terryking228 - Education and Teaching - Arduino Forum

How much time do you have for this course?

What do you want to cover? Circuits, electricity (DC/AC, current, voltage), motor controls & transistors & H-bridges, sensors, LEDs, programming... Just to name a few topics.

How about skills like soldering, which are quite essential for this hobby?

I think best is to come up with an end goal: build a robot or so, something complete. Start with Blink, work your way along the different aspects of building that robot (the sensors needed, the motor controls, etc) and in the end put it all together.