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 john blue

  1. J

    [Moved]: Some problems about using Calibre LVS

    Check your device model definition. Some of it might be just a model instead of subcircuit. Subcircuit model = XM12. Model without subcircuit = MM12
  2. J

    Lithography fab process

    Digital circuits starts from Hardware Description Language(VHDL/Verilog) -> Synthesized by a compiler corresponds to the foundry technology -> Generate netlist -> Layout based on that netlist. The layout that is given to the foundry is the final design from your side. The foundry then generates...
  3. J

    Visual Basic USB Help Needed for PIC18F4550

    There are some examples in Microchip Application Library. You can download them from here: **broken link removed**
  4. J

    error: could not find space

    Redefining some of your variables would help. Instead of let's say "int i", you can use unsigned int. These will give you extra space :)
  5. J

    the MPLABX error 1034 in builder

    Hi, Please post your code. There seems to be something wrong with the configuration word
  6. J

    PIC16F877 UART software, delays, interrupts, sleep mode...

    Try removing the watchdog. See if the sleep is giving you the problem or the watchdog. did your system resets?
  7. J

    Cadence IC610 "base" type release

    There are several dependencies files that you need to install libelf1 ksh nscd policykit ureadahead csh libc6-i386 lib32gcc1 lib32z1 lib32stdc++6 ia32-libs
  8. J

    How to associate Proteus buttons to keyboard keys?

    Hi Add a micro controller that takes the button and encode it with equivalent keyboard hex code and use your Snake game to detect it. Nevertheless, it requires some effort but you can do all of it inside proteus once you get the encoding running :)
  9. J

    PIC16F877 UART software, delays, interrupts, sleep mode...

    Hi, I think you need to describe more on what's not happening :)
  10. J

    Interfacing Bitscope Pocket Analyzer with Labview

    Re: Bitscope and Labview Hi, If I am not mistaken, you can use Labview VISA and your Bitscope driver. Use the device manager for Labview, it should be able to find your device. Once you have added, you can use DAQ assistant to accquire signals from your Bitsope. The rest is up to your...
  11. J

    PWM with pic16f716...need help!!!

    Hi, void main ( void ) { /* Configure timer0 and INT interrupts. */ OPTION = 0xCF; /* Source = Fosc/4, 256:1 pre-scaler, RB0 rising edge interrupt. */ T0IF = 0; /* Clear any pending timer interrupt. */ T0IE = 1; /* Enable timer 0 interrupts. */ INTF = 0...
  12. J

    proteus simulation design for motoring & regenerative braking in dc motor

    Hi, I don't think proteus can do that. You need some other software like PSIM, labview or etc that able to simulate the mechanical parts as well.
  13. J

    VGA interface c program required

    Hi, here is one example: http://www.pic24.ru/doku.php/en/osa/articles/vga_game
  14. J

    Help me with MPLab programming!

    Hi, Please post your code :)
  15. J

    i need proteus lib LCD DEM128064A model (128x64 pixels)

    Hi, Here is the method to add components in proteus: https://proyectosfie.webcindario.com/documentos/proteus/Creation%20VSM%20-%20Modelos%20Digitales.PDF

Part and Inventory Search

Back
Top