Make a UPDI Programmer for the Arduino ATTiny

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • It is time for a reality check, your favorite microcontrollers are probably sold out at the moment or just hard to get. But did you even use all of their features for most of your projects anyway? Most Arduino projects would work on a lot of smaller MCUs anyway. To beat the component shortage Clem just uses the brand new ATtiny Generation and shrink-ifies his projects, therefore saving money and power! To do this he needs a UPDI Programmer, so why not just build one?
    Engage with the element14 presents team on the element14 Community - suggest builds, find project files and behind the scenes video: bit.ly/3l4r7O0
    Visit the element14 Community for more great activities and free hardware:
    Tech spotlights: bit.ly/2KLz0TS
    Roadtest and Reviews: bit.ly/2KH4fj3
    Project14: bit.ly/2wPnajx
    #0:00 Welcome to Element14 presents
    #0:19 Overview
    #3:01 What you need
    #8:37 Soldering
    #9:57 Interfacing
    #11:43 Programming
    #14:02 Give your Feedback
    #Arduino #RaspberryPi #Microcontrollers #Soldering #ElectronicProject
  • НаукаНаука

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

  • @JB_0x00
    @JB_0x00 2 года назад +9

    The new series of AVR are really powerful.
    The PORTMUX lets you move peripherals around, so you have a lot of choice for which pins use I2C, SPI, PWM, etc... (and less chance of a conflict, where you can't use all the PWM if you are using SPI for example),
    20Mhz on the internal oscillator,
    fractional baud generator on the USART (you can get accurate USART timing without using a specific crystal),
    pin change interrupts on every pin,
    the event system and CCL can let you do all kinds of crazy things, by linking together other peripherals and IO,
    powerful Timer Counters (pulse width/frequency measurement, tons of possible PWMs),
    RTC for dedicated system timing (no wasting a TC that could be PWMing),
    the Tiny series have a DAC, etc....
    Also, the UPDI is so much nicer than ISP/Debug wire. You mentioned less pins, but it's also much faster and more reliable than Debug Wire when debugging (if you have an Atmel ICE).

    • @MAYERMAKES
      @MAYERMAKES 2 года назад +2

      yep a really good alternative for a lot of projects!

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

      Portmux has been a common technique for a few years now. Often not as flexible as it implies.

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

      Also, with a bit of skill, one could use multiple ATtiny's each communicating with each other for more complex tasks. Feedback loops, etc, opens up all sorts of possibilities for skilled coders.

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

      @@ozzymandius666 I did have an idea like that using LEDs as both transmitter and receiver of data

  • @paulramasco6769
    @paulramasco6769 2 года назад +2

    Thank you for this. I just purchased a bunch of attiny402 ($0.49/chip) for simple projects and some attiny1624 ($0.85/chip) because having a 12 bit adc that can do up to 375,000 samples/sec would work really great for some data acquisition projects I have working on. Along with some SOIC-8 and -14 breakout boards, getting a fully functional board at the fraction of even cheap clone arduinos sounds like a really good deal.

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

      You are welcome!

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

      How to flash the program using aurdino nano attiny 402

  • @Davedarko
    @Davedarko 2 года назад +6

    Super useful stuff! :) let's all drain those attiny supplies now!

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

      I oredered a bunch more of them since I made that programmer

  • @h2o-fpv623
    @h2o-fpv623 2 года назад +1

    Great video thank you

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

    Not heard of UPDI yet, particularly interested in the debugging capabilities. Did some embedded debugging with the Azure Sphere and it is a game changer....

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

      It's really nice according to longer term users, I haven't done much debugging with it yet.

  • @a531016
    @a531016 2 года назад +6

    I don't understand the grain of rice and sunflower seed? Can you use a standard scale like a banana?
    Cool and very useful project though!

    • @MAYERMAKES
      @MAYERMAKES 2 года назад +2

      these are the standard scales for asian and Slavic viewers, I don't want them to get left out. Also I had no banana....

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

      @@MAYERMAKES Linus has a 'banana for scale' on his LTTstore lol

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

    Thank you so much 🥂

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

    Nice video! I'm about to embark on the same mission. Question: does this solution now also support serial debugging?

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

    Agree, those new ATtiny chips are much more capable than the old ATtiny chips, they have even feature ATmega328p doesn't have, like programmable logic(CCL) and event system, better interrupt system, etc

  • @slavric
    @slavric 2 года назад +2

    Or you buy any USB to serial TTL adapter, connect RX to TX via 4k7 resistor and you are done. You only need RX pin connected to PA0 and GND to GND. Tested with CP2102 and CH340G personally.

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

      there are plenty ways to skin a cat, this is just one of multiple methods.

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

      @@MAYERMAKES Of course. The method I mentioned is simple but slow. It also doesn't have 12V trigger, which some small parts need. It is for a quick start, if you don't have any Arduinos lying around. Thanks for posting, it is very useful info anyway.

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

    Hello, the first link in your video notes is broken. I could find your "bonus content" about the case, but where is the 3d print file? Thank you.

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

    Wow!😃

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

    Does the Arduino IDE serial monitor work over the UPDI link for the Attiny chipI?

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

      no you need to connect a serial to usb converter on rx and tx for that but that can also be built with the parts i nthe video, just different software,

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

    5:33 where did you get your SMD storage?

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

      Those are esd safe containers, I think those were from farnell

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

      @@MAYERMAKES thanks mate I’ll take a look, Merry Christmas

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

    Cheers. Everything is perfectly explained. I can't load the jtag2updi program. He keeps throwing chiba at me. pls help me.

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

      make sure you have agenuine arduino, not a knockoff, the serial chips migth not like the code.

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

    I like to use Microchip's, PIC 32, 16, 8 and the dsp chips, Some Asian uChips, Intel, AVR, TI, AD, TI, ST eg, the chip thats in the Black and Blue Pill STM32F04... ect As long as they are doing a good JOB. By keeping your products very consistent and always working perfectly for many years, then they are ok for me.

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

    Noob question: Will this programmer work with Atmel Studio? I ask because I need a UPDI programmer to lock an Arduino Nano Every.
    I'm told I cannot lock it via AVRDUDE because it doesn't have access to the fuses. So, my only hope is that it can be done via Atmel Studio....and again hopefully, using your Nano programmer...

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

      maybe I don´t use atmel studio , but its worth a try.

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

    Great upload video! 👍 stay connected! 😍Like 👍👍👍

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

    avedude: jtapakil Initialize(): Cannot locate "Flash" and "boot" memories in description how to solve this error in 402 IC flashing time usins aurdino Uno

  • @bertbrecht7540
    @bertbrecht7540 2 года назад +2

    Can someone please help me understand why we dont have more chip fabs? Chips are the world most valuable resource and we are relying on a few plants in very vulnerable asian countries.

    • @MAYERMAKES
      @MAYERMAKES 2 года назад +5

      outsourcing to avoid the cost of labor , has a cost attached to it. and we are now paying for that.

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

      @@MAYERMAKES Not labor, few people work there. It is Tax avoidance. Mega Corp all they care about is not paying taxes and boosting CEO pay

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

    Hi, so i have an awesome idea for a build for you all. Can you mod a Nintendo power for VR? A huge part of the VR community is looking for haptic gloves and it seems like a decent start.

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

    aaaaand the ATTiny1614 is completely out of stock everywhere :D D:

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

      plenty of others are available at farnell.

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

      @@MAYERMAKES Clemens, und welche sind das? Poste mal einen Link in der Beschreibung.

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

      @@webmeisterch ich hab keinen Zugriff auf die Beschrreibung und Links in den Kommentaren werden nicht publiziert, geh auf farnell und gibt Attiny ein. dann findest du einen Haufen, welche UPDI /Arduino kompatibel sind siehst du im Screenshopt im Video bzw. wen ndu megatinycore selbst in der IDE installiert hast.

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

      @@MAYERMAKES Danke für die Erklärung. Ich selber habe die verfügbaren Typen schon gefunden. Ich nutze diese schon seit längerer Zeit. Ich habe eigene UPDI-Programmierer realisiert.
      Aber die Besucher, die erstmals einen UPDI-Adapter bauen, wollen ja auch ATtiny-ICs nachher programmieren und nicht nur den Programmieradapter aufbauen. Die praktische Programmierung kommt im Video leider etwas zu kurz.

  • @555circuitslab5
    @555circuitslab5 2 года назад +1

    You are to late with your UPDI video. Bitluni showed all details long time ago :-)
    Regarding the chip shortage - the Attiny with UPDI are sold out at the most suppliers. But Arduino boards like the Nano are still available.

    • @MAYERMAKES
      @MAYERMAKES 2 года назад +5

      it is never to late to make an informative video. plenty of stock of both chips I showed in the video available at the relevant suppliers.

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

    I am electonic technician

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

    At 5:58 your soldering skills need work.... LIKE A WORKING FAN! Don't inhale those fumes! Now I'm sure you know better judging from your extensive knowledge.

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

    3 minutes of unnecessary "comedic" intro ! Thumbs down !