Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by zero2004

  1. Z

    Help me with my UPS ?

    Dear udhay_cit first of all thanks for your help My ups is 1200 watt, i use it to power a pc (700 watt power supply) and 20" lcd monitor, is this enough or i should use 1500 watt ups ?
  2. Z

    Help me with my UPS ?

    Hi every one My problem is , the ups fuses put on batteries are burned out, i replace it, then working fine but burned out again in fiew dayes, i check the power transistores and relayes of ups and its ok, what is the problem ? is related with load or what ? thanks for your cooperate
  3. Z

    help in send UDP packate in Mikroc pro

    Hi every one How i can use the statement spi_ethernet_SendUDP() of ethernet library in microc pro, i try but i couldnt, is there something to do before use it ? Thanks for your advice
  4. Z

    What is the maximum speed of 18f4550 ADC?

    Re: 18f4550 ADC speed ? Dear millwood , i search in the pic datasheet but i cant find it thanks
  5. Z

    What is the maximum speed of 18f4550 ADC?

    Hi every one can any one tel me the max speed of 18f4550 ADC, is it suitable for using it to digitize audio signals ? thanks alot
  6. Z

    Pickit2 with universal zif

    thank you very much
  7. Z

    Pickit2 with universal zif

    Hi every one I want a universal zif connector schamatic diagram for using with pickit2 programmer, i try to search but i cant find the suitable on. Thanks for helpping me
  8. Z

    18f4520 with basic proton lcd problem

    Hi every one i try to use lcd with pic 18f4520 by proton basic compiler , i write the code Device = 18F4520 XTAL 8 Declare LCD_TYPE 0 Declare LCD_DTPIN PORTD.4 Declare LCD_ENPIN PORTD.3 Declare LCD_INTERFACE 4 Declare LCD_RSPIN PORTD.2 ADCON1 = 0xff ALL_DIGITAL = On Print 254,1, "HI"...
  9. Z

    Square wave generation with 18f4520 problem

    frequency in my application must start from 1 Hz, and must be entered from keypad, can PWM do this
  10. Z

    Square wave generation with 18f4520 problem

    hi fcfusion I use this way because my application require to input the frequency by using a keypad, so, when i use it the delay becomes more than 150 us.
  11. Z

    Square wave generation with 18f4520 problem

    Hi every one I try to generate a square wave generators of 40 KHz, so i use a 18f4520 PIC and write the following programmes : int y, yy; main() { do { portb=0x00; for(yy=0; yy<20; yy=yy+1) delay_us(1); portb = 0xff...
  12. Z

    help with 16f877A PWM

    Hi 16f877A, MikroC compiler, 8MHz Clock
  13. Z

    help with 16f877A PWM

    I try and nothing change

Part and Inventory Search

Back
Top