adaptor+13+8v+30a+schematic+diagram

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import java.awt.*; import java.applet.*; /* <applet code="Sujith" width=200 height=200> </applet> */ public class Sujith extends Applet { public void paint(Graphics g) { for(int i=0;i<=250;i++) { Color c1=new Color(35-i,55-i,110-i); g.setColor(c1); g.drawRect(250+i,250+i,100+i,100+i); g.drawOval(100+i,100+i,50+i,50+i); g.drawLine(50+i,20+i,10+i,10+i); } } } [...]

Read More

The battery charger circuit below is very simple to build requiring only a handful of cheap parts and an extra winding on your power tranny (or a separate tranny). Since the charger described is not active during sound reproduction, I have made no criteria on parts quality, so el-cheapo was the way to go. There [...]

Read More

The line follower robot with wireless video camera. I have designed it just for fun. First I want to know how the line sensor work. I used comparator IC using LM339, two H-bridge sensor using eight transistors, FCS9013, and four transistors, FSC 9012. For the sensor you can use LED and LDR as the light [...]

Read More

400W audio power amplifier circuit If you like in the sound system or sound this circuit will should like you , This amplifier has two completely separate mono amplifiers with each channel has its own power supply to the order of zero channel crosstalk, a common phenomenon in amplifiers have the same food. To view [...]

Read More

ATmega32 Electronic Church Bell Controller Circuit Features 1. More 32 different melodies ( ADAM, PANYGJRJKO, AGJORJKO, etc) 2. Control of electrometrical clock of church with the production of pulse of duration 1Sec each one minute. 3. Automatic correction in case of power loss. 4. Percussion of clock each half but also entire hours, with possibility [...]

Read More