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 sairyuva

  1. S

    PIC16F877a Timer and Interrupt

    Initialise as: Select clock source Assign PSA Put Prescalar Enable tmr0 interrupt reset TMR0IF enable global interrupt Write the value u calulated as sampling period at TMR0 like TMR0=x; at main call ur funtion if bit at isr is set at isr if TMR0IF==1 //set a bit to call the function you...
  2. S

    Need suggestion on starter kits

    I want to migrate to high end microcontrollers. I have done pic16f. what should i go for, 24f, 32f. requirements are USB, Signal Processing. I think 32 bit could be good option but is it right thing to jump there. What could be a good starter kit for that? Product TMIK001 was attractive at...
  3. S

    Pic16f877 timer 0 problem.

    Use the Timer0 interrupt for sampling. Use INTERRUPTS. Don't poll the value in main().
  4. S

    Need Help With GLCD JHD12864E

    Can any one explain the commands for this LCD. Tryin to interface with PIC16f877a.
  5. S

    pic16f877a spi communication

    i want to communicate 2 pic16f877a with spi protocol i couldn't get far with this code /****spi stuff***/ /*master @ 20MHz*/ #include<htc.h> __CONFIG(HS & BORDIS & LVPDIS & PWRTEN & WDTDIS); unsigned char data=0xff; void init() { SSPEN=1; TRISC5=0; //sd0 TRISC3=0; //sck TRISC4=1...

Part and Inventory Search

Back
Top