The Mighty Arduino Uno

The MIghty Arduino

I finally got around to getting serious with my Arduino. It's a cheap little computer that can be made to behave as a Programmable Logic Controller (PLC) and literally control machinery. I bought the machine in June of 2016 and finally got a couple teens interested in working with me on it. See: http://www.tourguizhou.com/technology-arduino-unboxing/ .

The kids are in the 14 to 16 range, really an "at risk" age. This is a "traffic light" application which is a beginner introduction to programming in C++. I am hoping to

Stop Light Coding

create a curriculum or some kind of club that promotes technology. If that doesn't happen, no problem.  Screwing around with these cute little computers is a very good way to spend time with kids. In about two hours, only one kid looked at his cell phone, one time.  Wow.

This application created a stop light scenario where the program turned the red, yellow, and green lights on at appropriate times, as if it were a real traffic light.  Right now we are at the beginning, with plug and chug operations. We did teach input/output, circuits, positive/negative, and some other electronics. It is very cool.