Proteus Video 5: BCD Counter seven segment display

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 106

  • @setayeshk1062
    @setayeshk1062 4 роки тому +1

    can we change it to up-down counter and does it have a load for counting from special number

    • @RagaveshDhandapani
      @RagaveshDhandapani  4 роки тому

      Hi.. You have to choose up or down counter IC, configure the mode like up or down counter mode. However this gives 99 to 00 or FF to 00 based on thr IC use have selected. To start with the number u need, we need to load the count value in to the IC. there are such options in counter ics. You can make additional reset logic such a way that when count reaches to 00, instead of rollover you can load your count. If there is no restrictions of usage of microcontrollers, you can use Arduino for counter....
      Modified another comment's reply.

    • @setayeshk1062
      @setayeshk1062 4 роки тому

      @@RagaveshDhandapani Hi thank you so much for replying unfortunately we couldn't use Arduino do you know what is the best ic number for my usage? and do you know what is the pl input in ic 74191 sorry for so many questions

    • @RagaveshDhandapani
      @RagaveshDhandapani  4 роки тому

      @@setayeshk1062 After reading the datasheet of 74191 and 74193 i find both of them is suitable for the up/down counting. Input will be the start count through the load operation and decide up/down counting. Check the lower/upper limit using additional reset logic circuit, once count reaches to that level load with the start count.

    • @setayeshk1062
      @setayeshk1062 4 роки тому

      @@RagaveshDhandapani thank you so much🙏🙏

    • @RagaveshDhandapani
      @RagaveshDhandapani  4 роки тому +1

      @@setayeshk1062 Can you watch the short video, just i made it as many have asked about it through comment and email.

  • @meryemaydin1806
    @meryemaydin1806 3 роки тому +2

    Thanks, for this tutorial. I was able to do my project.

  • @ceejaygutierrez5997
    @ceejaygutierrez5997 3 роки тому +1

    sir I have a problem my project is not counting by one it jump and it what can I do to .will it help if I add the value of the resistor connected ti clock A?

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому +2

      Thanks for your question. The following may be an issue
      1. Clock pulse may be bit high frequency
      2. Push button in the clock circuit is not addressing debouncing issue.
      U may use hardware denouncing circuit to overcome the issue.
      Or generate very low frequency Clock signal.

  • @HamzaKhan-rx1bl
    @HamzaKhan-rx1bl 2 роки тому +1

    Sir i have made excatlty the same circuit but it shows some errors in U4( no model specified for u4) how i can resolve this issue

    • @RagaveshDhandapani
      @RagaveshDhandapani  2 роки тому

      Hi thanks for watching.
      Do share and subscribe to my channel. It means a lot.
      Regarding your doubt.. select the part that has simulation model file in protues. It can be seen when u are selecting component, on the same windown u must see simulation model. If that window is empty, then choose another IC of same part number.

  • @highwaygaming4414
    @highwaygaming4414 5 місяців тому +1

    can i use 7448 IC instead of 7447

    • @RagaveshDhandapani
      @RagaveshDhandapani  5 місяців тому

      Hi
      Thanks for watching.
      7448 means common cathode display
      7447 means common anode display.
      Do share and subscribe...

  • @yasiniss701
    @yasiniss701 2 роки тому +1

    Design a counter that counts to 20 for 5 seconds, then counts backwards from 20 for 10 seconds, using sequential circuit logic. Use two 7-segment displays to show the counted numbers. Please and please help me this

    • @RagaveshDhandapani
      @RagaveshDhandapani  2 роки тому

      Hi.. sorry I missed out this. Moreover I can't help you to solve coursework.

  • @sarabhian2270
    @sarabhian2270 3 роки тому +1

    I have a project to create 10 bit PRNG (pseudo random number generator ) I have created PRNG circuit using LSFR (shift registers) , but now I have to display my 10 bit output using 3 seven segment display ,but I don't know how to use 3 display simultaneously ..... problem I am facing is I can show upto 0-9 but for output 10-15 I can't display it 😕,what can I do?

    • @sarabhian2270
      @sarabhian2270 3 роки тому

      in simple language i have 10 bit binary number and I want to display it using 3 seven segment display ,how to do it , I tried everything but I am not getting the answer 😶😶

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому +1

      Hi thanks for watching. Do share and subscribe.
      It can be done in by adding binary to using bcd convertor, however processing 10 bit data may be challenging. We can create counters like 7490 with very high speed clock to count... and the output as such it can be displayed. 10bits means 1023 should be the max number.. you need to check this and reset. Still it's high volume task.
      Keep thinking about or refer some article how to do it.
      I can't comment beyond this as it is your academic work.

    • @sarabhian2270
      @sarabhian2270 3 роки тому

      @@RagaveshDhandapani thanks for responding🙌, I am trying to get my answer ,I will definitely find my answer 👍👍

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      @@sarabhian2270 is it compulsory to do with digital discrete ICs? If not use microcontroller boards such as arduino and generate random number, convert that value into digits, use multiplexing to select digit and display the 7 segment value. No need of any ICs except uC, display and transistor.

    • @sarabhian2270
      @sarabhian2270 3 роки тому

      @@RagaveshDhandapani it is strictly prohibited to use any kind of MCU and PLD , using Arduino its very simple , I am trying to use create multiplexing circuit which will give me output . I have 4 days of time I hope I will complete it asap .thanks for your help and concern

  • @nataliechristoper4883
    @nataliechristoper4883 3 роки тому +1

    Thanks a lot! This helped with my project 👍

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому +1

      Great to hear that. This is just concept model..
      Do subscribe and share.. watch other videos related to your subject.

    • @nataliechristoper4883
      @nataliechristoper4883 3 роки тому

      Sir is it possible to stop the count at certain number? Because our project ask us to design a counter that counts from 0 until 380 using 7490

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      @@nataliechristoper4883 yes. It requires additional reset logic circuit. Write down the count limit as binary.. refer to zero or one, You can figure out the logic circuit by carefully selecting certain bits.
      If count touches to the maximum number the reset should be triggered hence the count will start from zero.

    • @nataliechristoper4883
      @nataliechristoper4883 3 роки тому

      Thank you so much sir! The only problem is it can't count until 380. It reset when the count reaches 379.

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      @@nataliechristoper4883 make it logic for 381... so it counts u till 380. 381 will be reset

  • @HuzaifaZahidHaryanaWala
    @HuzaifaZahidHaryanaWala 3 роки тому +1

    I want to include set and reset button in this circuit
    please help me

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      Hi do subscribe and share..
      You need to refer to datasheet and find the proper logic and develop using logic gate for reset.

  • @pokulan
    @pokulan 5 років тому

    Why 74LS90 Resets when hit 1010 (10)? It is in build in counter or what?

    • @RagaveshDhandapani
      @RagaveshDhandapani  5 років тому

      Yes. That's why its called as bcd counter. Ie you can't get any other count such as 1010..1011..1100...1101..1110..1111.
      Refer data sheet.. One flip flop of this ic can be used to count 0 or 1. Hence easy to build clock circuit.

    • @pokulan
      @pokulan 5 років тому +1

      @@RagaveshDhandapani I saw a datasheet everything is clear :D I will build one by myself using double flip flop and reset circuit :D

  • @phuongthaotranthi4266
    @phuongthaotranthi4266 2 роки тому

    i wanna use 2 7seg led to display 2 digit(4bit). just display not counter. how to do? pls help me

    • @RagaveshDhandapani
      @RagaveshDhandapani  2 роки тому +1

      Hi thanks for watching.
      Do share and subscribe.
      It's not clear. If you mean to say, you want to use 7seg led without counter, yes you can do that. Connect vcc pin, then individual cathode pin of led can be connected to ground through resistor. Hence required segments can be made on or off.

    • @phuongthaotranthi4266
      @phuongthaotranthi4266 2 роки тому

      @@RagaveshDhandapani yeah, for example. i want to display "18" by 7seg leds. input is 10010. how to do?

    • @phuongthaotranthi4266
      @phuongthaotranthi4266 2 роки тому

      without IC, just use logic gates

    • @RagaveshDhandapani
      @RagaveshDhandapani  2 роки тому

      @@phuongthaotranthi4266 you have to describe the logic clearly.
      Try to find out common led segment pins which will be always ON. Then remaining segment can be controlled based on your requirement.

  • @mz8802
    @mz8802 3 роки тому +1

    it doesnt work for me use the 4510 counter but it doesnt count :((

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      Hi.. thanks for watching. Please do subscribe and share.
      Regarding your issue, download the datasheet named schs071b.pdf by searching cd4510. Then refer to the page 5., you must satisfy the required conditions for count. Hope this hint will help you to resolve the issue.

    • @mz8802
      @mz8802 3 роки тому

      @@RagaveshDhandapani how can i contact you?

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      @@mz8802 You may reach through email. However I can't provide any sort of support except giving hints related to the topic. Wish you all the best.

  • @guldencetin3939
    @guldencetin3939 Рік тому

    sir, how can we do the circuit using arduino in Proteus, can you help me?

    • @RagaveshDhandapani
      @RagaveshDhandapani  Рік тому

      Check the arduino model in proteus, if not, you may get the library. Then, if u r using a new version, you can link to the project. If not, check the temporary folder to locate the hex file to the loaded. Contine to develop source code using arduino ide and simulation in proteus.

    • @guldencetin3939
      @guldencetin3939 Рік тому

      @@RagaveshDhandapani There is no error in the teacher code, but for example, let's say we will use 3 7-segment displays, let's say that there is an arduino uno card that sees this, there is not enough pins and a 3-digit number should be obtained, but how to establish a connection in proteus

    • @RagaveshDhandapani
      @RagaveshDhandapani  Рік тому

      @Gulden Cetin check the display requirements.. 7seg must mean, go for multiplexing or exclusive 7 segment display driver.
      If not, you can switch to i2c lcd. This needs just 2 wires only.

    • @guldencetin3939
      @guldencetin3939 Рік тому

      @@RagaveshDhandapani Sir, there is no problem with the LCD, I need to use 3 separate 7 segment displays. I connected all three of them separately and with efforts.
      I have set one to be active in order but it doesn't work

    • @RagaveshDhandapani
      @RagaveshDhandapani  Рік тому

      @Gulden Cetin check one of the videos in 8051.. I explained the multiplexing concept with the c program. Also, proteus has multiplexed 7seg display for quick and easy construction of the circuit.

  • @soheil9248
    @soheil9248 4 роки тому +1

    hi
    how can make it count from 20 to 0 (down counting)

    • @RagaveshDhandapani
      @RagaveshDhandapani  4 роки тому

      Hi.. You have to choose up or down counter IC, configure in down counter mode. However this gives 99 to 00 or FF to 00 based on thr IC use have selected. To start with 20, we need to load the count value in to the IC. there are such options in counter ics. You can make additional reset logic such a way that when count reaches to 00, instead of rollover you can load 20. If there is no restrictions of usage of microcontrollers, you can use Arduino for counter.

    • @soheil9248
      @soheil9248 4 роки тому +1

      @@RagaveshDhandapani Thanks for ur suggestion . I'll try it.

    • @setayeshk1062
      @setayeshk1062 4 роки тому

      salam bebakhsid shoma fahmidid ke bayad chikar bokonid?

    • @RagaveshDhandapani
      @RagaveshDhandapani  4 роки тому

      @@setayeshk1062 sorry.. I can't understand other languages except English and Tamil...

    • @setayeshk1062
      @setayeshk1062 4 роки тому

      ​@@RagaveshDhandapani thank you for your attention but I thought @Soheil Hosseini is in my class and just wanted to understand how is he with his project and did he understand the things that I'm stuck in them

  • @mikeli1367
    @mikeli1367 6 років тому

    Is it possibile to make it down count from 99 to 0?

    • @RagaveshDhandapani
      @RagaveshDhandapani  6 років тому +1

      Hi... You may use 74160.. Which up or down counter. You can set configuration for up or down

  • @fizikkhoy9563
    @fizikkhoy9563 3 роки тому

    hi, how can i make 5 bit binary to bcd converter and display it with two 7segment? please help me, thanks alot

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому +1

      Hi.. you can't do it directly.
      You need convert the states after 9 i e. 01010 to 11111 to 0001 0000 to 0011 0001.
      Circuit design may be bit complicated.
      You may try with GAL.

    • @fizikkhoy9563
      @fizikkhoy9563 3 роки тому

      @@RagaveshDhandapani thankyou

    • @fizikkhoy9563
      @fizikkhoy9563 3 роки тому

      @@RagaveshDhandapani I know that,but i cant do that, i will try

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      The method what I said is using digital logic only. You need to solve 6 (b5... b0) output bits having 5 variable(d4... d0) kmap.
      However, you can use Arduino or other microcontroller to read 5 bits and convert binary to bcd code to do the same. Then the converted value can be sent out through a port.

    • @fizikkhoy9563
      @fizikkhoy9563 3 роки тому

      @@RagaveshDhandapani ok,I search about that,thanks alot for answering

  • @yahyakhan659
    @yahyakhan659 3 роки тому

    sir where we can put button

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      Hi thanks for watching. Do share and subscribe. Not clear about question. If u ask about push button it is available as component.

    • @yahyakhan659
      @yahyakhan659 3 роки тому

      @@RagaveshDhandapani sir when i put button in diagram when i push the button it counts two number at same time what I do

    • @RagaveshDhandapani
      @RagaveshDhandapani  3 роки тому

      @@yahyakhan659 use clock through a RC circuit, it is considered as debouncing circuit.
      Or use one shot multivibrator circuit.
      Try to pull down the clock pin to ground through a 10k resistor.

  • @ilhamsatriohusodo
    @ilhamsatriohusodo 6 років тому

    how to change the seven segment just until 55 ?

    • @ilhamsatriohusodo
      @ilhamsatriohusodo 6 років тому

      please help me mr

    • @RagaveshDhandapani
      @RagaveshDhandapani  6 років тому

      Use the binary digits of 5 and 5, try to make reset logic. Ie reset logic should maintain low for all count and when you get 5 n 5, it should give high to reset the count sequence.

    • @ilhamsatriohusodo
      @ilhamsatriohusodo 6 років тому

      Ragavesh Dhandapani can you help me to make the file up counter until 55 for me ?

    • @ilhamsatriohusodo
      @ilhamsatriohusodo 6 років тому

      I have a college assignment about it.please help me mr

    • @RagaveshDhandapani
      @RagaveshDhandapani  6 років тому

      Dear... I gave idea. You must implement.

  • @shimaaismailmustafamahdimo6203
    @shimaaismailmustafamahdimo6203 5 років тому

    how can make it count from 0 to 64

    • @RagaveshDhandapani
      @RagaveshDhandapani  5 років тому

      You have to design extra circuit using logic gates to reset the count when it reaches 65. Ie output lines of counters need to be used to get reset signal(0) using 0110 0101, rest of the count the reset signal pin must be 1.

  • @najeeullahahmed6709
    @najeeullahahmed6709 6 років тому

    thanks its very informative but I need to create 1Hz cycle through 555 ic can any one tell me about that

    • @RagaveshDhandapani
      @RagaveshDhandapani  6 років тому

      Najeeullah Ahmed hi.. Design 555 timer circuit using the calculations. Or follow the link
      www.ohmslawcalculator.com/555-astable-calculator
      Then, feed the clock signal to counter. Make sure vcc for timer is 5v.
      Note, if you are looking for precise 1Hz signal its challenging to get using 555.

    • @najeeullahahmed6709
      @najeeullahahmed6709 6 років тому

      ok thanks

  • @jackielincango7309
    @jackielincango7309 3 роки тому +1

    Thank you C:

  • @moaz6386
    @moaz6386 3 роки тому +1

    Anyone had done this project practical ? i want some help!

  • @nisaamalia4118
    @nisaamalia4118 6 років тому

    Thank you 😊😊

  • @humzawasim94
    @humzawasim94 7 років тому

    heh bro i found this video very helpful and could you plz upload about creating a watch ?

    • @RagaveshDhandapani
      @RagaveshDhandapani  7 років тому

      Humza Wasim thanks. sure i will. i may take more time. please subscribe n refer to others.

  • @murtalasuleahmad3819
    @murtalasuleahmad3819 5 років тому

    gud job keep it up

  • @alessandrogandrabura2428
    @alessandrogandrabura2428 6 років тому +1

    Good

  • @uzairali6875
    @uzairali6875 6 років тому

    thkew so much plz make some more videos

    • @RagaveshDhandapani
      @RagaveshDhandapani  6 років тому

      Thanks for your feedback. Sure, I will.
      Please share this channel with your friends. Do watch my video about Microsoft Word for formatting.

  • @rossonerirb6632
    @rossonerirb6632 5 років тому

    is it possible to make it count up from 0 to 95 only ?

    • @RagaveshDhandapani
      @RagaveshDhandapani  5 років тому +1

      Yes.. You can. Need to reset using tens ic msb and ones ic bit 1 and 2. 1001 0110, its 96. Hence use all ones 1xxx x11x to form decode logic. Hint.Use two 2 input nand gate.

    • @rossonerirb6632
      @rossonerirb6632 5 років тому

      @@RagaveshDhandapani
      Using the same idea you used in the video or anything else?

    • @RagaveshDhandapani
      @RagaveshDhandapani  5 років тому

      @@rossonerirb6632 same of two digit plus extra circuit for reset. Now we connected pin 2. 3. 6 permanent value based on datasheet. You need to remove that connection n connect output of nand gate.

    • @rossonerirb6632
      @rossonerirb6632 5 років тому

      @@RagaveshDhandapani
      You said that all i need is removing the connection of the four pins 7,6,3,2 and connect them with an output of a nand gate ! Am i right ?
      And what are the inputs of the nand gate ?

    • @RagaveshDhandapani
      @RagaveshDhandapani  5 років тому

      @@rossonerirb6632 yes. No need all check data sheet.