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 designer

  1. D

    How do I program the PIC for getting analog signals?

    Refer Mode 5 of the document. It states that you have 6 different outputs for 6 different coins, and you have accumlator as well. You can program different pulse widths for different coins. You your hardware is not already developed and if you have 6 IO's available then you can connect them...
  2. D

    How do I program the PIC for getting analog signals?

    If there is only one O/p from the Coin system, then are you sure it is giving analog voltage for each type of coin. Or is it giving any other type of signal. Without this detail of the o/p from the coin box it is difficult to suggest any solution. Can you elborate on the details of the coin box...
  3. D

    How do I program the PIC for getting analog signals?

    Instead of going in the analog domain, why don't you try implementing a camparators to trigger different pins. This is acceptable if you have sufficient IO pins available. To program ADC C- cross compiler shall ease your job. That's what I have done with PIC18F452. I haven't worked on 16F877...
  4. D

    Looking for materials about Serial Peripheral Interface(SPI)

    Re: SPI Motorola introduced SPI. With nationals documentation microwire may be found. Microwire and SPI are same. Can search for either of these keywords
  5. D

    How reliable is FRAM technology ?

    FRAM Technology Hello, I need to know how reliable are Ferroelectric memories? Has any body tried them
  6. D

    Sending Commands to Keyboard from PIC 18F452

    18f452 keyboard i am corrently interfacing keyboard to pic 18f452. when command to turn on 'caps/num' is given to the kbd, the keyboard hangs . Host to Keyboard code is as follows void SendKbdCmd(unsigned char cmd) { unsigned char cnt, par=0, mask=0x1; INTCONbits.GIE = 0; KbXmit=1...
  7. D

    Problem related to PIC 18F452

    #define data portebits.re0 PROBLEMS ENCOUNTERED IN DEVELOPMENT OF AN EMBEDED SYSTEM USING PIC 18F452 PROBLEM NO (1) WHEN PORT E IS USED AS CONTROL PORT FOR LCD MODULE AND PINS ARE DEFINED AS FOLLOWS #define RS PORTEbits.RE0 #define RW PORTEbits.RE1 #define E PORTEbits.RE2 #define DATAPORT...

Part and Inventory Search

Back
Top