Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.23 KB

2014-11-30-playing-with-the-piglow.md

File metadata and controls

20 lines (16 loc) · 1.23 KB
id title date author layout guid permalink categories
457
Playing with the PiGlow
2014-11-30T20:42:58+00:00
Bugs
post
/playing-with-the-piglow/
Members' Projects

![]({{ site.baseurl }}/assets/blog/2014-11-30-playing-with-the-piglow/IMG_20141115_140513b.jpg)

Playing with the PiGlow

Having purchased the Raspbery Pi B+, I decided to try it out with the PiGlow from Pimoroni. As a new user of Python, I downloaded the examples from Ben Lebherz (benleb), available from GitHub, in order to get the PiGlow going. The instructions made sure that the Pi was set up correctly, and soon the red LEDs began lighting up. I then began editing the code myself, to get a feel for Python and soon all LEDs were blinking, pulsing and the arms/legs coming on and off in rotation. The PiGlow can even be controlled using Scratch (thanks to @rabid_inventor and Simon Walters at simplesi.net for assisting me with this).

@J9Kirby