<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.opencircuits.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=24.121.9.24</id>
	<title>OpenCircuits - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.opencircuits.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=24.121.9.24"/>
	<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Special:Contributions/24.121.9.24"/>
	<updated>2026-04-22T06:54:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3188</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3188"/>
		<updated>2007-04-29T21:02:06Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: /* Cross Compilier */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Atmel AT91RM9200 processor (Arm9 processor with MMU)&lt;br /&gt;
* 32MB SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&lt;br /&gt;
* 8MB SPI Dataflash&lt;br /&gt;
* 1x 10/100 Ethernet&lt;br /&gt;
* 1x USB host port&lt;br /&gt;
* 1x SD card slot&lt;br /&gt;
* Serial debug port access through FTDI USB/Serial converter&lt;br /&gt;
* JTAG port&lt;br /&gt;
* 2-Layer PCB design&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
* [[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&lt;br /&gt;
* [[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&lt;br /&gt;
* [[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&lt;br /&gt;
* [http://greenflaginc.com/at91-linuxstamp-20070416.zip Project zip file]&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Booting ==&lt;br /&gt;
The AT91RM9200 has several features the faciliate easy booting. There is a good description of the booting order [http://www.open-research.org.uk/ARMuC/At91rm9200_Booting.html here]. Atmel provides a tiny [http://www.atmel.com/dyn/resources/prod_documents/uboot-DataFlash_1_01.zip program] that lives in the Dataflash and loads u-boot. &lt;br /&gt;
*Configuring and building u-boot&amp;lt;br&amp;gt;&lt;br /&gt;
First we need the u-boot source found [http://sourceforge.net/project/showfiles.php?group_id=65938 here]. If you have not yet built a cross compilier now would be a good time to do so (See the cross compilier section below). Now you can do a test for the Atmel AT91RM9200 DK board.&lt;br /&gt;
*run &amp;quot;make at91rm9200dk_config&amp;quot;&lt;br /&gt;
*run &amp;quot;make&amp;quot;&lt;br /&gt;
This should give you a &amp;quot;u-boot.bin&amp;quot; file. We will have to write a board specific configuration file for the Linuxstamp. We should be able to base it off the the Atmel DK board. If you look at &amp;quot;/u-boot-1.1.6/include/configs/at91rm9200dk.h&amp;quot; you can see the configuration for the DK board.&lt;br /&gt;
&lt;br /&gt;
== Cross Compilier ==&lt;br /&gt;
In order to compile for the AT91RM9200 we need to build a cross compilier. Dan Kegel has created a very useful [http://kegel.com/crosstool/ tool] for building a cross compiliers. I am using Fedora 6 (x86_64) as my host system. After downloading and extracting crosstool I made two small changes. In the &amp;quot;demo-arm.sh&amp;quot; file I changed the eval line to &lt;br /&gt;
*&amp;quot;eval 'cat arm.dat gcc-4.1.1-glibc-2.3.2.dat' sh all.sh --notest&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
In the &amp;quot;arm.dat&amp;quot; file I changed the TARGET to &amp;quot;arm-linux&amp;quot; (By default u-boot looks for arm-linux-* tools). Now if you run &amp;quot;demo-arm.sh&amp;quot; you should get a cross compilier.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch for the AT91RM9200&lt;br /&gt;
*[http://cadsoft.de/ Cadsoft.de]: Free (as in beer) tools for schematic and PCB design&lt;br /&gt;
*[http://openhardware.wordpress.com/ openhardware.wordpress.com]: Here is my openhardware blog&lt;br /&gt;
*[http://www.atmel.com/dyn/products/app_notes.asp?family_id=605 App notes]: for Atmel arm processors&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
Can I plug a USB peripheral into the Linuxstamp, such as a USB Wifi adapter? --[[User:DavidCary|DavidCary]] 22:02, 17 April 2007 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Yes, any USB device that is supported by the kernel should work with the Linuxstamp. --[[User:Linuxvolts|Linuxvolts]] 23:15, 18 April 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
For further questions or comments please contact Paul (pthomas8589 _at_ gmail _dot_ com)&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3187</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3187"/>
		<updated>2007-04-29T20:52:16Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Atmel AT91RM9200 processor (Arm9 processor with MMU)&lt;br /&gt;
* 32MB SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&lt;br /&gt;
* 8MB SPI Dataflash&lt;br /&gt;
* 1x 10/100 Ethernet&lt;br /&gt;
* 1x USB host port&lt;br /&gt;
* 1x SD card slot&lt;br /&gt;
* Serial debug port access through FTDI USB/Serial converter&lt;br /&gt;
* JTAG port&lt;br /&gt;
* 2-Layer PCB design&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
* [[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&lt;br /&gt;
* [[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&lt;br /&gt;
* [[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&lt;br /&gt;
* [http://greenflaginc.com/at91-linuxstamp-20070416.zip Project zip file]&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Booting ==&lt;br /&gt;
The AT91RM9200 has several features the faciliate easy booting. There is a good description of the booting order [http://www.open-research.org.uk/ARMuC/At91rm9200_Booting.html here]. Atmel provides a tiny [http://www.atmel.com/dyn/resources/prod_documents/uboot-DataFlash_1_01.zip program] that lives in the Dataflash and loads u-boot. &lt;br /&gt;
*Configuring and building u-boot&amp;lt;br&amp;gt;&lt;br /&gt;
First we need the u-boot source found [http://sourceforge.net/project/showfiles.php?group_id=65938 here]. If you have not yet built a cross compilier now would be a good time to do so (See the cross compilier section below). Now you can do a test for the Atmel AT91RM9200 DK board.&lt;br /&gt;
*run &amp;quot;make at91rm9200dk_config&amp;quot;&lt;br /&gt;
*run &amp;quot;make&amp;quot;&lt;br /&gt;
This should give you a &amp;quot;u-boot.bin&amp;quot; file. We will have to write a board specific configuration file for the Linuxstamp. We should be able to base it off the the Atmel DK board. If you look at &amp;quot;/u-boot-1.1.6/include/configs/at91rm9200dk.h&amp;quot; you can see the configuration for the DK board.&lt;br /&gt;
&lt;br /&gt;
== Cross Compilier ==&lt;br /&gt;
In order to compile for the AT91RM9200 we need to build a cross compilier. Dan Kegel has created a very useful [http://kegel.com/crosstool/ tool] for building a cross compilier. I am using Fedora 6 (x86_64) as my host system. After downloading and extracting crosstool I made two small changes. In the &amp;quot;demo-arm.sh&amp;quot; file I changed the eval line to &lt;br /&gt;
*&amp;quot;eval 'cat arm.dat gcc-4.1.1-glibc-2.3.2.dat' sh all.sh --notest&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
In the &amp;quot;arm.dat&amp;quot; file I changed the TARGET to &amp;quot;arm-linux&amp;quot; (By default u-boot looks for arm-linux-* tools). Now if you run &amp;quot;demo-arm.sh&amp;quot; you should get a cross compilier.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch for the AT91RM9200&lt;br /&gt;
*[http://cadsoft.de/ Cadsoft.de]: Free (as in beer) tools for schematic and PCB design&lt;br /&gt;
*[http://openhardware.wordpress.com/ openhardware.wordpress.com]: Here is my openhardware blog&lt;br /&gt;
*[http://www.atmel.com/dyn/products/app_notes.asp?family_id=605 App notes]: for Atmel arm processors&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
Can I plug a USB peripheral into the Linuxstamp, such as a USB Wifi adapter? --[[User:DavidCary|DavidCary]] 22:02, 17 April 2007 (PDT)&amp;lt;br&amp;gt;&lt;br /&gt;
Yes, any USB device that is supported by the kernel should work with the Linuxstamp. --[[User:Linuxvolts|Linuxvolts]] 23:15, 18 April 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
For further questions or comments please contact Paul (pthomas8589 _at_ gmail _dot_ com)&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Talk:Linuxstamp&amp;diff=3064</id>
		<title>Talk:Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Talk:Linuxstamp&amp;diff=3064"/>
		<updated>2007-04-19T06:10:25Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3056</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3056"/>
		<updated>2007-04-18T02:45:02Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
-2-Layer PCB design&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://greenflaginc.com/at91-linuxstamp-20070416.zip Project zip file]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
*[http://cadsoft.de/ Cadsoft.de]: Free (as in beer) tools for schematic and PCB design&lt;br /&gt;
*[http://openhardware.wordpress.com/ openhardware.wordpress.com]: Here is my openhardware blog&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3055</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3055"/>
		<updated>2007-04-18T02:26:06Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
-2-Layer PCB design&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://greenflaginc.com/at91-linuxstamp-20070416.zip Project zip file]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
*[http://cadsoft.de/ Cadsoft.de]: Free (as in beer) tools for schematic and PCB design&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3054</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3054"/>
		<updated>2007-04-18T01:36:03Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
-2-Layer PCB design&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://greenflaginc.com/at91-linuxstamp-20070416.zip Project zip file]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3053</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3053"/>
		<updated>2007-04-18T01:23:15Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://greenflaginc.com/at91-linuxstamp-20070416.zip Project zip file]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3052</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3052"/>
		<updated>2007-04-18T01:22:41Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://greenflaginc.com/at91-linuxstamp-20070416.zip]: Project zip file&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3051</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3051"/>
		<updated>2007-04-18T01:22:09Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[greenflaginc.com/at91-linuxstamp-20070416.zip]: Project zip file&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3050</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3050"/>
		<updated>2007-04-18T01:20:56Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;greenflaginc.com/at91-linuxstamp-20070416.zip&amp;quot;&amp;gt;Project zip file&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3049</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3049"/>
		<updated>2007-04-18T01:15:55Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: /* Pricing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these are available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3048</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3048"/>
		<updated>2007-04-18T01:15:32Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts cost for qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3047</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3047"/>
		<updated>2007-04-18T01:14:40Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;br /&gt;
&lt;br /&gt;
== Pricing ==&lt;br /&gt;
The parts pricing qty 1 is $75 from digikey, and $55 for qty 100&amp;lt;br&amp;gt;&lt;br /&gt;
I'm sure this can be greatly reduced with higher quantity&amp;lt;br&amp;gt;&lt;br /&gt;
We will make a small run soon, and I will let you know when these available&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3046</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3046"/>
		<updated>2007-04-17T01:39:35Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983 Atmel]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3045</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3045"/>
		<updated>2007-04-17T01:37:56Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983]: AT91RM9200 info on Atmel's site&lt;br /&gt;
*[http://maxim.org.za/at91_26.html]: Up to date kernel patch&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3044</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3044"/>
		<updated>2007-04-17T01:35:40Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[http://atmel.com/dyn/products/product_card.asp?part_id=2983]&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3042</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3042"/>
		<updated>2007-04-16T19:28:48Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are licensed under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3041</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3041"/>
		<updated>2007-04-16T19:27:43Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through FTDI USB/Serial converter&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are lecenced under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
[[Media:at91-rev1.1.0-top.pdf|PCB Top view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-bottom.pdf|PCB Bottom view (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Media:at91-rev1.1.0-sch.pdf|Schematic (pdf)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3029</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3029"/>
		<updated>2007-04-16T07:41:38Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
All files for this project are lecenced under the GNU GPL V2&lt;br /&gt;
&lt;br /&gt;
== Project files ==&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3028</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3028"/>
		<updated>2007-04-16T06:31:13Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3027</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3027"/>
		<updated>2007-04-16T05:11:35Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
The Linuxstamp is designed to be a general purpose processor module. It is designed to work as a stand alone module (SD card, ethernet and USB/Serial converter are all on the module). This allows all initial development to be done without a motherboard, but for integration into a specific project a motherboard with specific features could be designed.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3026</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3026"/>
		<updated>2007-04-16T05:02:24Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
-Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
-32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
-8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
-1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
-1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
-1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
-Serial debug port access through&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3025</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3025"/>
		<updated>2007-04-16T05:02:06Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
Atmel AT91RM9200 processor (Arm9 processor with MMU)&amp;lt;br&amp;gt;&lt;br /&gt;
32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&amp;lt;br&amp;gt;&lt;br /&gt;
8Mb SPI Dataflash&amp;lt;br&amp;gt;&lt;br /&gt;
1x 10/100 Ethernet&amp;lt;br&amp;gt;&lt;br /&gt;
1x USB host port&amp;lt;br&amp;gt;&lt;br /&gt;
1x SD card slot&amp;lt;br&amp;gt;&lt;br /&gt;
Serial debug port access through&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3024</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3024"/>
		<updated>2007-04-16T05:01:40Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
Atmel AT91RM9200 processor (Arm9 processor with MMU)&lt;br /&gt;
32Mb SDRAM (Only limited by 1x 54-TSOP SDRAM chip)&lt;br /&gt;
8Mb SPI Dataflash&lt;br /&gt;
1x 10/100 Ethernet&lt;br /&gt;
1x USB host port&lt;br /&gt;
1x SD card slot&lt;br /&gt;
Serial debug port access through&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3023</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3023"/>
		<updated>2007-04-16T04:48:38Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Headline text ==&lt;br /&gt;
Features&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3022</id>
		<title>Linuxstamp</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Linuxstamp&amp;diff=3022"/>
		<updated>2007-04-16T04:48:14Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Linuxstamp&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Features&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Projects&amp;diff=3021</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Projects&amp;diff=3021"/>
		<updated>2007-04-16T04:47:01Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: /* Linuxstamp */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== [[ARMUS Embedded Linux Board]] ===&lt;br /&gt;
An ARM920T board running Linux at 200 Mips with sound, Ethernet, CAN, 48+ bidirectionnal IOs and 4 DSPs for motor control (DC, Servos, etc...). Built as a student proof robotics design platform.&lt;br /&gt;
&lt;br /&gt;
=== [[Programmable Chip EEG]] ===&lt;br /&gt;
The Programmable Chip EEG is a Multi-channel electroencephalograph that could be a brain-computer interface.&lt;br /&gt;
&lt;br /&gt;
=== [[Open Mobile Gadgets]] -- open source, open hardware, mobile phone ===&lt;br /&gt;
An open source, open hardware mobile phone in its preliminary development.&lt;br /&gt;
&lt;br /&gt;
=== [[Music Player]]s including MP3 players === Nguyen Xuan Truong Tin6 k48&lt;br /&gt;
&lt;br /&gt;
[[TRAXMOD]] Open source MOD music player for dsPIC/ARM microcontrollers.&lt;br /&gt;
&lt;br /&gt;
=== [[PG31 GPS RS232 Dev Board]] ===&lt;br /&gt;
A simple RS232 example project that takes 3.3V TTL serial and outputs to a super-common RS232 connection. Insto-NMEA!&lt;br /&gt;
&lt;br /&gt;
=== [[RS232 Dev Board]] ===&lt;br /&gt;
A simple RS232 example project that takes all the power it needs from the serial port. Use it to power your microcontroller and communicate between serial port and microcontroller.  Takes advantage of the fact that pc serial ports will accept 0-5V rather than the RS232 standard of around negative 10V to  positive 10V.  Very convenient - no external power required!  Note that you may use either a 5.1V zener or a 5V regulator.&lt;br /&gt;
&lt;br /&gt;
=== [[RS232 RS485 USB Converter Board]] ===&lt;br /&gt;
Aim to build a general Converter between different Interfaces.&lt;br /&gt;
&lt;br /&gt;
=== [[PG31 GPS USB Dev Board]] ===&lt;br /&gt;
A great example project using the CP2102 USB to TTL UART IC as well as some basic battery holder info.&lt;br /&gt;
&lt;br /&gt;
=== [[Chalk Roach|Number Six]] ===&lt;br /&gt;
&amp;quot;#6&amp;quot; (the son of Chalk Roach)&lt;br /&gt;
is a ultra simple microcontroller development board for Atmel ATmega32 = 16MHz, 2KB SRAM, 16KB Flash&lt;br /&gt;
&lt;br /&gt;
=== LED displays ===&lt;br /&gt;
&lt;br /&gt;
* [[24&amp;quot; Wall Clock]] A really big wall clock. Why? Well, cause it might look cool? Probably not. But we do use GPS to get the time! Groovy.&lt;br /&gt;
* [[POV display]] that spins around, giving the illusion of a large display. ([[User:DavidCary|DavidCary]])&lt;br /&gt;
&lt;br /&gt;
=== [[Cellular Rotary Phone]] ===&lt;br /&gt;
An indepth breakdown of the Port-O-Rotary. Some clues to help you avoid audio problems with the GM862.&lt;br /&gt;
&lt;br /&gt;
=== [[Das Brewmeister!]] and [[Fermenter Controller]] ===&lt;br /&gt;
* [[Das Brewmeister!]] : An attempt to wirelessly monitor temperatures of fermentation vessels&lt;br /&gt;
* [[Fermenter Controller]] : A web available fermenter vessel controller. Uses PICs, [[I2C]], Rs232 and python.&lt;br /&gt;
&lt;br /&gt;
=== [[Home controller]] ===&lt;br /&gt;
Program your appliances to operate automatically in conjunction with your weekly and daily schedule, manually turn them on/off from your PC or use the controller as a process ON/OFF controller to regulate some kind of physical variable to the desired value.&lt;br /&gt;
&lt;br /&gt;
=== [[Interactive Lock Box]] ===&lt;br /&gt;
An interesting project using an accelerometer and capacitive touch ICs.&lt;br /&gt;
&lt;br /&gt;
=== [[Motor driver]] (H-bridge) ===&lt;br /&gt;
&lt;br /&gt;
=== [[Atomic Microscope]] ===&lt;br /&gt;
An atomic-resolution microscope.&lt;br /&gt;
* STM (scanning tunnelling microscope)&lt;br /&gt;
* AFM (atomic force microscope)&lt;br /&gt;
&lt;br /&gt;
=== [[BlueICE]] ===&lt;br /&gt;
A bluetooth JTAG ICE debugger for AVR's!!!&lt;br /&gt;
&lt;br /&gt;
=== [[Sortof-Networked RFID Reader]] ===&lt;br /&gt;
A 125Khz RFID Reader with a simple RS232 based ring network - to allow connection of multiple units to the same control computer.&lt;br /&gt;
&lt;br /&gt;
''Consider using [http://zytrax.com/tech/layer_1/cables/tech_rs232.htm#rj45 &amp;quot;RS-232D&amp;quot;, aka &amp;quot;EIA/TIA-561&amp;quot;]. It has all the same wires and voltages as RS-232, but specifies a RJ45 connector.''&lt;br /&gt;
&lt;br /&gt;
''Also consider RS-485.''&lt;br /&gt;
&lt;br /&gt;
(What is the name of the standard for RS-485 on RJ14 (&amp;quot;4 wire RJ-11&amp;quot;) or RJ45 ?)&lt;br /&gt;
(Ethernet? =P)&lt;br /&gt;
&lt;br /&gt;
=== Battery charger ===&lt;br /&gt;
&lt;br /&gt;
See [http://elecdesign.com/Article/ArticleID/1823/1823.html &amp;quot;Build A Smart Battery Charger Using A Single-Transistor Circuit&amp;quot;] by Ejaz ur Rehman.&lt;br /&gt;
But be sure to read the &amp;quot;Reader Comments&amp;quot; at the end.&lt;br /&gt;
The suggestion to add a zener diode is a good idea.&lt;br /&gt;
&lt;br /&gt;
=== the Open Graphics Project ===&lt;br /&gt;
&lt;br /&gt;
[http://linux.wordpress.com/2006/07/19/introducing-the-open-graphics-project/ the Open Graphics Project]&lt;br /&gt;
a project started by chip-designer Timothy Miller.&lt;br /&gt;
His goal, along with the rest of the project, known as the “Open Graphics Foundation” is to make a 3D accelerated video card which is fully documented, free-licensed, and open source.&lt;br /&gt;
See [http://wiki.duskglow.com/tiki-index.php?page=Open-Graphics the Open Graphics wiki].&lt;br /&gt;
&lt;br /&gt;
=== [[Amiga floppy project]] ===&lt;br /&gt;
&lt;br /&gt;
The Amiga floppy project:&lt;br /&gt;
designing, building, and programming an adapter to allow PCs to read from Amiga floppies.&lt;br /&gt;
&amp;quot;This is really designed to be a community project(hence the blog with progress reports).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This project is the building of an external USB amiga floppy drive controller.  It sits between the USB port on a Windows PC, and a regular PC floppy drive.  It will allow the PC to create .ADF images from an amiga floppy disk.  This device is based on a Parallax SX28 microcontroller, uses Ramtron FRAM memory for temporary track storage, and uses another Parallax component for the USB interface.&lt;br /&gt;
&lt;br /&gt;
See http://www.techtravels.org/amiga/amigablog for the latest in the blow by blow attempts to get this thing off the ground!!&lt;br /&gt;
&lt;br /&gt;
=== Irsensor-a ===&lt;br /&gt;
&lt;br /&gt;
Infrared Proximity Sensor Alfa&lt;br /&gt;
[http://www.kedo.com.mx/modules/content/index.php?id=3 Infrared Proximity Sensor Alfa in www.kedo.com.mx]&lt;br /&gt;
&lt;br /&gt;
The Infrared Proximity Sensor Alfa is a sensor to detect objects that can reflect infrared light.  It has the following characteristics.&lt;br /&gt;
* Designed to detect objects that are close and can reflect infrared lights.&lt;br /&gt;
* It has a Infrared Transmitter to eliminate the dependency of solar lighting.  So It can be used in the night.&lt;br /&gt;
* It has a Infrared Receiver that detects the closest object that reflects the infrared lights.&lt;br /&gt;
* It has an incorporated voltage regulator&lt;br /&gt;
* The output is a constant 5V when it is active and 0V when no detection.&lt;br /&gt;
* You can change the proximity threshold with a potentiometer.&lt;br /&gt;
&lt;br /&gt;
=== [[dsPIC30F 5011 Development Board]] ===&lt;br /&gt;
A development board using Microchip dsPIC30F 5011. Contains information on development platforms, programming methods, programming tips, and bootloaders.&lt;br /&gt;
&lt;br /&gt;
=== [http://balloonboard.org Balloon Xscale ARM+FPGA dev board] ===&lt;br /&gt;
The Balloon project has produced Balloon3, a high-performance ARM board designed for use by OEMs and Higher education. Spec is PXA270 (583Mhz), FPGA or CPLD, 1GB flash, 784MB RAM, USB (master, slave, OTG), CF slot, expansion bus, 16-bit bus, I2C, LCD, serial, audio. Very low power in CPLD confiuguration. Small, light. Various add-on boards: VGA LCD driver, robot motor driver+A/D, digital IO. Released under the Balloon Open Hardware license, which allows anyone to manufacture and for people to make derivatives. The expansion bus allows balloon to be used as the computing component for various special-purpose devices.&lt;br /&gt;
&lt;br /&gt;
=== scavenge ===&lt;br /&gt;
&lt;br /&gt;
Some people derive an inordinate amount of pleasure from building semi-useful objects from zero-cost junk.&lt;br /&gt;
&lt;br /&gt;
In the electronics field, most of the stuff built from scavenged components falls into 2 categories:&lt;br /&gt;
* ham radio transmitters and receivers -- built from a few transistors, caps, resistors, and wire&lt;br /&gt;
* BEAM robotics -- built from the above plus motors, solar cells, ...&lt;br /&gt;
&lt;br /&gt;
According to http://coprolite.com/art12.html ,&lt;br /&gt;
&amp;quot;I'd love to hear about where you found your 8048. Take a picture of the host that you remove it from (CD player, truck, refridgerator, whatever) and I'll put your picture on a page that chronicles our adventures sifting through the rubble.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== openEyes ===&lt;br /&gt;
openEyes is an open-source open-hardware toolkit for low-cost real-time eye tracking.&lt;br /&gt;
See [http://hcvl.hci.iastate.edu/cgi-bin/openEyes.cgi the OpenEyes hardware and software] and [http://hcvl.hci.iastate.edu/cgi-bin/openEyeswiki/index.cgi the openEyes wiki].&lt;br /&gt;
&lt;br /&gt;
=== RepRap ===&lt;br /&gt;
RepRap is an open source project to create a 3d printer or fabber machine.  There is tons of information available on [http://www.reprap.org its website].  The current iteration is a 3 axis cartesian robot with 2 extruder heads:  a Thermoplastic head that extrudes plastics like HDPE, ABS, and CAPA, and a support material head that extrudes a water soluble material to support the build process.&lt;br /&gt;
&lt;br /&gt;
=== TwentyDollarWikiDevice ===&lt;br /&gt;
&lt;br /&gt;
Challenge: Build a Wiki Device with a parts cost of no more than twenty dollars which is usable as a portable wiki. Include feature to make it compatible with a desktop or laptop computer's PersonalWiki, with a connector allowing this use.&lt;br /&gt;
--&lt;br /&gt;
http://c2.com/cgi/wiki?TwentyDollarWikiDevice&lt;br /&gt;
&lt;br /&gt;
=== [[breakout boards]] ===&lt;br /&gt;
These are three boards that I designed for a specific project and found them very useful. Each of these boards uses the phoenix contact plugable terminal blocks. The 50-pin breakout board is for a 50-pin ribbon cable. The LEM breakout board is for LEM AC/DC current sensor. The power supply breakout board is for a +5v +/-15v power supply.&lt;br /&gt;
&lt;br /&gt;
=== [[Linuxstamp]] ===&lt;br /&gt;
The linuxstamp is an open source processor module. It is designed to be a very simple board capable of running linux. It is based on the Atmel AT91RM9200 processor (An ARM9 processor with a MMU).&lt;br /&gt;
&lt;br /&gt;
== eyes for open robot ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sparkfun.com/commerce/product_info.php?products_id=637 $20 CMOS Camera Module - 640x480] has a [http://forum.sparkfun.com/viewtopic.php?t=2442 &amp;quot;Get-that-camera-working competition&amp;quot; discussion forum] and [http://www.makezine.com/blog/archive/2007/01/hack_this_cmos.html now been adequately documented] ... http://elinux.org/wiki/SparkfunCamera ... [http://forum.sparkfun.com/viewtopic.php?t=2442&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=135 by David Carne].&lt;br /&gt;
&lt;br /&gt;
* ... perhaps simpler to use an off-the-shelf webcam that plugs directly into a laptop ... [http://www.linux.com/howtos/Webcam-HOWTO/hardware.shtml Enabling Support for Your (Webcam) Hardware in Linux] ... [http://www.saillard.org/linux/pwc/ Philips USB Webcam Driver for Linux] ... [http://qce-ga.sourceforge.net/ QuickCam] ...&lt;br /&gt;
&lt;br /&gt;
''Is there a simple way for my Java application to fetch the latest camera image in an Array of pixel values?''&lt;br /&gt;
&lt;br /&gt;
== other lists of semi-open projects ==&lt;br /&gt;
&lt;br /&gt;
=== [[WikiNode]] ===&lt;br /&gt;
The WikiNode project tries to link every wiki in the world together.&lt;br /&gt;
Our &amp;quot;[[WikiNode]]&amp;quot; links to closely-related wiki (and their WikiNode links back).&lt;br /&gt;
&lt;br /&gt;
If you want to talk about something that is not quite on-topic here at Open Circuits&lt;br /&gt;
(say, &amp;quot;desktop PC case modding&amp;quot;, or &amp;quot;embedded Linux programming&amp;quot;), our WikiNode helps you find another wiki where people love to talk about that exact topic.&lt;br /&gt;
The corresponding WikiNode on each of those wiki helps people who want to talk about &amp;quot;open hardware&amp;quot; to discover this wiki.&lt;br /&gt;
&lt;br /&gt;
* Are [http://positron.org/projects/ the Positron projects] &amp;quot;open&amp;quot; enough to be mentioned? I especially liked the [http://positron.org/projects/acrylic_cases/ &amp;quot;Lasercut Acrylic Casebuilding Tutorial&amp;quot; ].&lt;br /&gt;
&lt;br /&gt;
* Is [http://wiki.vislab.usyd.edu.au/moinwiki/PuckControl/BuildingThePuck the Vislab puck] suitable for this list?&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Projects&amp;diff=3020</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Projects&amp;diff=3020"/>
		<updated>2007-04-16T04:45:28Z</updated>

		<summary type="html">&lt;p&gt;24.121.9.24: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== [[ARMUS Embedded Linux Board]] ===&lt;br /&gt;
An ARM920T board running Linux at 200 Mips with sound, Ethernet, CAN, 48+ bidirectionnal IOs and 4 DSPs for motor control (DC, Servos, etc...). Built as a student proof robotics design platform.&lt;br /&gt;
&lt;br /&gt;
=== [[Programmable Chip EEG]] ===&lt;br /&gt;
The Programmable Chip EEG is a Multi-channel electroencephalograph that could be a brain-computer interface.&lt;br /&gt;
&lt;br /&gt;
=== [[Open Mobile Gadgets]] -- open source, open hardware, mobile phone ===&lt;br /&gt;
An open source, open hardware mobile phone in its preliminary development.&lt;br /&gt;
&lt;br /&gt;
=== [[Music Player]]s including MP3 players === Nguyen Xuan Truong Tin6 k48&lt;br /&gt;
&lt;br /&gt;
[[TRAXMOD]] Open source MOD music player for dsPIC/ARM microcontrollers.&lt;br /&gt;
&lt;br /&gt;
=== [[PG31 GPS RS232 Dev Board]] ===&lt;br /&gt;
A simple RS232 example project that takes 3.3V TTL serial and outputs to a super-common RS232 connection. Insto-NMEA!&lt;br /&gt;
&lt;br /&gt;
=== [[RS232 Dev Board]] ===&lt;br /&gt;
A simple RS232 example project that takes all the power it needs from the serial port. Use it to power your microcontroller and communicate between serial port and microcontroller.  Takes advantage of the fact that pc serial ports will accept 0-5V rather than the RS232 standard of around negative 10V to  positive 10V.  Very convenient - no external power required!  Note that you may use either a 5.1V zener or a 5V regulator.&lt;br /&gt;
&lt;br /&gt;
=== [[RS232 RS485 USB Converter Board]] ===&lt;br /&gt;
Aim to build a general Converter between different Interfaces.&lt;br /&gt;
&lt;br /&gt;
=== [[PG31 GPS USB Dev Board]] ===&lt;br /&gt;
A great example project using the CP2102 USB to TTL UART IC as well as some basic battery holder info.&lt;br /&gt;
&lt;br /&gt;
=== [[Chalk Roach|Number Six]] ===&lt;br /&gt;
&amp;quot;#6&amp;quot; (the son of Chalk Roach)&lt;br /&gt;
is a ultra simple microcontroller development board for Atmel ATmega32 = 16MHz, 2KB SRAM, 16KB Flash&lt;br /&gt;
&lt;br /&gt;
=== LED displays ===&lt;br /&gt;
&lt;br /&gt;
* [[24&amp;quot; Wall Clock]] A really big wall clock. Why? Well, cause it might look cool? Probably not. But we do use GPS to get the time! Groovy.&lt;br /&gt;
* [[POV display]] that spins around, giving the illusion of a large display. ([[User:DavidCary|DavidCary]])&lt;br /&gt;
&lt;br /&gt;
=== [[Cellular Rotary Phone]] ===&lt;br /&gt;
An indepth breakdown of the Port-O-Rotary. Some clues to help you avoid audio problems with the GM862.&lt;br /&gt;
&lt;br /&gt;
=== [[Das Brewmeister!]] and [[Fermenter Controller]] ===&lt;br /&gt;
* [[Das Brewmeister!]] : An attempt to wirelessly monitor temperatures of fermentation vessels&lt;br /&gt;
* [[Fermenter Controller]] : A web available fermenter vessel controller. Uses PICs, [[I2C]], Rs232 and python.&lt;br /&gt;
&lt;br /&gt;
=== [[Home controller]] ===&lt;br /&gt;
Program your appliances to operate automatically in conjunction with your weekly and daily schedule, manually turn them on/off from your PC or use the controller as a process ON/OFF controller to regulate some kind of physical variable to the desired value.&lt;br /&gt;
&lt;br /&gt;
=== [[Interactive Lock Box]] ===&lt;br /&gt;
An interesting project using an accelerometer and capacitive touch ICs.&lt;br /&gt;
&lt;br /&gt;
=== [[Motor driver]] (H-bridge) ===&lt;br /&gt;
&lt;br /&gt;
=== [[Atomic Microscope]] ===&lt;br /&gt;
An atomic-resolution microscope.&lt;br /&gt;
* STM (scanning tunnelling microscope)&lt;br /&gt;
* AFM (atomic force microscope)&lt;br /&gt;
&lt;br /&gt;
=== [[BlueICE]] ===&lt;br /&gt;
A bluetooth JTAG ICE debugger for AVR's!!!&lt;br /&gt;
&lt;br /&gt;
=== [[Sortof-Networked RFID Reader]] ===&lt;br /&gt;
A 125Khz RFID Reader with a simple RS232 based ring network - to allow connection of multiple units to the same control computer.&lt;br /&gt;
&lt;br /&gt;
''Consider using [http://zytrax.com/tech/layer_1/cables/tech_rs232.htm#rj45 &amp;quot;RS-232D&amp;quot;, aka &amp;quot;EIA/TIA-561&amp;quot;]. It has all the same wires and voltages as RS-232, but specifies a RJ45 connector.''&lt;br /&gt;
&lt;br /&gt;
''Also consider RS-485.''&lt;br /&gt;
&lt;br /&gt;
(What is the name of the standard for RS-485 on RJ14 (&amp;quot;4 wire RJ-11&amp;quot;) or RJ45 ?)&lt;br /&gt;
(Ethernet? =P)&lt;br /&gt;
&lt;br /&gt;
=== Battery charger ===&lt;br /&gt;
&lt;br /&gt;
See [http://elecdesign.com/Article/ArticleID/1823/1823.html &amp;quot;Build A Smart Battery Charger Using A Single-Transistor Circuit&amp;quot;] by Ejaz ur Rehman.&lt;br /&gt;
But be sure to read the &amp;quot;Reader Comments&amp;quot; at the end.&lt;br /&gt;
The suggestion to add a zener diode is a good idea.&lt;br /&gt;
&lt;br /&gt;
=== the Open Graphics Project ===&lt;br /&gt;
&lt;br /&gt;
[http://linux.wordpress.com/2006/07/19/introducing-the-open-graphics-project/ the Open Graphics Project]&lt;br /&gt;
a project started by chip-designer Timothy Miller.&lt;br /&gt;
His goal, along with the rest of the project, known as the “Open Graphics Foundation” is to make a 3D accelerated video card which is fully documented, free-licensed, and open source.&lt;br /&gt;
See [http://wiki.duskglow.com/tiki-index.php?page=Open-Graphics the Open Graphics wiki].&lt;br /&gt;
&lt;br /&gt;
=== [[Amiga floppy project]] ===&lt;br /&gt;
&lt;br /&gt;
The Amiga floppy project:&lt;br /&gt;
designing, building, and programming an adapter to allow PCs to read from Amiga floppies.&lt;br /&gt;
&amp;quot;This is really designed to be a community project(hence the blog with progress reports).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This project is the building of an external USB amiga floppy drive controller.  It sits between the USB port on a Windows PC, and a regular PC floppy drive.  It will allow the PC to create .ADF images from an amiga floppy disk.  This device is based on a Parallax SX28 microcontroller, uses Ramtron FRAM memory for temporary track storage, and uses another Parallax component for the USB interface.&lt;br /&gt;
&lt;br /&gt;
See http://www.techtravels.org/amiga/amigablog for the latest in the blow by blow attempts to get this thing off the ground!!&lt;br /&gt;
&lt;br /&gt;
=== Irsensor-a ===&lt;br /&gt;
&lt;br /&gt;
Infrared Proximity Sensor Alfa&lt;br /&gt;
[http://www.kedo.com.mx/modules/content/index.php?id=3 Infrared Proximity Sensor Alfa in www.kedo.com.mx]&lt;br /&gt;
&lt;br /&gt;
The Infrared Proximity Sensor Alfa is a sensor to detect objects that can reflect infrared light.  It has the following characteristics.&lt;br /&gt;
* Designed to detect objects that are close and can reflect infrared lights.&lt;br /&gt;
* It has a Infrared Transmitter to eliminate the dependency of solar lighting.  So It can be used in the night.&lt;br /&gt;
* It has a Infrared Receiver that detects the closest object that reflects the infrared lights.&lt;br /&gt;
* It has an incorporated voltage regulator&lt;br /&gt;
* The output is a constant 5V when it is active and 0V when no detection.&lt;br /&gt;
* You can change the proximity threshold with a potentiometer.&lt;br /&gt;
&lt;br /&gt;
=== [[dsPIC30F 5011 Development Board]] ===&lt;br /&gt;
A development board using Microchip dsPIC30F 5011. Contains information on development platforms, programming methods, programming tips, and bootloaders.&lt;br /&gt;
&lt;br /&gt;
=== [http://balloonboard.org Balloon Xscale ARM+FPGA dev board] ===&lt;br /&gt;
The Balloon project has produced Balloon3, a high-performance ARM board designed for use by OEMs and Higher education. Spec is PXA270 (583Mhz), FPGA or CPLD, 1GB flash, 784MB RAM, USB (master, slave, OTG), CF slot, expansion bus, 16-bit bus, I2C, LCD, serial, audio. Very low power in CPLD confiuguration. Small, light. Various add-on boards: VGA LCD driver, robot motor driver+A/D, digital IO. Released under the Balloon Open Hardware license, which allows anyone to manufacture and for people to make derivatives. The expansion bus allows balloon to be used as the computing component for various special-purpose devices.&lt;br /&gt;
&lt;br /&gt;
=== scavenge ===&lt;br /&gt;
&lt;br /&gt;
Some people derive an inordinate amount of pleasure from building semi-useful objects from zero-cost junk.&lt;br /&gt;
&lt;br /&gt;
In the electronics field, most of the stuff built from scavenged components falls into 2 categories:&lt;br /&gt;
* ham radio transmitters and receivers -- built from a few transistors, caps, resistors, and wire&lt;br /&gt;
* BEAM robotics -- built from the above plus motors, solar cells, ...&lt;br /&gt;
&lt;br /&gt;
According to http://coprolite.com/art12.html ,&lt;br /&gt;
&amp;quot;I'd love to hear about where you found your 8048. Take a picture of the host that you remove it from (CD player, truck, refridgerator, whatever) and I'll put your picture on a page that chronicles our adventures sifting through the rubble.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== openEyes ===&lt;br /&gt;
openEyes is an open-source open-hardware toolkit for low-cost real-time eye tracking.&lt;br /&gt;
See [http://hcvl.hci.iastate.edu/cgi-bin/openEyes.cgi the OpenEyes hardware and software] and [http://hcvl.hci.iastate.edu/cgi-bin/openEyeswiki/index.cgi the openEyes wiki].&lt;br /&gt;
&lt;br /&gt;
=== RepRap ===&lt;br /&gt;
RepRap is an open source project to create a 3d printer or fabber machine.  There is tons of information available on [http://www.reprap.org its website].  The current iteration is a 3 axis cartesian robot with 2 extruder heads:  a Thermoplastic head that extrudes plastics like HDPE, ABS, and CAPA, and a support material head that extrudes a water soluble material to support the build process.&lt;br /&gt;
&lt;br /&gt;
=== TwentyDollarWikiDevice ===&lt;br /&gt;
&lt;br /&gt;
Challenge: Build a Wiki Device with a parts cost of no more than twenty dollars which is usable as a portable wiki. Include feature to make it compatible with a desktop or laptop computer's PersonalWiki, with a connector allowing this use.&lt;br /&gt;
--&lt;br /&gt;
http://c2.com/cgi/wiki?TwentyDollarWikiDevice&lt;br /&gt;
&lt;br /&gt;
=== [[breakout boards]] ===&lt;br /&gt;
These are three boards that I designed for a specific project and found them very useful. Each of these boards uses the phoenix contact plugable terminal blocks. The 50-pin breakout board is for a 50-pin ribbon cable. The LEM breakout board is for LEM AC/DC current sensor. The power supply breakout board is for a +5v +/-15v power supply.&lt;br /&gt;
&lt;br /&gt;
=== [[Linuxstamp]] ===&lt;br /&gt;
The linuxstamp is an open source processor module. It is designed to be a very simple board capable of running linux. It is based on the Atmel AT91RM9200 processor.&lt;br /&gt;
&lt;br /&gt;
== eyes for open robot ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sparkfun.com/commerce/product_info.php?products_id=637 $20 CMOS Camera Module - 640x480] has a [http://forum.sparkfun.com/viewtopic.php?t=2442 &amp;quot;Get-that-camera-working competition&amp;quot; discussion forum] and [http://www.makezine.com/blog/archive/2007/01/hack_this_cmos.html now been adequately documented] ... http://elinux.org/wiki/SparkfunCamera ... [http://forum.sparkfun.com/viewtopic.php?t=2442&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=135 by David Carne].&lt;br /&gt;
&lt;br /&gt;
* ... perhaps simpler to use an off-the-shelf webcam that plugs directly into a laptop ... [http://www.linux.com/howtos/Webcam-HOWTO/hardware.shtml Enabling Support for Your (Webcam) Hardware in Linux] ... [http://www.saillard.org/linux/pwc/ Philips USB Webcam Driver for Linux] ... [http://qce-ga.sourceforge.net/ QuickCam] ...&lt;br /&gt;
&lt;br /&gt;
''Is there a simple way for my Java application to fetch the latest camera image in an Array of pixel values?''&lt;br /&gt;
&lt;br /&gt;
== other lists of semi-open projects ==&lt;br /&gt;
&lt;br /&gt;
=== [[WikiNode]] ===&lt;br /&gt;
The WikiNode project tries to link every wiki in the world together.&lt;br /&gt;
Our &amp;quot;[[WikiNode]]&amp;quot; links to closely-related wiki (and their WikiNode links back).&lt;br /&gt;
&lt;br /&gt;
If you want to talk about something that is not quite on-topic here at Open Circuits&lt;br /&gt;
(say, &amp;quot;desktop PC case modding&amp;quot;, or &amp;quot;embedded Linux programming&amp;quot;), our WikiNode helps you find another wiki where people love to talk about that exact topic.&lt;br /&gt;
The corresponding WikiNode on each of those wiki helps people who want to talk about &amp;quot;open hardware&amp;quot; to discover this wiki.&lt;br /&gt;
&lt;br /&gt;
* Are [http://positron.org/projects/ the Positron projects] &amp;quot;open&amp;quot; enough to be mentioned? I especially liked the [http://positron.org/projects/acrylic_cases/ &amp;quot;Lasercut Acrylic Casebuilding Tutorial&amp;quot; ].&lt;br /&gt;
&lt;br /&gt;
* Is [http://wiki.vislab.usyd.edu.au/moinwiki/PuckControl/BuildingThePuck the Vislab puck] suitable for this list?&lt;/div&gt;</summary>
		<author><name>24.121.9.24</name></author>
		
	</entry>
</feed>