<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Pi, Pizza Pie &amp;amp; Raspberry Pi</title><link>/products/raspberry-pi/b/blog/posts/pi-pizza-pie-raspberry-pi</link><description>www.youtube.com/watch Who says you can&amp;#39;t have it all? Pi, Pizza Pie, Chocolate Pie and Raspberry Pi were all on the menu last Thursday. That&amp;#39;s when we (Newark element14) held our first Google Hangout in Chicago with Illinois Institute of Technology en</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Pi, Pizza Pie &amp;amp; Raspberry Pi</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/pi-pizza-pie-raspberry-pi</link><pubDate>Mon, 18 Mar 2013 20:38:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3a321125-1762-42f1-a074-95f4600c9c86</guid><dc:creator>fustini</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Visit the Pi Accessory group for more info on any of the Raspberry Pi accessory boards mentioned:&lt;/p&gt;&lt;p&gt;&lt;a class="" href="https://www.element14.com/community/groups/raspberry-pi-accessories"&gt;http://www.element14.com/community/groups/raspberry-pi-accessories&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Check out for &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-CpJbmKYh-linked"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2279957&amp;amp;nsku=52W9085&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2279957&amp;amp;nsku=52W9085&amp;amp;COM=noscript" target="_blank"&gt;Adafruit LCD Pi Plate&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-CpJbmKYh-unlinked"&gt;Adafruit LCD Pi Plate&lt;/span&gt;&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;&lt;a class="" href="https://www.element14.com/community/groups/raspberry-pi-accessories/blog/2013/02/15/adafruit-rgb-lcd-keypad-pi-plate"&gt;http://www.element14.com/community/groups/raspberry-pi-accessories/blog/2013/02/15/adafruit-rgb-lcd-keypad-pi-plate&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And finally here&amp;#39;s what I was trying to show right at the very end - blinking an LED connected to the &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-1QvdHRLY-linked"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2215039&amp;amp;nsku=44W3497&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2215039&amp;amp;nsku=44W3497&amp;amp;COM=noscript" target="_blank"&gt;Pi Cobbler&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-1QvdHRLY-unlinked"&gt;Pi Cobbler&lt;/span&gt;&lt;/span&gt; with Python: &lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;$ sudo python&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; import RPi.GPIO as GPIO&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; GPIO.setmode(GPIO.BCM)&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; GPIO.setup(25, GPIO.OUT)&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; GPIO.output(25, GPIO.HIGH)&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/812x609/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-3a321125-1762-42f1-a074-95f4600c9c86/contentimage_5F00_175369.jpg:812:609]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This will turn on the LED which is connected to pin 25 on the Adafruit the &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-R7iGV3aE-linked"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2215039&amp;amp;nsku=44W3497&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2215039&amp;amp;nsku=44W3497&amp;amp;COM=noscript" target="_blank"&gt;Pi Cobbler&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-R7iGV3aE-unlinked"&gt;Pi Cobbler&lt;/span&gt;&lt;/span&gt; (on the breadboard). &lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/812x609/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-3a321125-1762-42f1-a074-95f4600c9c86/contentimage_5F00_175370.jpg:812:609]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Adafruit&amp;#39;s LED Gmail notifier is a good example of how you can use the &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-upM1tzvC-linked"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2215039&amp;amp;nsku=44W3497&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2215039&amp;amp;nsku=44W3497&amp;amp;COM=noscript" target="_blank"&gt;Pi Cobbler&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-upM1tzvC-unlinked"&gt;Pi Cobbler&lt;/span&gt;&lt;/span&gt;&lt;span&gt; to control the breadboard LED based on the value of returned by an RSS feed: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://learn.adafruit.com/raspberry-pi-e-mail-notifier-using-leds/overview" rel="nofollow" target="_blank"&gt;http://learn.adafruit.com/raspberry-pi-e-mail-notifier-using-leds/overview&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For examples, of blinking an LED with other languages, visit:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://elinux.org/RPi_Low-level_peripherals#GPIO_Code_examples" rel="nofollow ugc noopener" target="_blank"&gt;http://elinux.org/RPi_Low-level_peripherals#GPIO_Code_examples&lt;/a&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=15197&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>