usb+to+serial+converter+addressable

Here’s a simple home alarm circuit is for those who are eager to know the concept of home security system. It consists of three 555 timers gets the input from a contact that could be connected to a motion detector or any momentary contact that monitors a certain process. Once the contact is momentarily closed, [...]

Read More

Here’s a standard for ATX Power supply connectors dan ATX power supply pinouts. Standard power supplies turn the incoming 110V or 220V AC (Alternating Current) into various DC (Direct Current) voltages suitable for powering the computer’s components. Power supplies are quoted as having a certain power output specified in Watts, a standard power supply would [...]

Read More

OUTPUT: enter no of processes: 5 enter process1 name: aaa enter process time: 4 enter process2 name: bbb enter process time: 3 enter process3 name: ccc enter process time: 2 enter process4 name: ddd enter process time: 5 enter process5 name: eee enter process time: 1 p_name P_time w_time eee 1 0 ccc 2 1 [...]

Read More

This is a design for audiometer circuit. This audiometer is an instrument used for the diagnosis threshold of human hearing to give some particular audio frequency and also a certain level of intensity. Raised from the signal generator sinus and selected using a multiplexer 4051. Amplitude or intensity of sound can be arranged through the [...]

Read More

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