• Generation of 18k square wave
    How to generate the 18kHz sqaure wave using 8051
  • acuisition square wave
    Hello, First, I apologize for the bad English , I'm using a translator atomatico . I started using the card - SAM3U -EK Atmel to generate a square wave and two continuous signals , commanding the PC...
  • AC square wave constant voltage
    hi friends, Do you have an idea or circuit for "AC square wave constant voltage generator" with short circuit protection ? The spec: 1. The square wave output is 24v 200mA. 2. Max load's resistance...
  • 1000Hz Square Wave with some regular intervals
    Objective is when ever Telephone Set goes off hook , controller detects off hook and sents a Dial Tone to the telephone set for 20 Seconds and after 20 seconds program END.  Using 12...
  • i want timer program to generate pulse using 10khz frequency
    here is my code..is it correct.if wrong plz help me to generate pulse of 10khz . #include <LPC21xx.H> void T0isr(void)__irq; void delay(void) { VPBDIV = 0x00000002; //Set pclk to 30 Mhz...