Christmas Star Led Chaser With ATtiny13A

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 27

  • @heartperson4987
    @heartperson4987 2 ปีที่แล้ว

    Programme??

  • @yasanthaniroshan3903
    @yasanthaniroshan3903 3 ปีที่แล้ว

    All changes are done. But still, have errors identifier "DDRB" is undefined :(

    • @zeroampselectronics
      @zeroampselectronics  3 ปีที่แล้ว

      Hi, you probably forgot to define the microcontroller in VS Code.

  • @placidusdsilva8816
    @placidusdsilva8816 3 ปีที่แล้ว

    Wonderful project - can we modify or add more led .I am looking to use this in a snowflake Design using 24 led. Any advice in adding more led

    • @zeroampselectronics
      @zeroampselectronics  3 ปีที่แล้ว

      You can add more but pay attention to the current, you don't want to burn it.

  • @arvand26
    @arvand26 4 ปีที่แล้ว

    Hi bro.. thank you... I try and guest for Visual Studio Code. But now I'm Success full with VSC. your Les Chaser is working. thanks

  • @AmalMathewTech
    @AmalMathewTech 4 ปีที่แล้ว

    Free form Circuits 👌

  • @grindererrofficial3755
    @grindererrofficial3755 4 ปีที่แล้ว

    Možem sa opytat v akom programe a akym jazykom alebo obecne ako sa takato vec naprogramuje ? popriosim vysvetlena pre negramotov z jaskyne :D
    Mozno by bolo super dajaky lahky navod pre ,omentalne zaostalych (mna) urobit ako vidko.

    • @zeroampselectronics
      @zeroampselectronics  4 ปีที่แล้ว +1

      Ahoj, elektronika sa programuje v jazykoch assembler, C/C++. Pokiaľ nevieš nič o programovaní elektroniky, tak doporučujem začať s Arduinom. Daj si do Googla "Arduino" a nájdeš milion článkov a videí. Kúp si nejakú stavebnicu na ktorej sa to naučíš.

    • @grindererrofficial3755
      @grindererrofficial3755 4 ปีที่แล้ว

      @@zeroampselectronics Jasne chapem, vdaka za info. Ja kebyze uz nieco idem rovno assembler, lebo cale to arduino mi pride ako taky zbytocny medzistupienok a vyhazovacka peniazi.
      Vdaka za odpovedu

    • @grindererrofficial3755
      @grindererrofficial3755 4 ปีที่แล้ว +1

      @@zeroampselectronics len skoda ze uz asi nenakrucas na jutab. Lebo takatok tvorba je velmi pekna a prinosna.

    • @zeroampselectronics
      @zeroampselectronics  4 ปีที่แล้ว

      Ahoj, Arduino je dobre na pochopenie princípov keď človek nemá šajnu o čo ide.

  • @overclockers6835
    @overclockers6835 4 ปีที่แล้ว +1

    Just came up in my feed in time for the holidays. Nice use of an attiny13a! Are you using any undervoltage protection on the 18650s?

    • @zeroampselectronics
      @zeroampselectronics  4 ปีที่แล้ว +1

      Hi, I don't use anything like that for the project. It can run several months without charging, so it's not necessary :-)

  • @EasyOne
    @EasyOne 4 ปีที่แล้ว

    good

  • @MohammadAbouBasha
    @MohammadAbouBasha 4 ปีที่แล้ว

    Which framework did you use for that? I see you're using VS Code for writing the code. I'm new to AVR world, sorry maybe my question looks silly to many of you.

    • @zeroampselectronics
      @zeroampselectronics  4 ปีที่แล้ว

      Hi, I don't use any framework, just C language with AVR toolchain for programming AVR microcontrollers.

    • @MohammadAbouBasha
      @MohammadAbouBasha 4 ปีที่แล้ว

      @@zeroampselectronics what is the advantage of using C rather than C++? I can do both of them but I don't get the point why most people still like to use C instead of C++ for writing microcontroller applications

    • @zeroampselectronics
      @zeroampselectronics  4 ปีที่แล้ว

      In Arduino there is a C++ compiler used. Because its libraries use some C++ features. If you use C++ you have to think which features of the language makes sense for programming microcontrollers. In the end it's up to you, but in Arduino you have to use C++. See verbose logging in Arduino IDE AMD you will see that.

    • @MohammadAbouBasha
      @MohammadAbouBasha 4 ปีที่แล้ว

      @@zeroampselectronics I got your point, I read a little and I feel like most probably convenced to use C for now, I don't think I need intensive use of classes and easier memory allocation. I don't think also ATTiny13a can hold an app with more than 1000 lines of code maybe. 1000 LOC is easily managed as functional code.

    • @zeroampselectronics
      @zeroampselectronics  4 ปีที่แล้ว +2

      Yes, for ATtiny13, C is more than recommended :-)