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 Epegic

  1. E

    Topward 7066A oscilloscope circuit diagram needed.

    oscilloscope circuit diagram Circuit diagram, service manual or user manual please. Thank you,
  2. E

    IDLE mode in 8051, ISR not getting called!!!

    8051 idle mode The problem seems : MOV PCON,#01 ;GO BACK TO IDLE MODE AFTER THE INTERRUPT RETI on executed mov Pcon,#01 CPU gets into idle mode, therefore RETI won't get executed. Try this ORG 0013H ;/INT1 ISR LCALL INT1_ISR RETI MAIN...
  3. E

    Need help with 7 digit LED display pins description

    7 digit led display use 5V with a 470 ohm resistor in series, touch each pair of pin and you can found out the segment to pin relation easily.
  4. E

    Display from CX65 M65 S65 CXT65 CX70

    But where can I find data sheet of LR38836?
  5. E

    (Improve Verilog) Recommend CPU core with good doc & cod

    There are many CPU cores in http://opencore.org Most are free and well documented.
  6. E

    MOSFET alternatives for 2n3904 and 2n3906?

    2n3906 similar BS170 BS250
  7. E

    What's the maximum data rate of USB HID class?

    Re: USB HID class maximum transfer rate for HID class is 8k bytes per second for full speed devices, or 800 bytes per second for low speed devices.
  8. E

    is it possible to boost 1V to 5V?

    power boost 1 volt Could you please give more details of your design, including cirucit diagram and may be some construction details. I had built 1.5V to 5V booster with transistors but cannot get more than 20mA.
  9. E

    calculate the capacitance for 8051

    why 33pf 8051 These capacitors are used to ensure oscillation. The value is NOT critical. Any value from 15pF to 40pF can do (22pF to 30pF recomended). Sometime it works even without capacitors - the stay capacitance is large enough to start oscillation.
  10. E

    Frequency meter doubts

    The maximum frequency is determined by oscillator clock : clock/12/2 for standard 8051. Upper limit will be 500kHz with 12MHz clock. This figure is for square wave of 50% duty cycle. For narrow pulses the maximum input frequency should be lower, estimate by the formula: clock/12/2/n, where n is...
  11. E

    Bluetooth interface circuit

    bluetooth domgle ckt atomu , I am interested on this topic, can you please send the circuit to me too ? thanks
  12. E

    RTOS mechanics when there is a main task and a second task

    Re: RTOS question Whenever any task call delay ticks, it will be blocked and relinguish CPU to other task. main task 0 start task 1 do something time delay 20 ticks // relinquish CPU, task1 will get executed Task 1 x=getkey or some input // loop waiting is not good pratice in RTOS time...
  13. E

    Very Low Resistance Measurement (Less than 1 Ohm)

    low resistance measurement There is a MCU controlled lock-in amplify design on http://projects.cappels.org/ to measure low resistance.
  14. E

    what's error the following source code?

    Verilog don't allow assign same register in more than one always statement. You had LED0-4 assigned in both always statement!
  15. E

    does anybody have Two transistor sine wave generator circuit

    Re: does anybody have Two transistor sine wave generator cir There are a series of oscillator design in EPE magazine (1999 july - dec issue?)which might meet you requirement.

Part and Inventory Search

Back
Top