LED blinking programm using keil and Proteus

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 68

  • @sudintechnology
    @sudintechnology 2 года назад +1

    Keep filming such type of beautiful lectures.
    Thanks for your effort 😊

  • @deepakreddy8442
    @deepakreddy8442 2 года назад +1

    Thank you so much for this video,PLease post more videos on the programming on keil software for 8051 microcontroller , or suggest me any reference books to learn more on embedded c programming

  • @marabunya
    @marabunya Год назад

    I'm very thankful for this.

  • @bennguyen1313
    @bennguyen1313 3 года назад

    I'm surprised that there is no official tool / plugin for Stm32 IDE that allows you to simulate the processor for purposes of stepping thru and debug code. For the total beginner, any thoughts how Keil + proteus compares to the linux based QEMU?

  • @karanneelkanth8318
    @karanneelkanth8318 3 года назад +1

    I have one doubte , unsigned char actually used for character type ,and here you gave assigned Interger value to x & y ,I am very Confused
    Can you explain what is logic behind of this ??

    • @priyadharsini6654
      @priyadharsini6654 3 года назад

      Unsigned values are there for integer too ! @Karan Neelkanth

  • @khallelkhan2202
    @khallelkhan2202 3 года назад +1

    X, y are int or char data type.
    Sir

  • @amjadmughal258
    @amjadmughal258 Год назад

    good job

  • @mehdikian4600
    @mehdikian4600 6 лет назад +2

    when i compile the program, i get errors 'p1': undefined identifier. i set p1 as unsinged char and the error went away. however when i play the hardware all LEDs turn on at the same time. what do you think the problem is? thank you

    • @seshanandareddy6078
      @seshanandareddy6078 6 лет назад +1

      p1 make it P(Uppercase ) , because it is SFR of microcontroller. All SFR names we have to use in capital letters. Thank you.

    • @seshanandareddy6078
      @seshanandareddy6078 6 лет назад

      You welcome. Keep doing .....

    • @industrialautomation1992
      @industrialautomation1992 2 года назад

      @@seshanandareddy6078 sir when i keep capital also i,m getting same problem

  • @mariama8157
    @mariama8157 2 года назад

    Great Man, Thanks.

  • @mohamdawwaf6347
    @mohamdawwaf6347 5 лет назад

    Hello Sir, I am getting a error message "Cannot find model file LEDA.MDF".And also a 2nd error as "Simulation FAILED due to netlist linker error(s)". How can I solve those error? Software used are Proteus Professional 8 and Keil uVision5. Reply as soon as possible.

  • @anjaliprasad193
    @anjaliprasad193 5 лет назад

    Which platform is used for designing?

  • @aadityasinghpanwar8946
    @aadityasinghpanwar8946 4 года назад

    Sir while running program on proteaus some stimulation errors are coming what to do to solve this problem

  • @ajitem100
    @ajitem100 6 лет назад

    dude, i want to ask one question, iam doing same program to toggle led, but for port 0 led doesnt chase, but when i change port pin led start chasing, why port 0 doest working propoerly, even you can try in keil simulation reply as soon as possible

    • @alearningroom
      @alearningroom  6 лет назад

      Hi Ajithem , Port 0 from 8051 , it is open drain port , you need to connect external pull up resistor to use as normal I/O pins. one end with Vcc and resistor other end connect with I/O . now you can drive any peripheral using Port 0.resistanance (4k to 10k). Thank you

    • @ajitem100
      @ajitem100 6 лет назад

      @@alearningroom why doesn't it simulate in Keil software

    • @bilalkhan-yl3bj
      @bilalkhan-yl3bj 3 года назад

      @@ajitem100 It's fine in simulation... We don't need to connect resistor becoz virtually LED didn't get Short

  • @srivanikothavadla4606
    @srivanikothavadla4606 4 года назад

    Very halpfull thank you sir

  • @rohitsawant5805
    @rohitsawant5805 6 лет назад +2

    Very helpful

  • @Fun-qd7zi
    @Fun-qd7zi 5 лет назад +2

    i wrote the same code but only first led blinks for me

    • @Kmrabhinav569
      @Kmrabhinav569 4 года назад +2

      add a ' ; ' after the second for loop i.e. for (i=0 ; i

  • @sivakrishna6485
    @sivakrishna6485 5 лет назад

    Excellent

  • @musicloversam7014
    @musicloversam7014 3 года назад

    in which?

  • @nileshgaykar576
    @nileshgaykar576 4 года назад

    Sir that program wark in AT89C2051 microcontroller

  • @engrkamran2335
    @engrkamran2335 5 лет назад

    Its really helpfull thanks

  • @shubhamverma865
    @shubhamverma865 3 года назад

    Plz help me port 0 i can't understand same code and simulation not working in port 0 why plz help me

  • @warsnewz4094
    @warsnewz4094 3 года назад +2

    Sir I want to blink alternatively 8 leds from left to right and from right to left ans me plz anyone

    • @purvamhatre1621
      @purvamhatre1621 3 года назад

      u are preparing for which exam ?

    • @warsnewz4094
      @warsnewz4094 3 года назад

      @@purvamhatre1621 I doing my assignment but getting some sort of problems in alternating blinking of LEDs even trying it 89 times but doesn't get run errors ajaataa hain

  • @sssrkumar9861
    @sssrkumar9861 5 лет назад +1

    How I get this c programs

  • @msdtamilyt5886
    @msdtamilyt5886 Год назад

    Sir for reverse order LED blinking... Please🙏🙏

  • @sanjanaperna6624
    @sanjanaperna6624 4 года назад

    Can't we do all files in single target

  • @ota_love4430
    @ota_love4430 5 лет назад

    Tq ,did as u said in tis video nd got op😁

  • @naveendahiya8178
    @naveendahiya8178 4 года назад +1

    It's showing syntax error and missing "END"STATEMENT

    • @ArvinSingh
      @ArvinSingh 4 года назад

      Use below code :
      #include
      void delay(int time)
      {
      int i,j;
      for(i=0;i

    • @warsnewz4094
      @warsnewz4094 3 года назад

      @@ArvinSingh sir agar leds ko same hi time ma left to right and right to left aik hi time ma karna ho to

  • @ilkeraykut7064
    @ilkeraykut7064 6 лет назад

    How can we do that for Stm32?

  • @SportsGyan_
    @SportsGyan_ 4 года назад +1

    What is meaning of p1=0×00

    • @ArvinSingh
      @ArvinSingh 4 года назад +1

      P1 define the port to transfer data.
      0X = it is syntax to write the code
      00 = It is data that send to LED
      (If Use Common Cathode: all LED are off, If Use Common Anode: all LED are on)

  • @akcvisible8276
    @akcvisible8276 2 года назад +1

    Sir please write a led moving clock program

  • @sadhanabose6561
    @sadhanabose6561 7 лет назад

    sir, i want to make from msb to lsb on same led blinking project

    • @seshanandareddy6078
      @seshanandareddy6078 6 лет назад

      assign intial value 0x80 and use right shift >> operator in program

  • @akilsake7977
    @akilsake7977 5 лет назад

    can anyone help me. So many errors in proteus i don't know how to fix.
    cannot find model file "ITFMOD.MDF"
    cannot find model file "LEDA.MDF"
    missing interface model'At89' at U1 #p
    ...etc

    • @ArvinSingh
      @ArvinSingh 4 года назад

      ruclips.net/video/YOyoOXbB3Ug/видео.html

  • @hiteshsumberia6063
    @hiteshsumberia6063 7 лет назад

    quite effective...

  • @vikaskumar-cs5zz
    @vikaskumar-cs5zz 2 года назад

    led will not blinking D1 toD8 its oly blink D1 doesn't off

  • @asitkumarmishra9135
    @asitkumarmishra9135 3 года назад

    Can anyone please send me the download link for Proteus 7 professional

  • @rajtanna7733
    @rajtanna7733 4 года назад

    You made mistake, you don't specifide p1

  • @rosystatus9945
    @rosystatus9945 7 лет назад

    Tqq sir

  • @kitaspidate5835
    @kitaspidate5835 6 лет назад

    Simulation FAILED due to fatal simulator errors.
    this is what I get when I simulate. Im using demonstration version proteus 8.5. I can view simulations of sample files n other circuits. but in this Im getting this message.please help

    • @kitaspidate5835
      @kitaspidate5835 6 лет назад

      Or simply tell me where to download proteus a better working version. as urs.

    • @seshanandareddy6078
      @seshanandareddy6078 6 лет назад

      drive.google.com/open?id=10s4rEGCFilVMyB2WJmNP3gbp14g4oVSp

    • @kitaspidate5835
      @kitaspidate5835 6 лет назад

      thanx bro,but I already downloaded professional version. thanx a lot for ur consideration :)

    • @seshanandareddy6078
      @seshanandareddy6078 6 лет назад

      Good, Keep doing...

  • @warsnewz4094
    @warsnewz4094 3 года назад

    Sir plz ans my question

  • @muralielango3170
    @muralielango3170 6 лет назад

    I want more

  • @lokesh0000
    @lokesh0000 4 года назад

    Only 1st led is blinking. Why

    • @Kmrabhinav569
      @Kmrabhinav569 4 года назад +1

      add a ' ; ' after the second for loop i.e. for (i=0 ; i