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 Filipe Aparicio

  1. F

    Desired output 0-999, please help

    Hi MAAM, these are the codes that I am using... but I dont know how to make the first 3 digits to be zero and count start from the last digit(example 0001, 0002, 0003.....up to 0999. void main() { TRISB=0; TRISC=0; { while(1) { PORTB=0x3F; delay_ms(500)...
  2. F

    Desired output 0-999, please help

    Hi all, could u help me to create the codes using MikroC for the circuit shown in the picture. I have tried it but all the segment count same number(ex 0000, 1111, 2222 and so on), but the desired output is ex. 0001, 0002,....0010, 0011 and so on until 0999... Please help.
  3. F

    two 7-segment count up when sw1 is pressed, while count down when sw2 is pressed

    okay, this is schematic diagram that I did using proteus, please check my circuit too
  4. F

    two 7-segment count up when sw1 is pressed, while count down when sw2 is pressed

    Hello everybody, I find difficult to work on this assignment, so I decide to ask any of the group member who knows about this assignment. Your help would be appreciated. Actually this is the assignment, we are required to build the two seven segment circuit by using proteus and create our own...

Part and Inventory Search

Back
Top