<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fixme.ch/w/index.php?action=history&amp;feed=atom&amp;title=LED</id>
		<title>LED - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fixme.ch/w/index.php?action=history&amp;feed=atom&amp;title=LED"/>
		<link rel="alternate" type="text/html" href="http://fixme.ch/w/index.php?title=LED&amp;action=history"/>
		<updated>2026-04-18T00:27:13Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>http://fixme.ch/w/index.php?title=LED&amp;diff=10801&amp;oldid=prev</id>
		<title>Sasha: Created page for LEDs in general, started work on guide for PCA9685</title>
		<link rel="alternate" type="text/html" href="http://fixme.ch/w/index.php?title=LED&amp;diff=10801&amp;oldid=prev"/>
				<updated>2015-11-07T19:56:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page for LEDs in general, started work on guide for PCA9685&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Page about everything that is LED&lt;br /&gt;
&lt;br /&gt;
== Controlling LEDs with RPi ==&lt;br /&gt;
=== PCA9685 I2C board ===&lt;br /&gt;
[https://learn.adafruit.com/adafruit-16-channel-servo-driver-with-raspberry-pi/overview Board and guide]&lt;br /&gt;
&lt;br /&gt;
'''Steps to get it to work'''&lt;br /&gt;
# Connect VCC to Pi's 3.3v, GND to Ground&lt;br /&gt;
# Connect the SCL to pin 05 (GPIO3) SDA to pin 03 (GPIO2)&lt;br /&gt;
# sudo apt-get install python-smbus i2c-tools&lt;br /&gt;
# Add the following two lines to &amp;lt;code&amp;gt;/etc/modules/&amp;lt;/code&amp;gt; with something like sudo nano:&amp;lt;br&amp;gt; &amp;lt;code&amp;gt;i2c-dev&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt; &amp;lt;code&amp;gt;i2c-bcm2708&amp;lt;/code&amp;gt;&lt;br /&gt;
# Add the following lines to &amp;lt;code&amp;gt;/boot/config.txt&amp;lt;/code&amp;gt; and reboot: ([https://www.raspberrypi.org/forums/viewtopic.php?p=675385#p675385 see this for older Pi's])&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;device_tree=bcm2708-rpi-b-plus.dtb&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;device_tree_param=i2c1=on&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;device_tree_param=spi=on&amp;lt;br&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Run &amp;lt;code&amp;gt;sudo i2cdetect -y 1&amp;lt;/code&amp;gt; and you should see something like this:&amp;lt;br&amp;gt;[[File:Raspberry-I2C-test.png]]&amp;lt;br&amp;gt;If everything was setup correctly, you now should be ready to go&lt;br /&gt;
#&lt;/div&gt;</summary>
		<author><name>Sasha</name></author>	</entry>

	</feed>