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 angadaria

  1. A

    pic18f4550 demo board

    hi BigDog, this is the code for my LCD #include<p18f4550.h> //-------vector relocation----------- extern void _startup (void); #pragma code _RESET_INTERRUPT_VECTOR = 0x1000 void _reset (void) { _asm goto _startup _endasm } #pragma code #pragma code _HIGH_INTERRUPT_VECTOR = 0x1008 void...
  2. A

    pic18f4550 demo board

    yes i m taking the chip off the board to program it, and i can also see the black square on LCD ..just for your info i m using 20*4 LCD. if you can also let me know how to initialize it properly that would be good...now the code that i m using for LCD works good on another board so code seems to...
  3. A

    pic18f4550 demo board

    hi guys i have build my own demo board(programmer not included) for pic18f4550. i mounted the component on and then checked for the supply levels on vss and vdd pins they seems to be good. but when i tried to do LCD code it is not displaying anything on LCD as if the demo board is not working..i...
  4. A

    [SOLVED] How to initialize I2C module for RTC using PIC16f877a?

    Re: RTC using pic16f877a thanks Mohansaini..it worked..sorry for delay in reply... thanks again... ---------- Post added at 05:00 ---------- Previous post was at 04:59 ---------- thanks Mohansaini..it worked..sorry for delay in reply... thanks again...
  5. A

    [SOLVED] How to initialize I2C module for RTC using PIC16f877a?

    hi guys, i want to build an real time clock using ds1307 interfacing with pic16f877a...i think that i will have to use I2C.can u help me out in how to initialize I2C module..i m not able to understand how to configure the registers for I2C? also any suggestion for interfacing would be good...
  6. A

    16-bit Timer for PIC18F452

    hi thank you for your suggestions both of you.. accordingly i tried to write the basic code on my own just to check the overflow of the timer but it is not working. timer overflow flag is not getting set. i m using PIC16F877A with 8MHz frequency and i m using MikroC PRo for PIC IDE. can u please...
  7. A

    16-bit Timer for PIC18F452

    hi i m trying to learn the timer for PIC18F452...please anyone can help me out about how to configure the timer and how to use TMR1L and TMR1H registers... many thanks akshay gadaria
  8. A

    Questions Concerning 4x4 Keypad Code

    hi can anyone please help me with the tested code for 4x4 matrix keyboard? i have it with if statement. it would be better if i can use for statement so i can compress the code.. thanks and regards akshay gadaria
  9. A

    new to pic and want to learn the pwm for pic

    hi can anyone please help me to learn PWM for PIC 16F877A. we want to control the speed of the DC motor.... thanks and regards akshay gadaria
  10. A

    ARM7 processor-LPC213x

    hi , i m new to arm and in my academics we have arm7 and we are using philips LPC213x. i need ur help to understand the basics of arm and how to get hands on with the programming...please assist. please suggest if u have any tutorials or what would be the best method to learn it...
  11. A

    AVR controller timer basics

    thanks Tahmid...this is really helpful ..thanks a lot..
  12. A

    AVR controller timer basics

    well, i think datasheets work only as an information datadase for the begineers....i still need some guidelines as bigdogguru has said correctly...why there are 100s of forum...thanks for the tutorial guys ..i will refer to those and will let know if any questions...
  13. A

    AVR controller timer basics

    Re: ARM controller basics hi i m referring to AVR and we are working on ATmega16..if u can help me to learn about the timer 0/1/2...that would be great.... thanks and regards akshay gadaria
  14. A

    AVR controller timer basics

    hi guys, i m new to micro controller, so can anyone please explain me about the timer TCCR1A and TCCR1B please? many thanks akshay gadaria
  15. A

    new to microcontroller

    hi guys, right now i started using edsim51 simulator for 8051. can anyone help me to configure the lcd module ? kindly assist.... thanks and regards

Part and Inventory Search

Back
Top