Poking Around an ATtiny402 with the PICkit5

Поділитися
Вставка
  • Опубліковано 12 жов 2023
  • I’m trying out a tinyAVR 0 series chip, the ATtiny402. Seeing as all my small pin count microcontrollers seem to date to over 10 years ago. I wanted to try something with a bit more modern release date. So this is a getting acquainted with the tinyAVR 0 family, well the 8-pin sibling.
  • Наука та технологія

КОМЕНТАРІ • 13

  • @gert_kruger
    @gert_kruger Місяць тому +1

    Good quality video. You should put these Attiny videos in its own playlist.

  • @user-qo5vx6rz1q
    @user-qo5vx6rz1q 7 місяців тому +1

    Very interesting video. You should make a video series on writing code for PIC Microcontrollers. I think a video series going from the very basics to advanced topics with mini projects would be very helpful for a lot of people.

    • @metalplasticelectronics354
      @metalplasticelectronics354  7 місяців тому +1

      I hope to do several series on the small microcontrollers, if there were only more time in a day.

  • @oveschleisner-meyer8139
    @oveschleisner-meyer8139 2 місяці тому

    Do you know what to do to save the PICKit-4 after pushing the small Emergency button...? I did it and now my PICKit-4 is dead....

    • @metalplasticelectronics354
      @metalplasticelectronics354  2 місяці тому +1

      It's probably not dead; it's just waiting for the firmware to be uploaded to it. Take a look at this video: ua-cam.com/video/sN7i6FuwF6w/v-deo.html. It's on the PICkit5, but 4, I think, would be about the same.

    • @oveschleisner-meyer8139
      @oveschleisner-meyer8139 2 місяці тому +1

      @@metalplasticelectronics354
      Hi. Thanks a lot...That fixed my problem and my PICKit-4 works fine again.
      Again - thank you for your help.

    • @metalplasticelectronics354
      @metalplasticelectronics354  2 місяці тому

      Glad it helped.

  • @user-qo5vx6rz1q
    @user-qo5vx6rz1q 7 місяців тому

    👍

  • @mcstando
    @mcstando 7 місяців тому

    that is very complicated way of programming blink sketch, is arduino core handling all of that stuff

    • @metalplasticelectronics354
      @metalplasticelectronics354  7 місяців тому +3

      There is no arduino involved. This is directly programming the microcontroller. And this is so easy compared to using to old Atmel STK500 for programming. When I get around to doing some assembly language on it, it will get even more complicated. But that’s about to only way to get the most out of these tiny chips.

    • @dvdcorona3481
      @dvdcorona3481 7 місяців тому

      Do you have an example in assembler?
      Thanks....

    • @metalplasticelectronics354
      @metalplasticelectronics354  7 місяців тому

      Not yet, I'm just starting to work on it.