Is Arduino a Suitable Tool for Teaching Electronics to Students?

  • Thread starter Thread starter Pythagorian
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 610 views
Pythagorian
Messages
4
Reaction score
0
I am new hear. I have a BS in mathematics that I earned many many years ago. I tutor mathematics and also work with small groups of homeschoolers. I am trying to teach myself about using Arduino so I can introduce it to students. I thought I knew much more about electronics and electricity than I actually do. The depth of my ignorance is becoming more and more apparent to me.

Fortunately I discovered this forum, and I hope that I can contribute something to others as I learn.
 
Physics news on Phys.org
Welcome to PF!

Yes Arduino is pretty cool. Although I don't like the need to build my program on a developer machine and download it to the arduino.

My students have been exploring the Raspberry PI where you can write in Python and directly manipulate the external ports to turn on LEDs and other connected hardware. The PI is limited for hardware connections and so I've seen some folks use a PI connected to an arduino.

In any event, hardware coupled with a computer opens up a lot of territory to explore and is definitely a great learning experience.