<?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=122.213.250.14</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=122.213.250.14"/>
	<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Special:Contributions/122.213.250.14"/>
	<updated>2026-04-21T20:10:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=24%22_Wall_Clock&amp;diff=15981</id>
		<title>24&quot; Wall Clock</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=24%22_Wall_Clock&amp;diff=15981"/>
		<updated>2008-07-16T10:06:07Z</updated>

		<summary type="html">&lt;p&gt;122.213.250.14: calatrracr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;letocodomace&lt;br /&gt;
{| align=right&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
[[Image:Sign light Three 400x400.jpg|Light Sticks]]&lt;br /&gt;
|}&lt;br /&gt;
===Project Scope===&lt;br /&gt;
&amp;lt;b&amp;gt;Description:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; Sometime ago a friend challenged us to build a 6 foot digital clock - just like the alarm clock next to your bed. Well, because of scaling issues, 6 foot was a bit too expensive. Instead, we are going with a 2 foot clock. I'm not entire sure about the end size, but you get the idea. And just to be geeky, let's use GPS to snag the time with 100ns accuracy.&lt;br /&gt;
&lt;br /&gt;
The control system is fairly straight foward. Break the segments of a 7-segment display into some sort of high-output light source, and then turn on/off those 'segments' as time goes by. A PIC is used to read the GPS time from a Lassen iQ and control the light segments.&lt;br /&gt;
&lt;br /&gt;
[[Image:LED7SEGLG 300.jpg|150px]]&lt;br /&gt;
&lt;br /&gt;
Here is an example of the customary 7-segment display. We aren't going to copy this directly, but close.&lt;br /&gt;
&lt;br /&gt;
We need to use something to illuminate each segment of the display. How about a light bar. What's a light bar? Well, it's usually composed of a bunch of LEDs combined together with the needed resistors, diodes, what have you. We could build our own, but I'm lazy and [[http://www.besthongkong.com/ Best Hong Kong]] has something called a ''Sign Light Module'' that looks like it could do the job really well, for only $2.39 a piece! That's cheaper than I can put a stick together, so I put 50pcs on order. We'll see how they look when they come in.&lt;br /&gt;
&lt;br /&gt;
Here's the plan:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;18:88&amp;lt;/b&amp;gt; will be displayed worst case. &lt;br /&gt;
*Each &amp;lt;b&amp;gt;8&amp;lt;/b&amp;gt; is made up of 7 segments&lt;br /&gt;
*&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt; is made of 2 segments&lt;br /&gt;
*&amp;lt;b&amp;gt;:&amp;lt;/b&amp;gt; is made of 1/2 segments each&lt;br /&gt;
&lt;br /&gt;
To make the clock slightly larger, we are going to use two light 'sticks' for each segment. Each stick looks like it's about 6&amp;quot; long, which will make a segment aprox. 12&amp;quot;, which whill make the number height ~24&amp;quot; overall. Each dot in the ':' will be made out of one stick (6&amp;quot; tall). This may look a bit odd, only time will tell.&lt;br /&gt;
&lt;br /&gt;
3 &amp;lt;b&amp;gt;8&amp;lt;/b&amp;gt;'s x 7 segments * 2 sticks per segment =  42 sticks&amp;lt;br&amp;gt;&lt;br /&gt;
1 &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt; x 2 segments * 2 sticks per segment = 4 sticks&amp;lt;br&amp;gt;&lt;br /&gt;
1 &amp;lt;b&amp;gt;:&amp;lt;/b&amp;gt; x 1 segments * 2 sticks per segment = 2 sticks&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
48 sticks needed overall&amp;lt;br&amp;gt;&lt;br /&gt;
Minimum of 23 inidividual control channels needed&lt;br /&gt;
----&lt;br /&gt;
===Power Regulation===&lt;br /&gt;
Quick math : Each stick is 3 LEDs. Each Piranha LED is 20mA according to the website (I don't trust the Hong Kong Website very much, but we'll assume). So each stick is 12V @ 60mA. 50 sticks * 60mA = 3A @ 12V. This is a bit juicy for a wall-wart. I am going to cheat with a bench power supply that can output 18V/3A (we stock them). &lt;br /&gt;
&lt;br /&gt;
3A is really the worst case scenario.  We only have 48 sticks (not 50) and 10:08 seems to be the real time with the most number of segments lit (44 sticks turned on). We obviously should never see a time of 18:88. At 10:08 we'll need 44 * 60mA = 2640mA = 2.6A. Not too horrendous.&lt;br /&gt;
&lt;br /&gt;
The control board will need some power as well. 5V for logic, 3.3V for GPS. But the overall consumption will be peanuts compare to the lighting. Probably under 50mA for the control board.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Clock Control===&lt;br /&gt;
Who wants to set the real time when we've got GPS to set it for us?! :) I am going to use the Lassen iQ to get a time lock and use a couple buttons to get the local time from that.&lt;br /&gt;
&lt;br /&gt;
We need to control 23 channels &amp;lt;b&amp;gt;18:88&amp;lt;/b&amp;gt;:&lt;br /&gt;
*&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt; has two segments, but the entire number is either on or off&lt;br /&gt;
*&amp;lt;b&amp;gt;:&amp;lt;/b&amp;gt; is always on, but we may way to flash it for seconds&lt;br /&gt;
*&amp;lt;b&amp;gt;888&amp;lt;/b&amp;gt; 21 channels&lt;br /&gt;
&lt;br /&gt;
I decided on 25 channels just in case I need some extra [[http://www.bullshitjob.com/officespace/ 'flare']]. Perhaps an alarm of sorts. 'Beer Time' alarm at 4:30pm? We've got to keep our options open...&lt;br /&gt;
&lt;br /&gt;
The need for 25 I/O pushed me towards the PIC 16F877A:&lt;br /&gt;
*Easy to program (I've got a big code base)&lt;br /&gt;
*Has enough I/O&lt;br /&gt;
*It can be bootloaded!&lt;br /&gt;
*It's got an RTC (when you add an external 32.768kHz xtal)&lt;br /&gt;
*UART to read the incoming GPS NMEA from Lassen iQ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo : It's possible to reduce the number of channels by multiplexing. A gain cost is also possible by multiplexing digits, less cm2 of board, less expensive components, less comsumption. 7 segments x 4 digits (remenber the 24:00 time format from 00:00 to 23:59) = 4 channels for digits and 7 channels for segments = 13 wires + 1 for &amp;quot;:&amp;quot; + 4 for extensions = 18 wires. Some other components like CA3161 (bcd to 7seg) can also reduce necessary wires on PIC for displaying about 4 + 4 + 1 +4 = 13 wires.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Light Control===&lt;br /&gt;
Well if the PIC 16F877A has got the timing and control down, how exactly do we turn on/off the light stick?&lt;br /&gt;
&lt;br /&gt;
Since the sticks only pull 60mA, we can use cheap BJT transistors. Let's go solid state! Many itty-bitty SOT-23 SMD BJTs can handle up to 1A with a max input of 40V. The maximum power output is 350mW though. Luckily, when forward biased, the MMBT2222 has around 0.5V drop. &lt;br /&gt;
&lt;br /&gt;
So 60mA with 0.5V drop, we are looking at 30mW dissapation. That's atleast in theory. I'll believe it when I see it of course. For the time being, I'm going to assume this will work...&lt;br /&gt;
&lt;br /&gt;
All I need is an NPN BJT for each channel:&lt;br /&gt;
&lt;br /&gt;
[[Image:Clock-Channel.jpg]]&lt;br /&gt;
&lt;br /&gt;
While this should work, it's going to leave a bunch of connections with one pin 'hot'. A better design would probably utilize a PNP connected to RAW. Ehh - no big deal.&lt;br /&gt;
&lt;br /&gt;
If you're planning to use a beefy light source, like Neon or super powerful LEDs, you could easily use the same setup to control a relay. [[Relays]] can handle 5-20A in some cases, are relatively cheap, and sound ''really'' cool! The only problem is they are big. And for this project, we wanted a relatively small control board. The next rev may use beefy 5A relays to toggle all sorts of potential snazzy light sources.&lt;br /&gt;
----&lt;br /&gt;
===Board Layout===&lt;br /&gt;
The PIC is connected to 25 channels, the GPS, a couple buttons, and a status LED. Here's the current layout in all its random glory:&lt;br /&gt;
&lt;br /&gt;
[[Image:Clock-Layout.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
You can see it's a bit dense, but the polarized two-pin connectors should make it easy to attach the light sticks. Everything was SMD to ease the assembly as much as possible. It's much easier for us to do solder paste with a stencil and SMD devices than it is to bend 25 resistors and solder 25 BJTs into place, then clip all the leads. PTH is actually pretty time consuming. I digress...&lt;br /&gt;
&lt;br /&gt;
There is a switch to multiplex the PIC's RX UART inbetween Debugging and listening to the GPS unit. Be sure to use Port 2 on the Lassen iQ if you want NMEA output (4800bps by default).&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Things to Improve===&lt;br /&gt;
&lt;br /&gt;
Nothing at the moment. We have to wait for all the parts to come in. Should be about 4 weeks.&lt;br /&gt;
&lt;br /&gt;
We may need a cover on the light sticks to give more of an opaque presentation. TBD.&lt;br /&gt;
----&lt;br /&gt;
===Documents===&lt;br /&gt;
[[Media:SFE-Wall-Clock.pdf|SFE Wall Clock Main Board Schematic]]&lt;br /&gt;
&lt;br /&gt;
[[Media:SFE-Wall-Clock-Channels.pdf|Channel Control Schematic]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Footprints:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[SFE_Footprint_Library|SFE Footprint Library]]&lt;br /&gt;
&lt;br /&gt;
FP Name: All sorts of FPs used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Supplier Info:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Related Items:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Projects]]&lt;/div&gt;</summary>
		<author><name>122.213.250.14</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=OpenCircuits:Community_portal&amp;diff=15879</id>
		<title>OpenCircuits:Community portal</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=OpenCircuits:Community_portal&amp;diff=15879"/>
		<updated>2008-07-10T17:55:55Z</updated>

		<summary type="html">&lt;p&gt;122.213.250.14: cbocdarcd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vartrcac&lt;br /&gt;
Welcome to Open Circuits.&lt;br /&gt;
This is a good place to talk about Open Circuits, as a whole.&lt;br /&gt;
&lt;br /&gt;
We have {{NUMBEROFARTICLES}} articles now. Yay!&lt;br /&gt;
&lt;br /&gt;
== free digital TV converter box coupon ==&lt;br /&gt;
&lt;br /&gt;
https://www.dtv2009.gov/&lt;br /&gt;
&lt;br /&gt;
== Anti-Vandalism Bot ==&lt;br /&gt;
&lt;br /&gt;
''moved to our page discussing [[Spam]].''&lt;br /&gt;
&lt;br /&gt;
== electrical mailing lists ==&lt;br /&gt;
Yahoo claims they have&lt;br /&gt;
[http://dir.groups.yahoo.com/dir/Science/Engineering/Electrical 1,831 electrical engineering mailing lists].&lt;br /&gt;
What would be a good way of letting the people on those lists know about the Open Circuits wiki, without spamming them?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 13:30, 31 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Publish cold fusion howto :-)&lt;br /&gt;
* Send one email/week and only once per list. And be on topic, listen carefully for responses.&lt;br /&gt;
[[User:Freqmax|Freqmax]] 16:24, 30 July 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== about Open Circuits ==&lt;br /&gt;
So, is there any connection between http://OpenCircuits.org/ , http://OpenCircuits.net/ , and this http://OpenCircuits.com/ wiki?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 23:47, 13 June 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
No. There is no connection between any of http://opencircuits.com and the other websites listed.&lt;br /&gt;
[[User:Chazegh|Chazegh]] 02:55, 18 June 2006 (PDT)&lt;br /&gt;
== web rings ==&lt;br /&gt;
Document an original microcontroller project and join a PIC webring, or AVR webring.  20 June 2006&lt;br /&gt;
&lt;br /&gt;
== audio electronics ==&lt;br /&gt;
&lt;br /&gt;
Is there some other wiki for people to talk about audio electronics?&lt;br /&gt;
Or is this Open Circuits the best wiki for talking about things like&lt;br /&gt;
''&amp;quot;[http://analog.com/ Analog Devices] AN-221: The Alexander current-feedback audio power amplifier&amp;quot;'' by Mark Alexander&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
I think I would prefer to offload all the audio electronics controversies to some other wiki&lt;br /&gt;
(but which one?).&lt;br /&gt;
Still, it would be nice to have some &amp;quot;tips for high-power electronics&amp;quot; here.&lt;br /&gt;
I imagine that tips page would list the various quirks of high-power MOSFETs, BJTs, TRIACs, and IGBTs,&lt;br /&gt;
and (given a particular motor or speaker or other load)&lt;br /&gt;
how to select one over the others,&lt;br /&gt;
and various ways of working around those quirks.&lt;br /&gt;
--[[User:65.70.89.241|65.70.89.241]] 07:17, 10 August 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I just joined Open Circuits.  I have been servicing and designing audio equipment for several years (Recording consoles a specialty) I hope you will have a section for audio electronics.  I also work with video projection systems and theatrical lighting (stage struck at an early age) I play electric rock-blues guitar, so I also am interested in tube guitar amps (Marshall and Boogie).  And there is a big difference in what a guitar player thinks an amp should do, and what a recording engineer wants an amp for.  I think these are valid points for discussion.&lt;br /&gt;
I've also got an interest in power supplies (my experience is mostly with linear, but I've started learning about switching designs).  In fact that brings me to my question, I have some regulator  designs based on the 723 that I'd like to share.  How do I go about doing that?  I built a replacement for a console  /- 18V @6A supply when I couldn't find the original regulator devices.  I used 723s with external series pass devices.  The unit has been working for close to 10 years now, so I think the design is worth sharing.  Is anyone interested? &lt;br /&gt;
&lt;br /&gt;
I also research discrete op amps like the Jensen 990.  I've been working (on and off for years) on a clone of that using more modern, easily available parts and devices.  Anyone else?&lt;br /&gt;
Finally, in response to the first entry in this section, I too read that application note in Analog Devices Audio/Video Reference Manual.  My copy is dated 1992.  I've repaired a lot of amplifiers, but haven't built any.  If anyone else is hip to this amp I'd like to hear about it.  It is a very unique design.  I also like the A75 amp design from Nelson Pass and Norman Thagard, and the Leach Amp by Marshall Leach.  The last two are pretty normal as far as design goes, not as adventurous as the Alexander with its current-feedback approach.&lt;br /&gt;
Aloha, RAF--[[User:66.8.194.185|66.8.194.185]] 14:04, 18 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== automotive electronics ==&lt;br /&gt;
&lt;br /&gt;
Is there some other wiki for people to talk about automobile electronics?&lt;br /&gt;
Or is this Open Circuits the best wiki for talking about things like&lt;br /&gt;
[http://megamanual.com/ &amp;quot;experimental Do-It-Yourself programmable electronic fuel injection controller&amp;quot;]?&lt;br /&gt;
Or should we just point people who want to talk ECUs (engine control units) to the &lt;br /&gt;
[http://msefi.com/ MSEFI discussion forum],&lt;br /&gt;
even though it sadly lacks a wiki?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 22:36, 2 July 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== inviting bloggers to open circuits ==&lt;br /&gt;
&lt;br /&gt;
=== how to connect a JTAG probe to a Nokia phone ===&lt;br /&gt;
&lt;br /&gt;
I'd like to invite bloggers such as GyrosGeier to edit OpenCircuits.&lt;br /&gt;
Rather than just spamming him, I think he would be more inclined to help out&lt;br /&gt;
if we answered one of his questions first -- such as&lt;br /&gt;
[http://hogyros.de/?q=node/167 &amp;quot;If you have information on how to connect a JTAG probe to a Nokia phone, please let me know.&amp;quot;]&lt;br /&gt;
Maybe I should start a page on [[JTAG]]...&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 09:37, 22 September 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
The [http://hackedgadgets.com/ Hacked Gadgets blog also has a bunch of cool electronics].&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 11:58, 5 January 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== red links ==&lt;br /&gt;
&lt;br /&gt;
The default skin at OpenCircuits currently has &amp;quot;red links&amp;quot; = page exists, &amp;quot;dark red links&amp;quot; = page does not exist.&lt;br /&gt;
&lt;br /&gt;
I find that confusing. (But not as bad as the wiki that has some links black-on-white, indistinguishable from normal text).&lt;br /&gt;
&lt;br /&gt;
'''work-around''': Register (it's free, and you don't have to give any personal information), then choose the &amp;quot;preferences&amp;quot; link in the far upper-right corner and then pick any other skin.&lt;br /&gt;
&lt;br /&gt;
The other skins have coloring that you may be more used to from other wiki: &amp;quot;blue links&amp;quot; = page exists, &amp;quot;red links&amp;quot; = page does not exist.&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 08:58, 18 December 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*** Guys, the red color on links is AwuFul, it brings ppl headaches.&lt;br /&gt;
That's the only reason I cant participate ***&lt;br /&gt;
&lt;br /&gt;
--[[User:Takeda|Takeda]] 16:38, 29 September 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== inviting people from other forums to open circuits ==&lt;br /&gt;
&lt;br /&gt;
Lots of people talk about circuits for LED lighting at&lt;br /&gt;
http://candlepowerforums.com/&lt;br /&gt;
.&lt;br /&gt;
Perhaps we can talk some of them into contributing here -- perhaps using a page or two of Open Circuits as a FAQ for LEDs and drive circuits.&lt;br /&gt;
&lt;br /&gt;
== tool lists ==&lt;br /&gt;
&lt;br /&gt;
Should we have an entire page on &amp;quot;tools&amp;quot;, and mention it on the main page?&lt;br /&gt;
That risks listing *every* tool anyone has ever heard about,&lt;br /&gt;
like the page at&lt;br /&gt;
http://massmind.org/techref/tools.htm&lt;br /&gt;
.&lt;br /&gt;
Yes, I'm responsible for uglier bits on that page;&lt;br /&gt;
I think the wide variety of oscilloscopes are particularly confusing.&lt;br /&gt;
How could we cut through the confusion?&lt;br /&gt;
&lt;br /&gt;
I see the &amp;quot;techniques&amp;quot; page already has a list of software tools.&lt;br /&gt;
Perhaps it would be nifty to have a short list of all the tools necessary for each technique?&lt;br /&gt;
Then a beginner would have a better idea of what tools he really needs to get (rather than looking at a huge list of every tool, and wondering for each one, ''&amp;quot;Am I going to regret buying it when I see it gathering dust? Or am I going to regret not buying it when I need it during a midnight debug session?&amp;quot;'').&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 08:37, 24 January 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Requests For Help ==&lt;br /&gt;
Thanks for your help with the camcorder mic.&lt;br /&gt;
&lt;br /&gt;
== sample component ==&lt;br /&gt;
&lt;br /&gt;
What is the purpose of the [[Sample Component]] ?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 16:27, 7 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== current surge and battery life ==&lt;br /&gt;
&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;br /&gt;
currently my board is using a 3V battery, in every 40msec it will turn on its RF to communicate with the base station. I face a problem here is that my battery life is badly affected. Turning on the RF with cause a current surge. &lt;br /&gt;
&lt;br /&gt;
Will this surge affect my battery life? If I use a supercapacitor does it helps?&lt;br /&gt;
&lt;br /&gt;
-- [[User:203.120.164.208]] 04:14, 30 April 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MIDI electrical interface ==&lt;br /&gt;
&lt;br /&gt;
In my opinion, the MIDI interface got a lot of things right that too many later interfaces still trip over.&lt;br /&gt;
&lt;br /&gt;
* http://www.repairfaq.org/filipg/LINK/F_MIDI.html -- ASCII schematics&lt;br /&gt;
* http://www.engadget.com/2005/08/30/how-to-control-csound-with-a-custom-midi-controller-hardware/ -- hand-sketched schematics&lt;br /&gt;
* http://www.midi.org/about-midi/electrical.shtml &amp;quot;MIDI Electrical Specification Diagram &amp;amp;amp; Proper Design of Joystick/MIDI Adapters&amp;quot; -- well-drawn schematics&lt;br /&gt;
* [http://en.wikipedia.org/wiki/The_MIDI_1.0_Protocol Wikipedia: The MIDI 1.0 Protocol]&lt;br /&gt;
* http://en.wikibooks.org/wiki/Behringer_FCB1010_MIDI_Pedal&lt;br /&gt;
&lt;br /&gt;
It may look simple, but too often people try to &amp;quot;improve&amp;quot; it by adding or removing things without understanding, ending up with a worse system.&lt;br /&gt;
&lt;br /&gt;
Is there any other wiki that is more appropriate for explaining the low-level details of the MIDI electrical interface, and *why* it was done that way?&lt;br /&gt;
&lt;br /&gt;
I would be most interested in discussing new communication interfaces -- but is this really the right wiki?&lt;br /&gt;
Or would http://en.wikibooks.org/wiki/Serial_Programming or the [http://interwiki.sourceforge.net/cgi-bin/picawiki.pl/StartingPoint PICA wiki] be better for discussing improvements?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 13:21, 21 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== IC design ==&lt;br /&gt;
&lt;br /&gt;
What do you think about&lt;br /&gt;
http://makeyourownchip.com/&lt;br /&gt;
?&lt;br /&gt;
Should we talk about VLSI design ([http://david.carybros.com/html/vlsi.html &amp;quot;VLSI: designing electronic chips&amp;quot;])&lt;br /&gt;
here at Open Circuits?&lt;br /&gt;
Or is there a more appropriate wiki somewhere else?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 15:59, 26 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== electronics infoline ==&lt;br /&gt;
&lt;br /&gt;
So have you seen&lt;br /&gt;
&amp;quot;Free electronics projects&amp;quot;&lt;br /&gt;
http://electronicsinfoline.com/&lt;br /&gt;
&amp;quot;with Photo Preview&amp;quot;&lt;br /&gt;
?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 00:28, 1 July 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== generating a netlist with a &amp;quot;C++&amp;quot; program ==&lt;br /&gt;
&lt;br /&gt;
The [http://positron.ps.uci.edu/~pier/csc/sup/Support.html &amp;quot;Support Electronics for ATLAS Muon CSC&amp;quot;] documentation claims that [http://positron.ps.uci.edu/~pier/csc/sup/CRB_LayoutNotes0.pdf &amp;quot;The design was captured with C++. There are no schematics.&amp;quot;] and lists [http://positron.ps.uci.edu/~pier/csc/sup/crb_srce the C++ source code].&lt;br /&gt;
&lt;br /&gt;
How did they do that?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 01:15, 3 July 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== rocket electronics ==&lt;br /&gt;
&lt;br /&gt;
Is there another wiki that talks about rocket electronics?&lt;br /&gt;
Or is this Open Circuits the best place to talk about&lt;br /&gt;
ground support electronics&lt;br /&gt;
(such as [http://www.ukrocketman.com/rocketry/controller.shtml Launch Controller]s)&lt;br /&gt;
and &lt;br /&gt;
onboard electronics&lt;br /&gt;
(such as one&lt;br /&gt;
[http://www.ukrocketman.com/rocketry/compactrdasguide.shtml flight computer]&lt;br /&gt;
or another&lt;br /&gt;
[http://david.carybros.com/html/schematic.html#flight_computer flight computer]&lt;br /&gt;
)?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 14:21, 15 July 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Minimig ==&lt;br /&gt;
I have created pages about the [[Minimig]] project which is running an Amiga 500 in a Xilinx FPGA. It's rather a work in progress, than a static documentation. I hope nobody minds. [[User:Freqmax|Freqmax]] 18:35, 27 July 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Open Science ==&lt;br /&gt;
&lt;br /&gt;
So does/should Open Science ( http://openscience.org/ ) have any relation to Open Circuits ?&lt;br /&gt;
--[[User:68.0.120.35|68.0.120.35]] 00:13, 5 August 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== LaTEX math markup ==&lt;br /&gt;
&lt;br /&gt;
I wrote a quick howto on figuring out resistor values, but it looks bad without latex math markup enabled.&lt;br /&gt;
Here's what I wrote as it appears on open circuits:  http://www.opencircuits.com/Talk:Relays&lt;br /&gt;
Here's how it appears on wikipedia (with math markup enabled):  http://en.wikipedia.org/wiki/User:Mzandrew/Sandbox&lt;br /&gt;
&lt;br /&gt;
Anyone know if this is a quick thing to enable for open circuits or if it's involved?&lt;br /&gt;
&lt;br /&gt;
[[User:Mzandrew|Mzandrew]] 14:16, 8 September 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;border:1px dotted #333;padding:10px;background:#FFE400;color:#333;margin-top:10px;margin-bottom:10px;&amp;quot;&amp;gt;DONE! -- [[User:Chazegh|Chazegh]] 00:10, 11 March 2008 (PDT)&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''SPAM DELETED!'''&lt;br /&gt;
&lt;br /&gt;
I deleted a whole bunch of links that had been placed at the top of this page, probably by the same AH that did it to my page.  I think the best solution would be to make it so no edits are possible without being logged in.  Then there will be a record of who does this kind of thing.  Then they can be banned from the site.  I don't think that defeats the purpose of an open wiki environment, it simply means you have to register to contribute.&lt;br /&gt;
&lt;br /&gt;
--[[User:RogerAF|RAF]] 10:30, 21 December 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
At least this page is still OK.  The Spam AHole hit my user talk page again today.  This is very aggravating.&lt;br /&gt;
&lt;br /&gt;
--[[User:RogerAF|RAF]] 06:54, 22 December 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
: ''I agree. Annoying. I'm starting to &amp;quot;semi-protect&amp;quot; most pages so they can only be edited by logged-in users. I'm leaving a couple of pages wide open as a honeypot and/or test pages, so I can make tests and ban spammers without touching good pages. I think the $wgSpamRegex and/or ReCAPTCHA would be a better way to deal with spam. But my attempt to set them up isn't working yet. Sorry. --[[User:DavidCary|DavidCary]] 10:28, 3 January 2008 (PST)''&lt;br /&gt;
&lt;br /&gt;
== Release 2.0 ==&lt;br /&gt;
&lt;br /&gt;
[http://radar.oreilly.com/archives/2007/12/new_release_20_3.html New Release 2.0: Open Source Hardware] by Jimmy Guterman&lt;br /&gt;
&lt;br /&gt;
Does Guterman know about Open Circuits yet?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 01:04, 4 January 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== tech-assist ==&lt;br /&gt;
&lt;br /&gt;
Should we invite the nice people at tech-assist&lt;br /&gt;
http://tech-assist.org/&lt;br /&gt;
to use the Open Circuits wiki?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 20:38, 15 January 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== A post I left at the Schmartboard mailing list. ==&lt;br /&gt;
&lt;br /&gt;
Last week I posted to the Schmartboard mailing list asking about more interface types for their system.&lt;br /&gt;
I made reference to sites like this and pleaded the case of individuals wishing to make projects that interface a little better than the methods available now. Neal Greenburg(VP in sales) replied that they had been kicking ideas around like what I was proposing for a while, and that he would like to get some feedback. So, if you're interested, head on over and pipe in. The basic request I made was asking for common internal pc interfaces(PCI, PCI-e, AGP, ISA, etc..) to be included as an attachable module.&lt;br /&gt;
&lt;br /&gt;
The reason for my request was that this would allow organizations such as this one to develop hardware that is now unachievable at a decent prototyping price(quantities in the single digits). Their modules allow robust SMD hardware to be hand soldered and connected to other modules, but interfacing to a pc or other system is limited to rs232. I left a much more in depth post there, and if you're interested, you can find it there.&lt;br /&gt;
&lt;br /&gt;
http://tech.groups.yahoo.com/group/schmartboardsv/&lt;br /&gt;
&lt;br /&gt;
I'm not affiliated with schmartboard in any other way than as a customer. I'm sorry if this is seen as spam, it's not intended to be. If the general consensus is that this is spam, feel free to delete it.&lt;br /&gt;
&lt;br /&gt;
Thanks for your time, take care.&lt;br /&gt;
[[User:Jonkopp|Jonkopp]] 13:49, 20 January 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== open source machine ==&lt;br /&gt;
&lt;br /&gt;
Is there some other wiki somewhere that would be better for discussing &amp;quot;open source hardware designs&amp;quot; for non-electronic mechanical hardware, such as&lt;br /&gt;
http://opensourcemachine.org/&lt;br /&gt;
?&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 05:52, 26 June 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== confused ==&lt;br /&gt;
&lt;br /&gt;
What is up with&lt;br /&gt;
[[User talk:Sunnyhouselife]], [[User talk:Kaylee]], [[User talk:Seekic]]&lt;br /&gt;
?&lt;br /&gt;
I'm guessing that English is not their native language.&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 08:08, 10 July 2008 (PDT)&lt;/div&gt;</summary>
		<author><name>122.213.250.14</name></author>
		
	</entry>
</feed>