<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Electronics%2FDIY</id>
	<title>Electronics/DIY - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Electronics%2FDIY"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Electronics/DIY&amp;action=history"/>
	<updated>2026-05-06T20:39:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Electronics/DIY&amp;diff=3518&amp;oldid=prev</id>
		<title>Kenneth: /* Ohms Law */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Electronics/DIY&amp;diff=3518&amp;oldid=prev"/>
		<updated>2016-07-08T02:23:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Ohms Law&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== DIY ==&lt;br /&gt;
&lt;br /&gt;
Electronics:&lt;br /&gt;
&lt;br /&gt;
See [[Electronics/DIY]]&lt;br /&gt;
&lt;br /&gt;
Home Automation:&lt;br /&gt;
&lt;br /&gt;
See [[Home Automation]]&lt;br /&gt;
&lt;br /&gt;
Hardware Hacks:&lt;br /&gt;
&lt;br /&gt;
See [[Hardware Hacks]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ohms Law==&lt;br /&gt;
*[http://www.allaboutcircuits.com/vol_1/index.html All About Circuits] (see ch 5) (GOOD RESOURCE!)&lt;br /&gt;
*[http://www.tpub.com/neets/book1/chapter3/1-29.htm Rules for Parallel DC Circuits]&lt;br /&gt;
*[http://www.tpub.com/neets/book1/chapter1/index.htm Matter, Energy, and Electricity] (see ch 3)&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Ohm&amp;#039;s_law Wiki: Ohm&amp;#039;s law]&lt;br /&gt;
&lt;br /&gt;
http://upload.wikimedia.org/math/a/3/d/a3ddbc2ec4f5974fb9d5b7ed9523c93e.png&lt;br /&gt;
&lt;br /&gt;
==Test Circuit==&lt;br /&gt;
[http://www.phy.hk/wiki/englishhtm/Circuit.htm Java Applet: Electric Test Circuit]&lt;br /&gt;
&lt;br /&gt;
==VA vs Watts==&lt;br /&gt;
[http://www.powervar.com/Eng/ABCs/CalcVAWATTS.asp Calculating VA and Watts]&lt;br /&gt;
&lt;br /&gt;
==Electronic Stores==&lt;br /&gt;
*Radio Shack&lt;br /&gt;
*[http://www.utahelectronics.com/ Central Utah Electronics]&lt;br /&gt;
*:735 South State St., Provo, UT 84606&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Your best bet is probably the mail order houses:&lt;br /&gt;
&lt;br /&gt;
*DigiKey -  www.digikey.com&lt;br /&gt;
*Mouser - www.mouser.com&lt;br /&gt;
*Jameco - www.jameco.com&lt;br /&gt;
*Allied - www.alliedelec.com&lt;br /&gt;
*Antique Electronic Supply - www.tubesandmore.com&lt;br /&gt;
*Radio Daze - www.radiodaze.com&lt;br /&gt;
&lt;br /&gt;
The latter two are especially good if you enjoy vintage vacuum tube electronics or guitar amplifiers.&lt;br /&gt;
&lt;br /&gt;
Electronic components are easier than ever to obtain;  You just can&amp;#039;t get them from the corner Radio Shack any longer.&lt;br /&gt;
&lt;br /&gt;
Some of these companies have a $25 minimum order, though that is really not a deterrent.&lt;br /&gt;
&lt;br /&gt;
==Power Management Console==&lt;br /&gt;
[http://www.netadmintools.com/art41.html Power Management Console]&lt;br /&gt;
&lt;br /&gt;
[http://www.netadmintools.com/art423.html Writing a Bash For Loop] (Turn relays on)&lt;br /&gt;
&lt;br /&gt;
To turn all relays on (power management console connected through serial):&lt;br /&gt;
 [usr-1@srv-1 ~]$ cat allon&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 for ((i=100;i&amp;lt;=115;i+=1)); do&lt;br /&gt;
   echo $i&lt;br /&gt;
   sleep 1&lt;br /&gt;
   echo $i &amp;gt; /dev/ttyS1&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
== USB Relay Controller ==&lt;br /&gt;
&lt;br /&gt;
[http://www.ecrater.com/product.php?pid=4757843 USB Relay Controller - One Channel]:&lt;br /&gt;
&lt;br /&gt;
A general purpose USB Relay controller for connection to a PC&amp;#039;s USB port using VCP (Virtual COM port). Control devices using your PC.&lt;br /&gt;
&lt;br /&gt;
Features:&lt;br /&gt;
• Fully assembled and tested.&lt;br /&gt;
• For 12V/24V DC 15A or 120V/220V AC at 10A max.&lt;br /&gt;
&lt;br /&gt;
Complete including:&lt;br /&gt;
- One USB relay Controller&lt;br /&gt;
&lt;br /&gt;
Dimensions (PCB board) :&lt;br /&gt;
90 mm / 35 mm&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
Manual - http://www.sigma-shop.com/manuals/USB1RELAY_manual.pdf&lt;br /&gt;
Drivers - http://www.ftdichip.com/Drivers/VCP.htm&lt;br /&gt;
Support forum - http://www.sigma-shop.com/board/&lt;br /&gt;
&lt;br /&gt;
Drivers are available to work with the following operating systems :&lt;br /&gt;
Windows Vista x64, Windows XP x64, Windows Server 2003 x64, Windows Vista,&lt;br /&gt;
Windows XP, Windows Server 2003, Windows 2000, Windows ME, Windows 98,&lt;br /&gt;
Linux, Mac OS X, Mac OS 9, Mac OS 8, Windows CE.NET (Version 4.2 and greater)&lt;br /&gt;
&lt;br /&gt;
Price $24.95 including worldwide shipping.&lt;br /&gt;
&lt;br /&gt;
== Magnetic Card Readers ==&lt;br /&gt;
&lt;br /&gt;
[http://www.sparkfun.com/commerce/product_info.php?products_id=8633 SparkFun Electronics - Magnetic Card Reader] ($59.99)&lt;br /&gt;
:&amp;quot;Description: This is a simple three track magnetic card reader with serial output. This reader takes power from the serial port and outputs a 9600bps 8N1 ASCII serial stream. Plug the reader into a serial port (or USB to serial converter), swipe your frequent shopper card, and you&amp;#039;ll see the account number plain and unencrypted on the screen. We couldn&amp;#039;t find a card the reader couldn&amp;#039;t read. No drivers needed. No software needed. Just pure, wonderful serial.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.sparkfun.com/commerce/product_info.php?products_id=8634 SparkFun Electronics - Magnetic Card Reader/Writer]: ($139.95)&lt;br /&gt;
:&amp;quot;Description: This is a heavy duty, low coercitivity, three track magnetic card writer and reader. This unit takes power from an available PS2 port (includes a pass through connector so you can still use a mouse or keyboard) and passes information through the RS232 serial port.&lt;br /&gt;
&lt;br /&gt;
:Please note: This writer works with low coercitivity cards only.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Controlling a 120 AC Circuit ==&lt;br /&gt;
&lt;br /&gt;
ac - Can you put a 120vac positive line into a breadboard? - Electrical Engineering Stack Exchange - http://electronics.stackexchange.com/questions/19813/can-you-put-a-120vac-positive-line-into-a-breadboard&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
===LED Throwies===&lt;br /&gt;
*[http://www.instructables.com/id/LED-Throwies/?ALLSTEPS#allstepslogin LED Throwies Instructables]&lt;br /&gt;
*[http://graffitiresearchlab.com/?page_id=6 LED Throwies]&lt;br /&gt;
*[http://www.hebeiltd.com.cn/?p=throwies Throwies packs]&lt;br /&gt;
*[http://www.buy-leds-online.com/throwies.html Buy LEDs OnLine] (Good place to buy small quantities)&lt;br /&gt;
*[http://www.cheapbatteries.com/coin.htm Cheap Batteries]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronics]]&lt;br /&gt;
[[Category:Robotics]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>