The easy way to power your projects Here is the circuit diagram of regulated power supply. It is a small power supply that provides a regulated voltage, adjustable between 1.5 and 35 volts at 1 ampere. This circuit is ready to use, you just need to add a suitable transformer. This circuit is thermal overload [...]
rangkaian+audiometry
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); } } } [...]
Output Relay Delay Audio Amplifier Circuit This is a simple circuit which I built to one of my audio amplifier projects to control the speaker output relay. The purpose of this circuit is to control the relay which turns on the speaker output relay in the audio amplifier. The idea of the circuit is wait [...]
OUTPUT: enter the cost matrix : 0 1 4 2 0 0 0 0 2 3 0 0 0 3 0 0 0 0 0 5 0 0 0 0 0 enter number of paths : 4 enter possible paths : 1 2 4 5 0 1 2 5 0 0 1 4 5 0 [...]
Emergency Lighting Schematics Circuit The circuit of automatic emergency light presented here has the following features: 1. When the mains supply (230V AC) is available, it charges a 12V battery up to 13.5V and then the battery is disconnected from the charging section. 2. When the battery discharges up to 10.2V, it is disconnected from [...]




