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 saurabheda

  1. S

    atmega 328 simulation using proteus

    I am sorry but none of these links helped. Everywhere I am getting the same Arduino.lib and Arduino.idx files and the problem persists. Kindly suggest a way to simulate arduino in Proteus.
  2. S

    atmega 328 simulation using proteus

    I am using Proteus v7.1 SP4 and the Arduino library files attached above in #4 message of this thread. How should I get to know the compatibility ? i.e. with which Proteus version these Arduino library files will work ?
  3. S

    atmega 328 simulation using proteus

    For to get Arduino board in the Proteus Components List, I copied the Arduino.idx and Arduino.lib as suggested but it says Fatal Error ! Kindly help on this.
  4. S

    need a little help in proteus

    and where to find the modeled device..?? please direct..
  5. S

    need a little help in proteus

    does that mean its not possible to simulate what i am intended to, in proteus..??
  6. S

    need a little help in proteus

    hello everyone.. i am interfacing ADC0809 with AT89C52 in proteus.. simulation failed and it gives the error as "NO MODEL SPECIFIED FOR ADC".. i am attaching the concerned images.. please help....
  7. S

    how to generate EXACT 40 kHz wave using AT89S51 having 24 MHz crystal ..?

    dear srizbf.. i am writing the code in C.. how again then i can get the exact time consuming in the instructions you mentioned.... Actually i have to actuate a 40 kHz ultrasonic transmitter using this signal..so precise wave is necessaary..
  8. S

    c language code for generation of sine wave through 8051

    i think 8051 alone cannot do the job....you have to use DAC (digital to analog converter) in addition..
  9. S

    how to generate EXACT 40 kHz wave using AT89S51 having 24 MHz crystal ..?

    actually the problem arises when we use timer of microcontroller to have a delay of 12.5 µs (half of 25 µs {time period equivalent to 40 kHz}) , it becomes comparable to time spent by the µC in executing instructions ( 0.5 µs for 1 Machine Cycled instructions) and hence the instructions to...
  10. S

    configure ports of AT89S51 as input output

    AT89S51 microcontroller.. FACT 1 : power ON reset IMPLIES that all the 4 ports are configured as output by default initially.. FACT 2 : to make a port an input port it is given 0xFF and to make it an output port it is given 0x00.. NOW, take the following scenario- the microcontroller is...
  11. S

    [SOLVED] In system programming for 89s51

    isp is now working all fine :):) two issues reformed- 1.) DB25 cable length was cut shortened to 12cm (thanks to hewitson) 2.)the PC with which i was using the software was getting a power supply from a port with not proper GROUND. ( generally people have their supply ports at homes...
  12. S

    [SOLVED] In system programming for 89s51

    what this has to do with the SIGNATURE VERIFICATION..? i mean the software is responding in a manner or so.. ok..but lemme try this once..
  13. S

    sine wave to digital square

    thank you..
  14. S

    [SOLVED] In system programming for 89s51

    yeah..parallel port is working well..else the software reports an error.. all the connections are made on PCB..so no loose connections.. does the absence of buffer IC making a trouble..?
  15. S

    sine wave to digital square

    @ sreekanth ok..but would it work well for input voltage range of 0-10V..?

Part and Inventory Search

Back
Top