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 kaizer002

  1. K

    Help with the source code

    Actually, I built a digital clock with hours, minutes and seconds. Now, I want to add some features in my clock like it can perform like stopwatch and can be stopped, and reset.
  2. K

    Help with the source code

    hello everyone. I need some help regarding on our source which is compiled for our project. Our project supposed to be is a digital clock with stopwatch(with reset, and stop), and a countdown timer but we only built a digital clock. We used 4 buttons for setting time (hold, hours, minutes...
  3. K

    Ekarvelas: edited source code

    Sir, I have attached the source code here because the code is too long for facebook to handle. please check the attachments containing also the edited schematic diagram. i removed the HIH400. I also removed the ICSP and ICD2 because I have a training board here so I can program/re-program the...
  4. K

    PIC16F877A Digital Thermometer with Clock

    Hello guys, I need some advice for my project. It's a digital thermometer with clock using seven segment LED. The sensors that will be used in this project are LM35(temperature sensor) and HIH4000(humidity sensor) but the problem is, the HIH4000 is not available in our country. Because of...
  5. K

    Multiplexing 4-digit seven segment display using PIC16F877a

    Re: Multiplexing 4-digit seven segment display using PIC16F8 hello again, please check my program #include<16f877.h> #fuses XT,NOLVP,NOWDT,PUT #use delay (clock=1000000) // defind crystal = 4MHz #byte port_d=8 #byte port_a=5 byte CONST...
  6. K

    Multiplexing 4-digit seven segment display using PIC16F877a

    Re: Multiplexing 4-digit seven segment display using PIC16F8 Does transistor BC327 applicable for multiplexing? By the way, I used this code in MikroC but this time, I test 2-digit seven segments but the 1st display which is "tens" is overlapped and the 2nd digit which is "ones" is ok. What...
  7. K

    Multiplexing 4-digit seven segment display using PIC16F877a

    Re: Multiplexing 4-digit seven segment display using PIC16F8 Thanks for the reply guys, @toto_nai16: I want to use minimum ports or pins as long as possible. @daviddlc: Yes...but I don't have any idea how the program goes. I have a little knowledge of assigning ports. Pls help..
  8. K

    Multiplexing 4-digit seven segment display using PIC16F877a

    Hi to all, I'm making a project and I choose multiplexing 4 seven segment displays with my PIC16F877a. Here's how it goes: the first two seven segments will display the "Minutes" and the last two seven segments will display "Seconds". Please help me with the source code since I'm having...
  9. K

    Interfacing 7-segment LED Display with Parallel Port and C

    Hello everyone, My name is Christian, a Computer Engineering student. I want to create a project which is 7-segment LED display interfacing with parallel port and Turbo C. This is my second project in interfacing and I need some help with it. What are the steps to make this project? Any help...

Part and Inventory Search

Back
Top