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 sycluap

  1. sycluap

    Connect PIC16F877A to LAN Network

    Greetings! After doing very much of 'googling' I am yet to find an anwer. Is there any way to output from PIC16F877A microcontroller to LAN? Any suggestion is very much appreciated. Thanks!
  2. sycluap

    Control 4X4 LEDs array using PIC16F877A

    actually, what I wanted was when the PIC pin HIGH, then the LED array turn on, and the LED array must be using the same supply +5V as supplied to the PIC. I thought of using LED driver to drive the LED arrays, where the input voltage to the LED driver is supplied by the PIC I/O pin. I wonder...
  3. sycluap

    Control 4X4 LEDs array using PIC16F877A

    I would like to build a circuit which can turn ON or OFF 4X4 LED array by using only 1 I/O pin of 16F877A. Can anyone guide me in this?
  4. sycluap

    Using Timer Function in PIC16F877A

    how to load value into timer1 of pic16f877 Thanks for the hints, I will try on it now. Still need to study how to use CCP first.:D Added after 4 hours 14 minutes: Ok. I redo the program to make the Timer1 free run timer. Before timer start, it is loaded with with 0000h in the timer1...
  5. sycluap

    Using Timer Function in PIC16F877A

    function of pic 16f877a I refer to the Assembly Codes provided by Mr.VVV, I manage to get the clock to have in very near to 1ms interval. But, I the timer seems to be slightly out of the actual timing when I compare the timer to a watch. e.g, watch seconds ticked 1.5x ~ 2x faster than the...
  6. sycluap

    Using Timer Function in PIC16F877A

    pic16f877 timer calculation I am sorry for making the requirement unclear. Actually, I need to timer to count in 1ms resolution. Meaning that, the timer will count in 1ms increment value and display in LCD. E.g. If I press start button, the timer will start counting in 1ms increment, until I...
  7. sycluap

    Using Timer Function in PIC16F877A

    pin functions of pic16f877a Thank for the reply VVV and BobK. I have found an example project (Olympic Timer) which is very similar to what I need for me project in the forum suggested. However, I am facing a problem which, I need the timer to count in the interval of 1ms. What I can obtain...
  8. sycluap

    Using 16F877A Timer1 to count in 1 millisecond

    timer1 in 16f877a I am currently working on a project which requires me to time something in milliseconds. I manage to get the Timer1 in 16F877A to run in the fastest of 10 millisecond interval. Can any experts guide me to achieve in 1 millisecond interval? I am coding using PicBasic Pro...
  9. sycluap

    Using Timer Function in PIC16F877A

    pic 16f877a counter Timing precision is very critical for my project, thus, I think the best method is the method that will not lose any cycles. However, I will first start with polling method to get used to the codes as I am totally new. How to declare the timer function to be used and...
  10. sycluap

    Using Timer Function in PIC16F877A

    picbasic pro timer I would like to ask, how to utilize the timer function in the microcontroller to get the difference between start time and stop time and then display it at LCD. E.g, switch pressed once to start timer, press again to stop timer, then the difference between start time and stop...

Part and Inventory Search

Back
Top