<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=OpenWest_2014%2FRaspberry_Pi</id>
	<title>OpenWest 2014/Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=OpenWest_2014%2FRaspberry_Pi"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=OpenWest_2014/Raspberry_Pi&amp;action=history"/>
	<updated>2026-04-30T07:22:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=OpenWest_2014/Raspberry_Pi&amp;diff=51&amp;oldid=prev</id>
		<title>Kenneth at 01:06, 12 May 2014</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=OpenWest_2014/Raspberry_Pi&amp;diff=51&amp;oldid=prev"/>
		<updated>2014-05-12T01:06:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;quot;Unleash the Raspberry Pi Through Physical Computing&amp;quot;&lt;br /&gt;
: by Kevin Sidwar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Conference speakers aren&amp;#039;t the community elite, they are just people who build stuff and like to talk about it.  Anyone can do it.&amp;quot;  -- Tweet&lt;br /&gt;
&lt;br /&gt;
Unleash The Raspberry Pi Through Physical Computing - Skillshare - http://skl.sh/1boHmFo&lt;br /&gt;
* 3 hours of videos and lessons&lt;br /&gt;
&lt;br /&gt;
Physical Computing - interacting digitally with the analog world.&lt;br /&gt;
&lt;br /&gt;
Internet of Things is a subset of Physical Computing.&lt;br /&gt;
&lt;br /&gt;
Why the Pi?  Huge ecosystem and a ton of resources online.&lt;br /&gt;
&lt;br /&gt;
Buy them through &amp;quot;newark&amp;quot; for $35 without the $5 markup elsewhere (although you get hit with shipping)&lt;br /&gt;
&lt;br /&gt;
The voltages are safer than licking a 9V battery.&lt;br /&gt;
&lt;br /&gt;
Requires very little EE knowledge&lt;br /&gt;
&lt;br /&gt;
SPI - communicating with other devices like other micro controllers&lt;br /&gt;
&lt;br /&gt;
I2C - Inter-Integrated Circuit&lt;br /&gt;
&lt;br /&gt;
Serial&lt;br /&gt;
&lt;br /&gt;
Cool projects:&lt;br /&gt;
* RFID reader&lt;br /&gt;
&lt;br /&gt;
Keep pins straight: (keep track of the pins, don&amp;#039;t fry your Pi)&lt;br /&gt;
* Raspberry Leaf - good printout to keep track of pin outs&lt;br /&gt;
* Pi cobbler is another good way&lt;br /&gt;
* Verify twice, connect once&lt;br /&gt;
* Pins are 3.3V not 5V!&lt;br /&gt;
* Use isolated jumper wires (don&amp;#039;t short out the pins)&lt;br /&gt;
* Don&amp;#039;t touch header while powered on&lt;br /&gt;
&lt;br /&gt;
GPIO - General Input / Output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Write Example:&lt;br /&gt;
 import RPi.GPIO as GPIO&lt;br /&gt;
 GPIO.setmode(GPIO.BOARD)&lt;br /&gt;
 GPIO.setup(12, GPIO.OUT)  # (OUT/HIGH/LOW)&lt;br /&gt;
 GPIO.cleanup()&lt;br /&gt;
&lt;br /&gt;
Read Example:&lt;br /&gt;
 ???&lt;br /&gt;
&lt;br /&gt;
I2C Example:&lt;br /&gt;
 import smbus&lt;br /&gt;
 i2c = smbus.smbus??&lt;br /&gt;
 temp = bus.read_word_data(0x48, 0)&lt;br /&gt;
&lt;br /&gt;
SPI Code example&lt;br /&gt;
 ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Twython - twitter python client&lt;br /&gt;
&lt;br /&gt;
Twilio - send/receive text/phone&lt;br /&gt;
&lt;br /&gt;
Demo - http://twitter.com/PiHomeMonitor&lt;br /&gt;
&lt;br /&gt;
Source code for this presentation - http://github.com/sidwarkd/openwest_demo&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>