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 imp

  1. imp

    Looking for LCD simple codes in PIC C language

    ks0070b custom character hi ericmar, The code is written for PIC16F877,its having inbuild ADC. ADCON1 is used to configure the port pins of PORT-A and PORT-E. ADCON1= 0b10000010; --> means that all the pins of PORT-A are analog i/p. and all the pins of PORT-E are digital i/o pins...
  2. imp

    Looking for LCD simple codes in PIC C language

    wistron lcd sample code try this one... //Xtal=8Mhz //Lcd 4-bit Mode //16x2 LCD #include <pic.h> #include "delay.h" #include "delay.c" static bit LCD_RS @ ((unsigned)&PORTE*8+1); // LCD Reg. Select static bit LCD_EN @ ((unsigned)&PORTE*8+2); // LCD Enable #define LCD_STROBE ((LCD_EN...
  3. imp

    How to solder SMT components?

    Any body have practical examples(with photo explanation)for manually soldering SMT components? IMP
  4. imp

    Mixing carrier signal and data signal?

    Is there any method other than using NAND Schmitt Trigger for mixing carrier signal and data signal?
  5. imp

    Need help in designing with MAX1470-Rx & MAX1472-Tx

    Hi all, I need your help. I'm very much new to the field of RF and interested a lot to do. I was planned to start with a RF remote.I have got samples from MAXIM MAX1470-Receiver and MAX1472-transmitter. If any body have designs,links,AN related with MAX1470,MAX1472, please post it . And I am...
  6. imp

    C code for interfacing DS1302 with PIC16F877

    ds1302 pic16f877 Hi all, DS-1302 is successfully interfaced,and here is the code. void display_write(void) { unsigned char yr1, mn1, date1, dy1, hr1, min1, sec1,line1[16]; reset_3w(); wbyte_3w(0xBF); /* clock burst */ sec1 = rbyte_3w(); min1 =...
  7. imp

    C code for interfacing DS1302 with PIC16F877

    ds1302 source code Hi Elavionic & all, I am using HITECH C-Compiler. -IMP
  8. imp

    C code for interfacing DS1302 with PIC16F877

    ds1302 code Hi all, I need C code for interfacing DS1302 RTC with PIC16F877 THANKS IMP
  9. imp

    Things to be considered before selecting a microcontroller!

    HI, What are all the things to be considered before selecting a microcontroller for a project/application? thanks imp
  10. imp

    Interfacing DS1558(REAL TIME CLOCK) with PIC16F877

    Hi ALL, I have to interface DS-1558(REAL TIME CLOCK) with PIC-16F877 for date and time display on LCD for a project.I need help in the form of interface diagrams/program routines(c will be helpful). Thanks ALL imp
  11. imp

    Suggest me a bug free C-compiler for PIC16F877 controller

    Compiler for PIC Hi, Suggest one good/bug free C-compiler for PIC controller(PIC16F877)

Part and Inventory Search

Back
Top