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 bluemonday

  1. B

    800k samples/sec in a pc-scope

    i have seen a pc-scope claiming to have 800ksamples in the internet and it is using pic18f2550.. i have read the data sheet of the mcu and im confused if 800ksamples/sec is true.. the scopes website is www.scopedem.com someone tell me how they did it?
  2. B

    Using USB and PIC18f2550

    hi.. does anybody know the fundamental step-by-step process when a pic18f2550 is connected to a usb?
  3. B

    interrupt based program for pic16f877

    pir1 tmr1if i haver read the data sheet and these steps should be done on an A/D conversion: 1. configure the A/D module: 2. configure A/D interrupt: •clear ADIF bit •set ADIE bit •set PEIE bit •set GIE bit 3. wait for acquisition time 4. start cpnversion...
  4. B

    How to use interrupts for 5k samples per second?

    hi.. im using a mikroC compiler and im having this project which requires about 5000 samples/s. im using pic16f877.. can anybody help me with this.. i am adviced to use interrupts but i dont recall how to use it.. anybody who knows, please help me..
  5. B

    How to convert this C code to mikroC?

    hello.. i got this program which is written in C.. can i compile this using mikroC? or maybe it needs to be converted to mikroC declerations?? #include <16F877A.h> #device *=16 #device adc=10 #fuses HS,NOWDT,NOPROTECT,NOLVP,NOBROWNOUT #byte PORTE = 0x09 // PortE lives in File 9 /* Note 20MHz...
  6. B

    interrupt based program for pic16f877

    pic16f877 timer interrupt hi.. i used this code to program my pic.. unsigned int adc_value; void main() { ADCON1 = 0x80; // Configure analog inputs and Vref TRISA = 0xFF; // PORTA is input TRISB = 0x3F; // Pins RB7, RB6 are outputs Usart_Init(115200); do { adc_value =...
  7. B

    pic16f877 adc programming

    hi.. im programmed my adc using mikroC. the program is: unsigned int adc_value; void main() { ADCON1 = 0x80; // Configure analog inputs and Vref TRISA = 0xFF; // PORTA is input TRISB = 0x3F; // Pins RB7, RB6 are outputs Usart_Init(115000); do { adc_value = Adc_Read(2)...
  8. B

    max baud rate for USB 1.0

    hello! can anybody tell me about the max baud rate for usb 1.0? im having an pc based oscilloscope project.. how will i know the max frequency that my oscillscope can read correctly? im using pic16f877a, max3100, and usbmod3..
  9. B

    test program for 18f877

    18f877 heloo.. anybody have a sample program for 16f877? like transmitting "the quick brown fox..." ?? please help me..
  10. B

    programming pic16f877a

    hi! i got this project and im currently woking on testing my pic16f877. im interfacing this pic to a computer using usbmod3 via max3100.. i have an old program for 16f877 from my previous project. this program is for interfacing the pic to a computer via rs232. does anyone have a sample program...
  11. B

    programming pic16f877a

    hi! i got this project and im currently woking on testing my pic16f877. im interfacing this pic to a computer using usbmod3 via max3100.. i have an old program for 16f877 from my previous project. this program is for interfacing the pic to a computer via rs232. does anyone have a sample program...

Part and Inventory Search

Back
Top