PIC LCD Oscilloscope for Spectrum Analyzers marommuhammad 8:32 PM 0 comments This is simple and inexpensive LCD oscilloscope for spectrum analyzer display . The project use PIC 16F876A as main processor. Although a sm...
Bentuk Box|Kotak Speaker Yang baik marommuhammad 12:49 PM 0 comments In addition to Volume speaker kotak|box, box shape also affect the sound in the generate. To get a box the size of the speakers can be read ...
USB PIC Programmer marommuhammad 9:31 PM 0 comments If you start learning PIC microcontroller, you need PIC progrmmer to "fill" your PIC with compiled source code. You can build you...
Lampu Flip-Flop 2 transistor marommuhammad 11:27 AM 0 comments Skema Rangkaian Of flip-flop lights These are so simple to use as match practice for learning electronics. For more details, please see the ...
Rangkaian UPS sedehana marommuhammad 4:44 AM 0 comments Uninterruptible power supply (UPS), also known as a battery back-up, provides emergency power and, depending on the topology, line regulatio...
Remote Control infra Merah Sederhana marommuhammad 10:38 PM 0 comments By using the NE 555 and LM 567, we can make the system infra red remote control. Remote control works based on this reading frequency signal...
ARM USB Data Acquisition marommuhammad 6:50 PM 0 comments This project shows you how to build a simple data acquisition device around an LPC2138, ARM-based microcontroller. The system features a si...
PIC Low Cost USB-CAN Distributed Motion Control System marommuhammad 8:20 PM 0 comments This project presents high performance distributed motion control system at extremely low cost. Rapid prototyping of multi-axis designs is ...
PARALLEL PORT PROGRAMMER FOR ATMEGA 16/32 marommuhammad 6:27 PM 0 comments PARALLEL PORT PROGRAMMDR FOR ATMEGA 16/32In-system programmer means we can design a programmer circuit using simple parallel port interfacin...
Installing and Using WinAVR for Parallel Port Programmer marommuhammad 1:41 PM 0 comments Installing and Using WinAVR for Parallel Port Programmer After successfully designing the Parallel port programmer in our previous t...
How to use the ADC 0808/0809 marommuhammad 11:22 AM 0 comments The specification of the ADC0809, total unadjusted error ± 1.2 LSB and ± 1 LSB with the resolution 8 bits, and have a conversion time 100ms...
Simple circuit of elektronic buzzer marommuhammad 11:08 AM 0 comments Gbr. Skema Rangkaian Elektronic buzzer Simple Electronic buzzer series is a series that only use 2 resistor, 3 capacitor , NE555 Chip, switc...
Alternate Flashing of 8 LEDs using 8051 marommuhammad 9:15 AM 0 comments Alternate Flashing of 8 LEDs using 8051Assembly Program: ORG 0MOV A, #55H AGAIN: MOV P0, A ...