<?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=70.189.73.224</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=70.189.73.224"/>
	<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Special:Contributions/70.189.73.224"/>
	<updated>2026-06-26T07:30:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Music_Player&amp;diff=2057</id>
		<title>Music Player</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Music_Player&amp;diff=2057"/>
		<updated>2006-08-25T12:50:32Z</updated>

		<summary type="html">&lt;p&gt;70.189.73.224: yampp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quite a few people have released the schematics and source code for their music player.&lt;br /&gt;
Such open-source music players include:&lt;br /&gt;
&lt;br /&gt;
== at Open Circuits ==&lt;br /&gt;
&lt;br /&gt;
* [[TRAXMOD]] Digital Audio Player&lt;br /&gt;
&lt;br /&gt;
== elsewhere ==&lt;br /&gt;
&lt;br /&gt;
''Some of these web sites are very difficult to post comments to. I suppose posting comments about these music players here -- at Open Circuits -- is the next best thing.''&lt;br /&gt;
&lt;br /&gt;
=== PIC audio player ===&lt;br /&gt;
&lt;br /&gt;
People at the Microchip PIC forum are batting around ideas:&lt;br /&gt;
[http://forum.microchip.com/tm.aspx?m=166133 dsPic audio player],&lt;br /&gt;
[http://forum.microchip.com/tm.aspx?m=166337 data compression techniques],&lt;br /&gt;
[http://forum.microchip.com/tm.aspx?m=162048 saving an audio file to a memory].&lt;br /&gt;
&lt;br /&gt;
===MintyMP3===&lt;br /&gt;
MP3 player in an Altoids can.&lt;br /&gt;
includes FM transmitter.&lt;br /&gt;
Uses compact flash card (reads FAT16), PIC18F452, STA013 mp3 decoder chip, FT232 USB chip.&lt;br /&gt;
&amp;quot;compact flash card. ... Cheaper &amp;amp; faster than multimedia cards (MMC) and can be accessed via a PCMCIA slot, as all PC laptops have, using a $5 adaptor (although you can read/write using the Java program MintyComm program talking through the serial port)&amp;quot;&lt;br /&gt;
http://ladyada.net/make/minty/&lt;br /&gt;
(There's a nice forum at ''[FIXME: LINK]'' for discussing this).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;MP3 Player&amp;quot;===&lt;br /&gt;
http://www.microsyl.com/mp3/mp3.html&lt;br /&gt;
based on Atmel AVR&lt;br /&gt;
... The MP3 decoder is a VS1001k ...&lt;br /&gt;
The USB interface is done via FT232MB ...&lt;br /&gt;
... standard hard drive with MP3s stored in FAT&lt;br /&gt;
...&lt;br /&gt;
includes Infrared bi-directional interface&lt;br /&gt;
...&lt;br /&gt;
includes source code in C.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Yet Another Mobile MP3 Player===&lt;br /&gt;
http://www.bobblick.com/techref/projects/yammp3/yammp3.html&lt;br /&gt;
&amp;quot;basically a personal computer that runs in a car&amp;quot;&lt;br /&gt;
(runs Linux)&lt;br /&gt;
&lt;br /&gt;
===BookPC Car MP3 Player===&lt;br /&gt;
http://www.bobblick.com/techref/projects/mp3book/mp3book.html&lt;br /&gt;
&amp;quot;a computer I built for my car&amp;quot;&lt;br /&gt;
(runs Linux)&lt;br /&gt;
&lt;br /&gt;
=== MP3Car ===&lt;br /&gt;
&amp;quot;MP3Car.Com - Home of the Car Computer Forums - Build your own Carputer&amp;quot;&lt;br /&gt;
http://mp3car.com/&lt;br /&gt;
&lt;br /&gt;
=== MP3 Player ===&lt;br /&gt;
http://www.codepuppies.com/~ben/sens/pic/mp3/&lt;br /&gt;
(open-source hardware and software)&lt;br /&gt;
&amp;quot;the MAS3507D chip, from Micronas Intermetall, ... You simply clock a serial MP3 bitstream in one side, and digital audio gets clocked out of the other side.&amp;quot;&lt;br /&gt;
So, we have&lt;br /&gt;
* Microchip PIC in the middle&lt;br /&gt;
* IDE interface (supports *both* hard drive *and* CD drive)&lt;br /&gt;
* MAS3507D chip ... to analog amplifiers ... out to headphone jack&lt;br /&gt;
* IR remote control.&lt;br /&gt;
* parallel port ... to PC, for downloading MP3s.&lt;br /&gt;
&lt;br /&gt;
Stores the MP3s on the hard drive in a funky (but well documented) proprietary format,&lt;br /&gt;
to simplify the PIC playback code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== butterfly MP3 ===&lt;br /&gt;
An open design for a portable MP3 player. &lt;br /&gt;
It is designed to be easy / possible to make for a beginner and cheap as well.&lt;br /&gt;
An AVR Butterfly is used to simplify construction and minimise component count. The decoding is handled by a VS1001 decoder/DAC/amplifier.&lt;br /&gt;
The design supports the original Butterfly LCD as well as NOKIA 3310 cell phone displays. The project includes PCBs in eagle format for the player and also&lt;br /&gt;
an adapter board to replace the original LCD of the Butterfly with a BW Nokia 3310 or Color Nokia 6100 display.&lt;br /&gt;
The player uses MMC cards with a standard FAT16 file system. &lt;br /&gt;
&lt;br /&gt;
http://butterflymp3.sourceforge.net/rev05Nokia02_TN.jpg&lt;br /&gt;
&lt;br /&gt;
http://butterflymp3.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
===yampp: Yet another MP-3 Player===&lt;br /&gt;
http://myplace.nu/mp3/&lt;br /&gt;
&lt;br /&gt;
=== yampp Industrial III ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;SPE020 MP3 Player&amp;quot;&lt;br /&gt;
http://rev-ed.co.uk/picaxe/software.htm&lt;br /&gt;
, when you look at the .pdf, says in big letters&lt;br /&gt;
&amp;quot;yampp Industrial III&lt;br /&gt;
http://www.yampp.com/ &amp;quot;&lt;br /&gt;
and in smaller, hard-to-read letters, something like &amp;quot;Jesper Hansen -- 2003&amp;quot; (?).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== CarPuter ===&lt;br /&gt;
[http://www.nslu2-linux.org/wiki/HowTo/CarPuter NSLU2-based CarPuter]&lt;br /&gt;
seems to use less power than other Linux-based MP3 players. (?)&lt;br /&gt;
&lt;br /&gt;
== iPod ? ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Open Source Hardware&amp;quot;&lt;br /&gt;
http://www.nivi.com/blog/article/open-source-hardware&lt;br /&gt;
&amp;quot;The Bill of Materials for the 30 GB Video iPod from Jefferies &amp;amp;&lt;br /&gt;
Company's Video iPod Teardown is fascinating.&amp;quot;&lt;br /&gt;
http://www.tuaw.com/2005/10/19/stock-brokers-crack-open-an-ipod-5g-so-you-dont-have-to/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rather than commercially selling yet another MP3 player,&lt;br /&gt;
I am&lt;br /&gt;
more interested in commercially selling something that has almost&lt;br /&gt;
identical hardware, but does something that none of these do.&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 15:28, 25 April 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The article&lt;br /&gt;
[http://www.wired.com/news/technology/0,1282,64963,00.html &amp;quot;High-Tech Hearing Bypasses Ears&amp;quot;]&lt;br /&gt;
by Laila Weir begins: &amp;quot;A wristwatch phone that lets you listen by sticking a finger in your ear, an MP3 player that vibrates the bones in your skull to play music that only you can hear ...&amp;quot;&lt;br /&gt;
So how does this &amp;quot;bone-conduction technology&amp;quot; work?&lt;br /&gt;
&lt;br /&gt;
That article also mentions that &amp;quot;student ... Sam James created Soundwaves -- an underwater MP3 player&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
[http://xess.com/faq/M0000141.HTM MP3 decoding on a FPGA ?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;/div&gt;</summary>
		<author><name>70.189.73.224</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Music_Player&amp;diff=2048</id>
		<title>Music Player</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Music_Player&amp;diff=2048"/>
		<updated>2006-08-11T00:27:14Z</updated>

		<summary type="html">&lt;p&gt;70.189.73.224: MP3 decoding on a FPGA ?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quite a few people have released the schematics and source code for their music player.&lt;br /&gt;
Such open-source music players include:&lt;br /&gt;
&lt;br /&gt;
== at Open Circuits ==&lt;br /&gt;
&lt;br /&gt;
* [[TRAXMOD]] Digital Audio Player&lt;br /&gt;
&lt;br /&gt;
== elsewhere ==&lt;br /&gt;
&lt;br /&gt;
''Some of these web sites are very difficult to post comments to. I suppose posting comments about these music players here -- at Open Circuits -- is the next best thing.''&lt;br /&gt;
&lt;br /&gt;
=== PIC audio player ===&lt;br /&gt;
&lt;br /&gt;
People at the Microchip PIC forum are batting around ideas:&lt;br /&gt;
[http://forum.microchip.com/tm.aspx?m=166133 dsPic audio player],&lt;br /&gt;
[http://forum.microchip.com/tm.aspx?m=166337 data compression techniques],&lt;br /&gt;
[http://forum.microchip.com/tm.aspx?m=162048 saving an audio file to a memory].&lt;br /&gt;
&lt;br /&gt;
===MintyMP3===&lt;br /&gt;
MP3 player in an Altoids can.&lt;br /&gt;
includes FM transmitter.&lt;br /&gt;
Uses compact flash card (reads FAT16), PIC18F452, STA013 mp3 decoder chip, FT232 USB chip.&lt;br /&gt;
&amp;quot;compact flash card. ... Cheaper &amp;amp; faster than multimedia cards (MMC) and can be accessed via a PCMCIA slot, as all PC laptops have, using a $5 adaptor (although you can read/write using the Java program MintyComm program talking through the serial port)&amp;quot;&lt;br /&gt;
http://ladyada.net/make/minty/&lt;br /&gt;
(There's a nice forum at ''[FIXME: LINK]'' for discussing this).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;MP3 Player&amp;quot;===&lt;br /&gt;
http://www.microsyl.com/mp3/mp3.html&lt;br /&gt;
based on Atmel AVR&lt;br /&gt;
... The MP3 decoder is a VS1001k ...&lt;br /&gt;
The USB interface is done via FT232MB ...&lt;br /&gt;
... standard hard drive with MP3s stored in FAT&lt;br /&gt;
...&lt;br /&gt;
includes Infrared bi-directional interface&lt;br /&gt;
...&lt;br /&gt;
includes source code in C.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Yet Another Mobile MP3 Player===&lt;br /&gt;
http://www.bobblick.com/techref/projects/yammp3/yammp3.html&lt;br /&gt;
&amp;quot;basically a personal computer that runs in a car&amp;quot;&lt;br /&gt;
(runs Linux)&lt;br /&gt;
&lt;br /&gt;
===BookPC Car MP3 Player===&lt;br /&gt;
http://www.bobblick.com/techref/projects/mp3book/mp3book.html&lt;br /&gt;
&amp;quot;a computer I built for my car&amp;quot;&lt;br /&gt;
(runs Linux)&lt;br /&gt;
&lt;br /&gt;
=== MP3Car ===&lt;br /&gt;
&amp;quot;MP3Car.Com - Home of the Car Computer Forums - Build your own Carputer&amp;quot;&lt;br /&gt;
http://mp3car.com/&lt;br /&gt;
&lt;br /&gt;
=== MP3 Player ===&lt;br /&gt;
http://www.codepuppies.com/~ben/sens/pic/mp3/&lt;br /&gt;
(open-source hardware and software)&lt;br /&gt;
&amp;quot;the MAS3507D chip, from Micronas Intermetall, ... You simply clock a serial MP3 bitstream in one side, and digital audio gets clocked out of the other side.&amp;quot;&lt;br /&gt;
So, we have&lt;br /&gt;
* Microchip PIC in the middle&lt;br /&gt;
* IDE interface (supports *both* hard drive *and* CD drive)&lt;br /&gt;
* MAS3507D chip ... to analog amplifiers ... out to headphone jack&lt;br /&gt;
* IR remote control.&lt;br /&gt;
* parallel port ... to PC, for downloading MP3s.&lt;br /&gt;
&lt;br /&gt;
Stores the MP3s on the hard drive in a funky (but well documented) proprietary format,&lt;br /&gt;
to simplify the PIC playback code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== butterfly MP3 ===&lt;br /&gt;
An open design for a portable MP3 player. &lt;br /&gt;
It is designed to be easy / possible to make for a beginner and cheap as well.&lt;br /&gt;
An AVR Butterfly is used to simplify construction and minimise component count. The decoding is handled by a VS1001 decoder/DAC/amplifier.&lt;br /&gt;
The design supports the original Butterfly LCD as well as NOKIA 3310 cell phone displays. The project includes PCBs in eagle format for the player and also&lt;br /&gt;
an adapter board to replace the original LCD of the Butterfly with a BW Nokia 3310 or Color Nokia 6100 display.&lt;br /&gt;
The player uses MMC cards with a standard FAT16 file system. &lt;br /&gt;
&lt;br /&gt;
http://butterflymp3.sourceforge.net/rev05Nokia02_TN.jpg&lt;br /&gt;
&lt;br /&gt;
http://butterflymp3.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
===yampp: Yet another MP-3 Player===&lt;br /&gt;
http://myplace.nu/mp3/&lt;br /&gt;
&lt;br /&gt;
=== CarPuter ===&lt;br /&gt;
[http://www.nslu2-linux.org/wiki/HowTo/CarPuter NSLU2-based CarPuter]&lt;br /&gt;
seems to use less power than other Linux-based MP3 players. (?)&lt;br /&gt;
&lt;br /&gt;
== iPod ? ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Open Source Hardware&amp;quot;&lt;br /&gt;
http://www.nivi.com/blog/article/open-source-hardware&lt;br /&gt;
&amp;quot;The Bill of Materials for the 30 GB Video iPod from Jefferies &amp;amp;&lt;br /&gt;
Company's Video iPod Teardown is fascinating.&amp;quot;&lt;br /&gt;
http://www.tuaw.com/2005/10/19/stock-brokers-crack-open-an-ipod-5g-so-you-dont-have-to/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rather than commercially selling yet another MP3 player,&lt;br /&gt;
I am&lt;br /&gt;
more interested in commercially selling something that has almost&lt;br /&gt;
identical hardware, but does something that none of these do.&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 15:28, 25 April 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The article&lt;br /&gt;
[http://www.wired.com/news/technology/0,1282,64963,00.html &amp;quot;High-Tech Hearing Bypasses Ears&amp;quot;]&lt;br /&gt;
by Laila Weir begins: &amp;quot;A wristwatch phone that lets you listen by sticking a finger in your ear, an MP3 player that vibrates the bones in your skull to play music that only you can hear ...&amp;quot;&lt;br /&gt;
So how does this &amp;quot;bone-conduction technology&amp;quot; work?&lt;br /&gt;
&lt;br /&gt;
That article also mentions that &amp;quot;student ... Sam James created Soundwaves -- an underwater MP3 player&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
[http://xess.com/faq/M0000141.HTM MP3 decoding on a FPGA ?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;/div&gt;</summary>
		<author><name>70.189.73.224</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Projects&amp;diff=2046</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Projects&amp;diff=2046"/>
		<updated>2006-08-10T04:14:57Z</updated>

		<summary type="html">&lt;p&gt;70.189.73.224: the Open Graphics Project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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]] ===&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 ===&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;
=== [[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]] ===&lt;br /&gt;
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;
&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!]] ===&lt;br /&gt;
An attempt to wirelessly monitor temperatures of fermentation vessels&lt;br /&gt;
&lt;br /&gt;
=== [[Fermenter Controller]] ===&lt;br /&gt;
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;
&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;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>70.189.73.224</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=User:DavidCary&amp;diff=1828</id>
		<title>User:DavidCary</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=User:DavidCary&amp;diff=1828"/>
		<updated>2006-04-30T23:19:03Z</updated>

		<summary type="html">&lt;p&gt;70.189.73.224: PC Card FAQ: PCMCIA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my little corner of Open Circuits.&lt;br /&gt;
&lt;br /&gt;
I think I first stumbled across Open Circuits on 2006-03-01.&lt;br /&gt;
I had been starting to set up a electronics-related wiki,&lt;br /&gt;
but since this one was already here, why bother?&lt;br /&gt;
&lt;br /&gt;
Feel free to leave a note on [[User_talk:DavidCary|my talk page]].&lt;br /&gt;
&lt;br /&gt;
Electronic projects:&lt;br /&gt;
&lt;br /&gt;
== electronics workbench ==&lt;br /&gt;
&lt;br /&gt;
What exactly do I need for &amp;quot;normal&amp;quot; electronics development?&lt;br /&gt;
I have a pile of stuff, and I have a wishlist of more stuff ...&lt;br /&gt;
I hope to document which things are important to have, which things are useful but not immediately necessary, and which things ended up just gathering dust.&lt;br /&gt;
&lt;br /&gt;
== data collection network ==&lt;br /&gt;
&lt;br /&gt;
I'm building a &amp;quot;data collection network&amp;quot; that may end up with hundred of microcontroller sensor nodes,&lt;br /&gt;
piping data into a PC.&lt;br /&gt;
This may turn into a serious medical diagnosis tool.&lt;br /&gt;
&lt;br /&gt;
== POV display ==&lt;br /&gt;
&lt;br /&gt;
I'm building yet another &amp;quot;POV display&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I plan on putting a few features into my display that I haven't seen in any other so far:&lt;br /&gt;
&lt;br /&gt;
* bright blue LEDs (even though blue is usually the most expensive color ... although&lt;br /&gt;
sometimes &amp;quot;true green&amp;quot; is even more expensive than blue).&lt;br /&gt;
* no slip rings -- just pumping energy across an air gap&lt;br /&gt;
* ... and a few other features that I'm keeping hush-hush.&lt;br /&gt;
&lt;br /&gt;
I want lots of lumens.&lt;br /&gt;
Unfortunately, when I go to pick LEDs out of the catalogs, they're not&lt;br /&gt;
rated in lumens, they're rated in candelas.&lt;br /&gt;
&lt;br /&gt;
Is it even possible to estimate &amp;quot;lumens&amp;quot; from the catalog information?&lt;br /&gt;
&lt;br /&gt;
Do you know what the difference is? Does your flashlight really&lt;br /&gt;
produce 10 times the light ( in lumens)? Or does the flashlight merely&lt;br /&gt;
focus its light on a tiny spot, so that that spot gets 10 times as&lt;br /&gt;
many candelas ?&lt;br /&gt;
&lt;br /&gt;
For example, check out these 2 LEDs:&lt;br /&gt;
$8.75 SSP-LX6144C7UC : 4000 mcd at 120 mA&lt;br /&gt;
$8.75 SSP-LX6144D7UC : 1800 mcd at 120 mA&lt;br /&gt;
&lt;br /&gt;
From the mcd rating, it appears that the first one is more than 2wice&lt;br /&gt;
as bright -- and it is, if you're directly in front of it when you&lt;br /&gt;
look at it.&lt;br /&gt;
However, if you're even the tiniest bit off-center, the second one is&lt;br /&gt;
much brighter -- in fact, the total lumens that second LED puts out&lt;br /&gt;
(2500 mlm) is slightly more than the total lumens than the first one.&lt;br /&gt;
If you diffuse the light and try to light up a whole room with an&lt;br /&gt;
array of them, the second one will make the room brighter.&lt;br /&gt;
&lt;br /&gt;
I'm currently planning on using these in my first POV display:&lt;br /&gt;
* $1.32 Telux TLWB7900 : blue : 330 mlm, 231 mcd at 50 mA. (price in ones from http://Newark.com/ )&lt;br /&gt;
&lt;br /&gt;
Other LEDs I considered using in my POV display (and may re-consider for my next one):&lt;br /&gt;
&lt;br /&gt;
* $18.89 &amp;quot;Lamina light engine&amp;quot; BL-22B1-0140 : 22000 mlm at 420 mA. (this price includes the required heat sink -- price in ones from http://Digikey.com/ ). This has the most lumens per dollar I've found so far (for blue LEDs).&lt;br /&gt;
&lt;br /&gt;
* $8.750 Sunbrite LuxLEDs SSP-LX6144D7UC blue: 120 mA, 2500 mlm, 1800 mcd (Odd that the red Sunbrite LuxLEDs are cheaper at Newark, the other colors cheaper at Digikey.) cheapest $/lumen blue LED, except for the &amp;quot;light engine&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* $2.550 Lumex &amp;quot;DSP LED&amp;quot; 67-1876-ND: blue, 5 mm, 2500 mcd ( DigiKey ) apparently have some kind of internal chip. All colors run at 2.0 V nominal (1.5 V minimum) (rather than running on current like most LEDs. unfortunately, the data sheet doesn't suggest how much current they take -- I presume more than 20 mA).&lt;br /&gt;
&lt;br /&gt;
* $1.600 Sunbrite &amp;quot;based LED&amp;quot; SSP-01TWB7UWB12 (441-1007-ND) blue 10 mm 20 mA 7000 mcd&lt;br /&gt;
&lt;br /&gt;
* $5.980 GM5WA06270A SMT RGB (35 mA red, 35 mA green, 35 mA blue) 3000 mcd (full color range -- apparently used for digital camera flash ?) (Digikey)&lt;br /&gt;
&lt;br /&gt;
Spoke-POV and propeller clocks links:&lt;br /&gt;
&lt;br /&gt;
* An entire discussion forum devoted to POV displays http://ladyada.net.nyud.net:8090/forums/viewforum.php?f=11&lt;br /&gt;
** In particular, lots of nice pictures http://www.ladyada.net.nyud.net:8090/forums/viewtopic.php?p=4712&lt;br /&gt;
** 'no-microcontroller-programmer-needed' minipov http://ladyada.net.nyud.net:8090/forums/viewtopic.php?t=32&lt;br /&gt;
&lt;br /&gt;
* Ian’s Spoke POV http://www.ianpaterson.org/projects/spokepov20050704/index.htm&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Propeller Clock&amp;quot; Mechanically Scanned LED Clock: by Bob Blick http://www.bobblick.com/techref/projects/propclock/propclock.html (I think this is the original)&lt;br /&gt;
&lt;br /&gt;
== Full-color LED lighting ==&lt;br /&gt;
&lt;br /&gt;
I'm planning to build a silly little toy with 3 LEDs -- one for red, green, and blue --&lt;br /&gt;
to show how &amp;quot;additive colors&amp;quot; work (a &amp;quot;color wheel&amp;quot;).&lt;br /&gt;
(I might just extend it to have a whole spectrum of visible and infrared LEDs, and a prism to show the little spikes in the spectrum that LEDs generate).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Red, Green, and Blue LED based white light generation&amp;quot;&lt;br /&gt;
by Muthu, Schuurmans, and Pashley (2002)&lt;br /&gt;
http://www.advancetransformer.com/uploads/resources/LED_White_Light_Issues&amp;amp;Control_-_White_paper.pdf&lt;br /&gt;
&lt;br /&gt;
LED illumination applications&lt;br /&gt;
http://en.wikipedia.org/wiki/Light-emitting_diode#Illumination_applications&lt;br /&gt;
&lt;br /&gt;
&amp;quot;How Many Red, Green, and Blue LEDs to make White&amp;quot;&lt;br /&gt;
by Don Klipstein 2001&lt;br /&gt;
http://members.misty.com/don/ledrgb2w.html&lt;br /&gt;
&lt;br /&gt;
LED Color Shifting&lt;br /&gt;
http://hackedgadgets.com/2006/02/14/wireless-led-color-shifting/&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;PC Card&amp;quot; PCMCIA ==&lt;br /&gt;
&lt;br /&gt;
I maintain the&lt;br /&gt;
[http://david.carybros.com/html/pc_card_faq.html unofficial PC Card FAQ].&lt;br /&gt;
&lt;br /&gt;
I'd like to move it to a wiki.&lt;br /&gt;
What would be the best wiki to put it on?&lt;br /&gt;
Open Circuits?&lt;br /&gt;
&lt;br /&gt;
-- &lt;br /&gt;
DavidCary&lt;/div&gt;</summary>
		<author><name>70.189.73.224</name></author>
		
	</entry>
</feed>