Where to start electronics with middle school students?

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
delandoroberto
 
Posts: 1
Joined: Tue Mar 02, 2021 5:08 pm

Where to start electronics with middle school students?

Post by delandoroberto »

I teach 6-8th grade students and have some flexibility in my schedule to bring in some electronics, but I'm not sure where to go.

My district offers $1000 grants that I can apply for to get gear, in this case, Adafruit gear.

They've been coding in CodeCombat and Ozaria, but we're at the point where they're losing interest because they don't have any tangible results beyond moving things around on a screen. I believe some kits that incorporate Python with physical gear they can control will inspire them.

Ideally this gear would be reusable so I can extend its use over multiple classes.

Much obliged for your input,

RS

User avatar
millercommamatt
 
Posts: 837
Joined: Tue Jul 31, 2018 4:57 pm

Re: Where to start electronics with middle school students?

Post by millercommamatt »

Do you have set learning objectives?

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Where to start electronics with middle school students?

Post by blnkjns »

I would advise not to go into starter kits, but to grab inspiring stuff:
Work from M4 boards like the Feather, M4 Express or Itsy Bitsy M4.
Get a bunch of sensors from Adafruit with Stemma connectors. Gravity, GPS, Humidity/temperature, Magnetic field. MIDI-hat is also cool. Joystick modules.
Displays is tough, grab a bunch of these:
https://www.adafruit.com/product/1002
https://www.adafruit.com/product/1430
https://www.adafruit.com/product/1487
They are rather expensive, but way easier for students to use than the large 64x32 matrices, and I find designing a game for 8x8 pixels to be a really nice challenge in the classroom.
We also have a bunch of PyBadges LC in the class, nice for game coding, yet still a fully functional M4 Arduino-like board.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Where to start electronics with middle school students?

Post by adafruit_support_mike »

Turtle graphics are a nice two-layer project: the 'turtle' is a robot with a pen, and you program it to draw patterns.

The commands that tell the robot to move are a simple form of programming, but building the robot, making it move in a controlled way, and developing an interface to accept the drawing commands are all general programming.

Better yet, they're all open-ended projects. Making a robot move is easy, but getting it to move accurately and repeatably is much more complicated. There's lots of room for head-to-head testing to see whose 'bot can draw a pattern best. Even something simple like trying to draw a circle and measuring the distance from the starting point to the ending point provides a lot of challenge.

Locked
Please be positive and constructive with your questions and comments.

Return to “For Educators”