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 Cortex

  1. C

    [SOLVED] Power PC - Header files?

    You don't need to write for all. Write for only the things you need. Once you need something, go to the header and define it.
  2. C

    [SOLVED] Power PC - Header files?

    I think you should use #define PORTCbits.RC3 0x1 Look at other headers to see how it made
  3. C

    biology books for electrical engineers

    Maybe you need a book to learn how to use your keyboard .
  4. C

    Any good methode to measure matureness of an avocado

    I think you need to measure the resistance of the fruit. I use similar method with flowers
  5. C

    magnetic card reader that collects/stores data

    Such device can be made using Asic
  6. C

    what is accelero meter

    gravity vector accelero here is a introduction for you https://en.wikipedia.org/wiki/Accelerometer https://www.dimensionengineering.com/accelerometers.htm
  7. C

    LCD Nokia 6610 interface with SD Card using ARM

    arm7+nokia 6610 This is your project! We can help you but don't expect to have a Ready to print Project!
  8. C

    how to read magnetic cards?

    The use EMV technologie! Try to read about it!
  9. C

    What is the best C language compiler for WindowsXP?

    Best FREE C compiler "Netbeans" and "Eclipse" are good alternative ,especially if you want in multiplatform!
  10. C

    Most powerful Linux distribution

    most powerful linux distro Solaris is one of the best! Ubuntu Linux is a good alternative ! Actually i use both and i prefere Ubuntu because it has lot of howtos! Can you specify wich Server you intend to install ? (Web,Database ,Ldap ,dns ....)
  11. C

    Can anyone look at my PIC16F877A code??

    You sould try to use Interupt! Your code is bad!
  12. C

    reliable and good GSM modules for micro interface(with GPRS)

    search for the Telit GM862!
  13. C

    How to assign logic 1 to PORTB of PIC16F877A??

    You better use a transitor to power on the dc motor Configure the pin as output and SET it, to power on the motor Clear it to power off ! If you ASM BSF to power on BCF to power off regards
  14. C

    Question about the EEPROM lifetime

    eprom lifetime Use RAM instead! they are faster and have longer lifetime! you can use a eeprom in parallel to store data that sould not be lost on poweroff!

Part and Inventory Search

Back
Top