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 MSeghir

  1. M

    Counter 0 tp 99 with PIC16F84A and 7 segment display 2 Digit common cathode and decoder 74LS48

    I expect it to display in both digit but neither the result says something else + I don't know how to use both d1 and d2 ?? Seghir
  2. M

    Counter 0 tp 99 with PIC16F84A and 7 segment display 2 Digit common cathode and decoder 74LS48

    thank you all I tried to run 2 segments together to do the counting but it didn't work. Edited the code again : unsigned short i,j,d_1,d_2; void setup() { // set both ports to output trisa = 0; trisb = 0; // clear both ports porta = 0; portb = 0; } void main() {...
  3. M

    Counter 0 tp 99 with PIC16F84A and 7 segment display 2 Digit common cathode and decoder 74LS48

    The problem is how do I modify the code to have a counter that counts from 0 to 99 and returns the result in 7 segment 2 digit? And when running the simulation in this case we get a counter from 0 to 9..
  4. M

    Counter 0 tp 99 with PIC16F84A and 7 segment display 2 Digit common cathode and decoder 74LS48

    Hello everyone .. If I want to make a counter from 0 to 99 with the following code, how can I make a function to do that in proteus??.. Note that I am a beginner in PIC..Thank you Software used: - Proteus 8.5 Pro - MikroC Elements: The diagram is complete: - Segment Cathode Display - PIC...

Part and Inventory Search

Back
Top