Electronic Basics #3: Programming an Attiny+Homemade Arduino Shield

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • Twitter: / greatscottlab
    Facebook: / greatscottlab
    Attiny Library: github.com/dam...
    Previous video: • Electronic Basics #2: ...
    If you are using only a couple of pins of the arduino for your current project, you might be able to shrink the IC. I am going to show you an easy way to use an Attiny instead of an Atmega328.
    Music:
    Killing Time, Kevin MacLeod (incompetech.com)

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

  • @nextstorming3908
    @nextstorming3908 8 лет назад +217

    I'm hooked on your electronics basics videos because they're so high quality

  • @BrockAngelo
    @BrockAngelo 9 лет назад +46

    Just finished assembling my ATTiny programming shield. This works really well. Thanks!

    • @greatscottlab
      @greatscottlab  9 лет назад +12

      +Brock Angelo Awesome

    • @robinsharpe-yablonka6419
      @robinsharpe-yablonka6419 3 года назад +2

      Just like a EEPROM programmer I made a attitny and at mega programmer thanks for the help!

  • @rahul81299
    @rahul81299 8 лет назад +61

    Your channel is the best channel anyone could find for DIY projects......Thank you from bottom of my heart :)

  • @eidolon0
    @eidolon0 8 лет назад +28

    Great tutorial! Finally made my ATTiny85 work, but this video is a bit outdated.
    For anyone struggling, check out the latest High-Low Tech tutorial, the latest version of arduino (1.6.7 at this time) works fine for programming.

    • @Brianvanvlymen
      @Brianvanvlymen 8 лет назад +2

      thanks for updated :)

    • @thedankoona_5854
      @thedankoona_5854 7 лет назад +1

      thanks!

    • @nachtfrosts
      @nachtfrosts 7 лет назад +6

      That was quite a search until I found what you're talking about. :-D
      For everyone who's looking for a youtube channel called High-Low Tech, like I was, I think Danijel Milosevic was talking about this: highlowtech.org/?p=1695

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

      @@nachtfrosts Thank you!

  • @refusalpoi
    @refusalpoi 7 лет назад +1

    Your video quality has improved now I'm looking back upon your older videos. Keep up the good work!

  • @tuhitatutorial
    @tuhitatutorial 4 года назад +3

    Thank you, based on your video now I can use USBASP and USBTinyISP also for programming my Tiny84, Tiny85, and Tiny13

  • @vpertys
    @vpertys 5 лет назад +45

    0:53 "Trust me, i'm an engineer"

  • @Tech_-ez7us
    @Tech_-ez7us 9 лет назад +6

    I'm interested in home automation and off grid projects. I enjoy your videos and see a lot of potential. Perhaps you could show some power generation from Peltier...

  • @revimfadli4666
    @revimfadli4666 7 лет назад +46

    "Yo dawg, I heard you like programming, so I program an ATTiny with an Arduino, which itself already had a programmer within, so you can program while you program"

  • @Elec-DIY
    @Elec-DIY 10 лет назад +5

    You have some great videos, keep that good work up!

  • @Afif87123
    @Afif87123 4 года назад +7

    Ahh, memories

  • @MaciekStaniec
    @MaciekStaniec 8 лет назад +3

    It worked after a year of fails. Thank you very much. ;)

  • @jamcguire100
    @jamcguire100 9 лет назад

    Bit banging is not as you describe it "protocol emulation", this is a misdescription. Bit banging is the ability to shift or add bits onto an output address or variable, usually for the purpose of crafting specifc values of IO.

  • @JFrap
    @JFrap 9 лет назад

    0:32 I think that the arduino ur holding is a counterfit. The deep blue pcb, the wierd usb and resistor next to it is a good sighn.

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

    Adding the status LEDs 7/8/9 from the Sketch is easy and helpful!

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

    Thanks for this very clear video. I found the same procedure in a couple of projects at arduino.cc and hackaday, but your explanation and photography are the best. I tried it with a fresh Attiny85 and a generic Uno clone (with the CH341 USB to serial chip), and got the dreaded "Invalid device signature 0x000000". (I'm running the Arduino IDE 1.8.13, installed from arduino-1.8.13-linux64.tar.xz on Debian 10, in case that matters.) The connections are correct and Vcc is 5.01V at the target. The forums tell me this means my ATtiny85 has its clock mode fuses set wrongly, and I need to use the high voltage programming mode to "unbrick" it. Which is not a function ArduinoISP can perform, and it's not how the data sheet says the chip ships. So I have a few questions. 1. Have you run into this issue? Did applying an external clock fix it, or did you need to use the HVP? 2. Is there anything in ArduinoISP that requires a genuine Uno? or should any generic Arduino work? 3. What's really going on with that 10 uF capacitor on the Arduino's RESET\ signal?, it seems like a kludge.

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

      I'm digging into question 3. It seems the Arduino IDE talks to the serial port the wrong way, causing a pulse on the Uno's RESET\ when it's not done talking to the ArduinoISP running on the Uno. It leaves dealing with the (emulated on USB) serial port to the avrdude program, and avrdude doesn't know enough to do it right. So the 10 uF cap is a kludge working around a missing feature in the avrdude program. For a less kludgy fix, avrdude needs a new command line option to tell it not to pulse that serial port status line, but leave it connected all the time. And Arduino IDE needs to know how to set the "serial port" up so that avrdude doesn't have to do it, and when to use avrdude that way. Or avrdude needs to get way smarter about when to open and close the emulated serial port. No wonder everybody kludged it with a 10 uF cap instead.

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

      I tracked my problem down to an intermittent short between MISO and SCK. They were shorted when the shield was in place and open when I pulled it off the Uno to buzz it out. The SCK is low when the Arduino-as-ISP samples MISO so it was always reading back zeroes. Thanks again for these excellent videos!

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

    I love those tiny micros - Built a custom UNO shield just for this that supports all tiny micros with some dedicated test sockets too. you can find it on tindie - Just type 'All ATtiny Arduino programmer shield'

  • @SirDella
    @SirDella 5 лет назад +7

    Stick away from this tutorial when it comes to the libraries, there are other ways to get them, plus the files he mentions in the video have changed

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

    0:51 That does seem legit, in fact there's enough room to fit 2 or 3 more of them, should I try that?

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

    I can't believe i'm watching tutorial 3 and still have no idea what is going on. I'm waiting for you to say something i understand, which is not happening yet - like, 'christmas lights' and i smile and say 'yes, carry on'

  • @boehml
    @boehml 10 лет назад

    Well done! I prefer mcrochip PIC µC's but that's a matter of taste.I really like the professionalism of your videos, keep on the good work.

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

    hallo ich bin aus mexiko I love your videos, please never stop making them.

  • @shaikealmog3104
    @shaikealmog3104 9 лет назад +2

    Hi ,Thanks for the video , I find it very interesting as it goes beyond the traditional "use an Arduino...J" , but can you elaborate more examples , what can be done with the attiny85 or other chip options [now that we know we can program it] ? maybe different applications (and code)? maybe different chip , Thank you ,great work !!

  • @WhiskyPankcake
    @WhiskyPankcake 10 лет назад +13

    What is the capacitor between reset and ground for?

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

      The time constant of the capacitor will help programming the uC

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

      It is there to stop the Arduino re programming itself !

  • @NormanNodDunbar
    @NormanNodDunbar 9 лет назад

    Given the date of this video, you are most likely aware by now that the Attiny85 has PWM on IO4 as well as the two pins you mentioned? I'm using one in an RGB LED project, and it works fine. Not many ocs seem to be aware of the fact that three pins have PWM.

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

    You are the one of the few that can solve this mystery. I uploaded a sketch to my attiny85 that outputs PWM according to a potentiometer. It didn't work. It drew about 2.8-3.5mA, but when I unpluged the ground to the attiny, it started working and only drew around 0.7-2.5mA. Why is this? And why will it not work when ground is connected to the attiny?

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

      It is hard to know what is the problem if you dont list every connection here. Probably the potentiometer keeps sucking current - use higher ohm value pot. Protip - Make your sketch work on an arduino uno or nano, and use Serial.println(value); to debug the code.

  • @stevenpires
    @stevenpires 8 лет назад

    you could make an "alarm" that when someone gets close it started to do noises and you with a "remote control" could desactivate it or when you get close with the remote :)

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

    Really high quality sharing, clarify lots concepts for me,tks

  • @troypuchini9092
    @troypuchini9092 9 лет назад

    Hey GreatScott! I made this for the Attiny 85 and 84 and used my nano instead of the uno. Couldn't have done it without you. I wanted to show you pictures but I don't know what the best way is to share them with you.
    My only issue was soldering the female header pins on the boards to connect the Arduino. It was hard to get the soldering tip and solder under the plastic pins to make the connection to the strip board. Suggestions?

    • @troypuchini9092
      @troypuchini9092 9 лет назад

      +Hydrameda the issue was actually soldering the headers on. because they go on the bottom of the board (where the solder strips are attached,) I couldn't get my soldering iron between the header and soldering strip. I'll try to get a picture

    • @troypuchini9092
      @troypuchini9092 9 лет назад

      www.instructables.com/id/Soldering-a-LED-To-The-Wrong-Side-Of-A-PCB/
      This is an example of what im talking about. Except they are talking about a LED, but same basic issue.

    • @Fleurlean4
      @Fleurlean4 8 лет назад +1

      +Troy Puchini Those header pins have the black plastic spacer that can usually be moved/removed. You could solder the longer side of the header pins to the copper side of perfboard, then when soldered just wiggle the plastic spacer down or take it out completely. I found I can't really trust hookup wires to stay connected if headers have that plastic Part

    • @troypuchini9092
      @troypuchini9092 8 лет назад

      AHHHHH, now THAT is a great idea. Thank you

  • @lennybruder2153
    @lennybruder2153 6 лет назад +6

    Hey,
    I bought 50 Attiny 13a to build some small things. But I can't find a esay Tutorial to Programm the Chip. Better said I can't programm the Chip, nothing work by me;(

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

    Can we get an updated version of this video cuz this doesn't work anymore and I'm kinda ripping my hair out over here screaming at the ic

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

    Why when programming the ATMega328 via ISP nobody use a capacitor between reset and ground, but when programming the ATtinny85 everyone put a 10uF capacitor?

  • @etiennegagnon5479
    @etiennegagnon5479 7 лет назад +2

    +GreatScott! Why don't you burn the boot loader to the atttiny to run it at 8mhz instead of 1mhz?

  • @alexandrumoise1511
    @alexandrumoise1511 8 лет назад +18

    why do you put the capacitor?

    • @Tyson888
      @Tyson888 7 лет назад +1

      To protect from over voltage

    • @alexandrumoise1511
      @alexandrumoise1511 7 лет назад +1

      Thank you

    • @ericcartmann
      @ericcartmann 7 лет назад +29

      caps dont protect from overvoltage. when you short a cap to ground you make a low pass filter.
      the higher the capacitance the more higher frequencies are killed. A capacitor of infinite capacitance only allows DC to flow.
      The cap is so that random EMR or voltage dips etc etc dont end up tripping the reset pin when the reset pin is not supposed to be tripped. This can brick the chip, since programmers use reset for programming the chip.

    • @alexandrumoise1511
      @alexandrumoise1511 7 лет назад +4

      ***** oh, OK, that makes a lot of sense. Thanks

    • @Azagro
      @Azagro 7 лет назад +4

      Decoupling the reset pin.

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

    Oh beautiful. very good explanation. May you live a long life Full of gladness and health . May all God's blessings descend upon you. May peace be within you may your heart be strong. May you find what you're seeking wherever you roam.?

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

    I'm very happy for the video. Now I'm working with a arduino project where needed 3 I/O pin and 1 is digital pin-2 for interrupt. Could I use the tinny arduino for the interrupt functionality?

  • @ravenmooore
    @ravenmooore 8 лет назад

    Hello! I love all your videos, very clear and easy to follow!
    Can you recommend an easy to understand video of SPI and I2C for a beginner :)

    • @sensiblewheels
      @sensiblewheels 8 лет назад

      Hey . if you're still looking for it , Great Scott has a video on I2C in his electronics basics playlist . check it out :)

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

      :)

  • @S-Tach
    @S-Tach 5 лет назад

    It was very nice video. ..please make veriable timer relay trigger with potentiometer to adjust time delay using attiny mcu.

  • @Ahmed.Al-Hloul97
    @Ahmed.Al-Hloul97 9 лет назад +3

    Mr GreatScott! Why should I put a 10 microFarad capacitor between the reset pin and the ground pin?
    And if I didn't use the capacitor , what would happen ?
    And is it necessary that the capacitor's value is 10 microFarad ?

    • @JimisekMichalas
      @JimisekMichalas 9 лет назад +2

      ahmed alhloul you put it there so arduino wont reset :)
      at least its how I understood that.

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

      To filter out high frequency noise, so the Arduino doesn't reset randomly.

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

      In my opinion, Arduino IDE will send reset signal once you hit "Upload" button, despite the Uno on the other side of USB cable is running "Arduino ISP" sketch and actually not the target you want to upload your program into. Your Uno will be reset and broke the uploading operation. By hooking reset-pin of Uno with capacitor your Uno will continue working and "Arduino ISP" sketch will handle your program to ATtiny.
      If you Upload with "Uploading using programmer"(option-click Upload button or alt-click for a PC) sometimes you won't need a capacitor. It will treat your Uno as an ISP and tries to reset the target chip instead of Uno itself.
      But in recent versions(1.8.7) broke this feature and Uno will still be reset. It is because a protocol change and Uno will still treat this signal as reset.
      see this for detail github.com/arduino/Arduino/issues/8293

  • @thedankoona_5854
    @thedankoona_5854 8 лет назад +5

    how is that called that holds the attiny? its a kinda female header but thicker...

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

    So why should we put a capacitor between the reset pin and ground ?

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

    What kind of wires is he using on top of the Strip board for routing? Looks more substantial than remnants of component leads. Also looks a lot neater than if I were to strip my solid core to just the bare wire

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

    Nice short videos you are making.

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

    Love this one .... GreatScott!

  • @matetsertsvadze5746
    @matetsertsvadze5746 8 лет назад

    can you program any atmel microcontroller from arduino. And make small video about it. great video thanks

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

    thats amazng

  • @kennyfication88
    @kennyfication88 10 лет назад

    Genial, wie immer! Super gemacht!

  • @anthonyperks2201
    @anthonyperks2201 8 лет назад

    That video is fantastic.

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

    Hi, could you make a Video about how to use the Attiny10 with Arduino IDE and Arduino Uno?!

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

    Good video. Can you make a video on doing this on a Raspberry Pi?

  • @STONEDay
    @STONEDay Год назад +1

    Glad high bought lots of stuff like this years ago when they were about a buck. These got expensive like potato chips.

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

    Hey Scott, I think you mixed up the ground and the reset pin when you showed the attiny on the breadboard (alone). Please correct me if I m wrong.

  • @RahulSingh-my7vx
    @RahulSingh-my7vx 5 лет назад +1

    sir when i program attiny85 it showing yenkie invalid device. check your connection double. please help me about this

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

    Greetings! I like your videos. Recently I am doing an R/C project which involves using pulseIn on pin 3,4 to read receiver signals and use pin 0,1 for out put. However, it seems running very slow. Have you ever come across something like this?

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

    I designed my own shield for this. Mine can programm ATTiny 25/45/85/24/44/84/441/841/2313/4313.

  • @aryakvn6051
    @aryakvn6051 8 лет назад

    how can i make a micro controller from things that are laying around in my house ? i mean not expert thing .... things like Electronics Toys , remote controllers and so on ...
    THANKS for your GREAT tutorials !!!

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

    Nice tutorial. Thanks for sharing.

  • @Flankour
    @Flankour 8 лет назад

    Hallo, deine Videos und das was du machst finde ich echt Klasse. Weiß du zufälligerweise welchen Beruf man da am besten erlernt um das "ganze" mit den Transistoren, Programmierbare chips usw zu erlernen? Mich fasziniert das gerade echt, was alles möglich ist. P.S fange in 2 Monaten meine Ausbildung als Fachinformatiker in der Richtung Systemintegration an. Ich weiß, man kann sich vieles selbst beibringen, aber in einer Ausbildung oder so geht man natürlich noch viel mehr ins Deteil.

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

    I wished that this electronic parts were available in my country.

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

    Hello
    Could you make a video or some instructions for make a proyect with attiny85 and Bluethoot?
    Thank you. Congratulation for the channel

  • @mastergscrewu
    @mastergscrewu 9 лет назад

    I really like your videos and your projects. I want to start making my own staff but I need to know more about electronics is there any web page that you suggest or any book? Thanks keep making videos they are the best!!

    • @greatscottlab
      @greatscottlab  9 лет назад +1

      mastergscrewu Instructables.com is a really good information source.

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

    I am too late to start such project but I believe I am at right place to ask my question.
    1. Can I use ATTiny85 for FastLED projects to control programmable WS2812B (say 60 LED strip).?
    2. Also can I program it using Arduino Pro Micro or any other Arduino board.?
    I want your suggestion before I make any purchase. I am very new to Arduino. Please suggest me alternative if any. I am looking for cost effective too. Thanks.

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

      @@smert_okupantamThanks a lot for time and reverting. Much appreciated.

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

    This seems a lil advance for a basics vid

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

    It does not work for me, it gives the error "invalid device signature 0x000000"

  • @RobinGlauser
    @RobinGlauser 8 лет назад

    Can you reverse the order of the electronic basic playlist? RUclips plays first number 20 and so you can't watch them in one go.

  • @gio90s74
    @gio90s74 9 лет назад

    GreatScott! I've made it! It works! Thank you. But now I have an answer...can programm also the attiny pins i've used to upload the code as output (pins 0, 1 and 2)? Or it makes troubles with the arduino? Hope i was clear...

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

    Does it really matter if a MC costs 1 or 4 bucks for a one-off project? I guess it does if you would mass produce it.

  • @Fluburtur
    @Fluburtur 8 лет назад +1

    What kind of stripboard do you use? When I search for some on amazon I only find cheap ones that are rated pretty bad or expensive one with bunch of stuff on them, I only need a quare with holes an copper since im gonna cut it anyway

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

      I would just buy the cheap stuff. What could possibly be bad with a piece of copper and silicone?

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

    Can you make a brand new tutorial series?

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

    Awsome vid Scott ty.

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

    Having troble, after instaling, wen i go to tools the bords dont show up

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

      same here

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

      @@PacLevkov try this link, It worked for me
      www.hackster.io/arjun/programming-attiny85-with-arduino-uno-afb829

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

    Hi GreatScott, what are you using for connecting pins on your prefboard, for example at 4:41 , and where do you buy them? Thanks

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

    Thanks, it works. But how to RESET the program in ATTiny to the default?

  • @Cortez3333
    @Cortez3333 9 лет назад

    doesnt the Attiny needs a 16Mhz crystal (same as the arduino) to run in propper time? (in this case, .5 sec blinking)

  • @britishtechguru
    @britishtechguru 4 месяца назад

    I'm getting into the ATTiny85 myself. I bought a programmer for it but it didn't work. I'm not sure which way around the capacitor should go on the Uno.

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

    Well done sir

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

    Your all video sooper happy to watching this video

  • @hielkebaron7007
    @hielkebaron7007 8 лет назад

    Hee scott! Are there more ic's that you van program with an arduino??

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

    Please update the video GreatScott.

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

    What if you DID plug the AtTiny84 in , then cut the other board to fit the other data pins.

  • @kaylanipimp1
    @kaylanipimp1 8 лет назад

    In order for using the Arduino the old way after using it for programming the Attiny should I just go on Tools/Programmer and select ArduinoISP instead of Arduino as ISP or do I need to burn the Bootloader again?

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

    I uploaded arduino ISP to my arduino Uno board but now I can't use my board directly to control the blink sketch through the inbuilt IC 80 Mega 328 p

  • @100roberthenry
    @100roberthenry 5 лет назад

    i'm not getting the option to see the attiny in my board manager?........when i put the extracted attiny folder into the hardware folder where the avr folder is also , it stops the arduino programme starting?.....help. thanks .

  • @dr.ahmedjabbar265
    @dr.ahmedjabbar265 8 лет назад

    Thank you for efforts....

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

    If I’m using the A0 and pins 7-12, where could I get an attiny that accompanies all of that?

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

    Nice night rider Red alternate led from left to right vv

  • @raevod6361
    @raevod6361 10 месяцев назад

    Actually the atmega 328p is way cheaper than the Attiny 85

  • @vishnu7794
    @vishnu7794 10 лет назад

    Great video

  • @genericalias5756
    @genericalias5756 9 лет назад +30

    Question, how is this really ummm... basic?

    • @greatscottlab
      @greatscottlab  9 лет назад +28

      Ike Zhang It is basic for a project with an Attiny ;-)

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

      IKR?

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

      I just learnt about integrated circuits jumping to arduino is dificult

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

    Can I use 22uF capacitor?

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

    this basics video went from 0 to 100 way to quick

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

    Has inbuilt LED does not blink and an error message was shown in uploading the sketch to the board

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

    now this is question that was in my mind from a long time that "where did you learn Arduino?"
    Please tell me

  • @edsonsilva7912
    @edsonsilva7912 8 лет назад

    Very nice idea!!!

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

    you didn't burn the arduino bootloader to the attiny85... why?
    thank you in advance

  • @djstress260
    @djstress260 8 лет назад

    really tnx for this video ... really help me

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

    How could one do this with an Arduino mega?

  • @shubhamkumar-oq8qr
    @shubhamkumar-oq8qr 6 лет назад

    you can use arduino micro-controller it cost same as attiny85

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

    Why there is no need of clock in attiny ....I mean any oscillator .....becuz how will the ic know the timmings like delay(500);??is there any inbuilt oscillator

  • @tom20001229
    @tom20001229 9 лет назад

    umm... can i use another 10uF capacitor instead of electrolytic capacitor?