Posts

Showing posts from November, 2017

Understanding Boards - Circuit Playground

The Circuit Playground is a round circuit board developed by Adafruit Industries. It is designed specifically for education as an affordable circuit board stuffed to the brim with sensors and programmable bits. It includes things like Neopixel LEDs, a triple axis accelerometer, and IR send and receive sensor. There are two different versions of the board, the classic and the express. They are different and there are lots of reasons to have one over the other. Of course, that all sounds super complicated and technical, but I will break it down for you. The Circuit Playground Classic (or CP), is the original board. It costs less than the newer version but it has limitations. The CP can only be used with Arduino to program it. Arduino is programming language based on C. It's pretty common among open source hardware, so if you start of with CP, you can "upgrade" or move on to different boards that only run Arduino. The Circuit Playground Express (or CPX) can also be program