Shivam Kurzekar
Shivam Kurzekar
  • Видео 5
  • Просмотров 16 374
Home automation with google assistant project demo
Home automation with google assistant project demo
Просмотров: 69

Видео

Light dimmer circuit (power electronics) demo
Просмотров 554 года назад
Light dimmer circuit (power electronics) demo
DIY digital RTC clock using ATmega 328p and seven segment displays
Просмотров 3,8 тыс.4 года назад
This is a full functional digital clock included with all basics digital clock functionalities. Follow this instructable for full details. www.instructables.com/id/DIY-Digital-Clock-Using-ATmega-328pArduino-IC-RTC-/
DIY RTC in slow motion - Persistence of vision explained
Просмотров 1,1 тыс.4 года назад
Explaining persistence of vision by shooting video in 960 fps. Follow this instructable for full details. www.instructables.com/id/DIY-Digital-Clock-Using-ATmega-328pArduino-IC-RTC-/

Комментарии

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

    Should we change code according to the line or is it same for all?

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

    Hello Sir can you provide the parts list to build this robot and possibly a guide?

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

    Hi

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

    Compiling error

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

      Whats the error

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

      You can sort it out yourself if you know c or java. Or try downgrading the ide version and recomple the original code.

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

      @@shivamkurzekar1732 Thanx a lot Sir. I changed the IDE to latest and program uploaded. OK. But I am stuck as this code seems to be common cathode, and I have made common anode segments. Kindly tell me if code can be altered for common anode. I am zero in coding...all depending upon you.

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

      @@mukeshmehra1677 you will need to change high to low qnd low to high for the 7 segment pins

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

      @@shivamkurzekar1732 that means where its 1, it will b changed to 0, and vice versa. And where its written high it will b changed to low, and vice versa...

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

    Please help me Sir...

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

      I think its the issue due to newer version. It dosent allows loosely typed code.. You just need to change the void menu() on line 592 to bool menu() and add return 1 at the functiin end

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

    While compiling the code, line 616 is highlighted and error shown is "return statement with a value in function returning void"

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

    getting error while compiling code - return statement with a value in function returning void" plz help, I have spent a lot of money...and its not working

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

    I am trying to make your clock on breadboard. Already transferred the code to an Atmega IC. Connected a DS3231 and applied 5V to the circuit. Attached an led to the pin 15 as dot connection. The dot led flushes well. However, the piezoelectric buzzer connected with pin 3 is always high (active) and making sound. This sound should come out only when the alarm is activated or switches pressed. Do you have any idea why is the buzzer continuously sounding? Thanks.

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

    Is it possible to change the code so that the clock 7-segment display brightness will reduce from 10:00 pm to 7:00 AM? How will the clock set the brightness AUTOMATICALLY to a low level at night time? Thanks.

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

      No, in this scenario it is not possible. Because, the anodes of the seven segment leds are not nonnected to separate gpios. We are switching each seven segment display one by one for some milli seconds. It is switching so rapidly that that human eyes interpret it a constant display. If the leds are connected to separate pwm enabled gpios the we might have controlled their brightness through pwm.

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

      @@shivamkurzekar1732 I understand your explanation. Thanks.

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

    Thanks for presenting a nice project. Is this a 24 0r 12 hour clock?

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

      It is set to 24hr format.

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

      @@shivamkurzekar1732 How can I set it to 12-hour clock? Do I need to change the code? Thanks.

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

      @@asadulhuq just add this code snippet. hour = (hour==0)? 12 : (hour>12)? hour-12 : hour);

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

      @@shivamkurzekar1732 Thanks for your quick reply. Your code length is not short.. I have to find a suitable position in your code to insert the above statement.. I need a 12-hour clock. Because the clock has alarm feature, probably I have to add the new code line in several places.

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

      @@asadulhuqadd the line just after retrieving current hour value.

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

    display of common cathode or common anode?

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

      Common Cathode

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

      @@shivamkurzekar1732 thx u! Another thing, what is the time zone displayed?

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

      @@electronicacc9176 It is set to 24 hours format.

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

      @@electronicacc9176 Independent of any particular time zone. You can set your time with the buttons.

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

    Circuit diagram

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

    Very nice project

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

    Shivam Sir🔥🎉

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

    rating of motor?

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

    Sir, can you please provide arduino codes

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

      github.com/shivamkurzekar/Line-Maze-Solver-Robot-PID-

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

      @@shivamkurzekar1732 sir sensor kitne use kiye the aapne

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

      @@awasthirishit I had used lsa08 which is an array of 8 sensors. www.google.com/url?sa=t&source=web&rct=j&url=wecl-stem.com/wp-content/uploads/2018/09/058-70-0011-Datasheet.pdf&ved=2ahUKEwjayafe1vHkAhXGfX0KHfOuCbAQFjABegQIDxAH&usg=AOvVaw2OqmXyx0zwR0p-o26wrT8-

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

      @@shivamkurzekar1732 sir 3 ir sensor laga kar hm bana rhe hai aapka program uspe kaise implement kare

    • @XYZ-dz2ox
      @XYZ-dz2ox 10 месяцев назад

      ​@@awasthirishit 3 se kam nahi chalega min 5 laga accha kam karega .... Far basically 3 lagte but far left and far right path shorting me kam aa jate