Тёмный

TUTORIAL: Quickly Getting Started ATTINY85 - In 9 Minutes! (Digistump Serial Output) 

Antony Cartwright (Electronics & Code)
Подписаться 30 тыс.
Просмотров 54 тыс.
50% 1

Хобби

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@roadeycarl
@roadeycarl 6 лет назад
This is the easiest video to understand the attiny85... Thanks!
@AntonyCartwright
@AntonyCartwright 6 лет назад
Thanks Carl
@OcenaSoft
@OcenaSoft 4 года назад
OMG - Amazing, this is what I have tried to do and spent ages looking for the right solution. You're amazing
@rickatt1963
@rickatt1963 6 лет назад
Thanks for this video, it was quite concise and especially useful for those of us planning to connect via Serial (even if only for debugging). Thanks!
@AntonyCartwright
@AntonyCartwright 6 лет назад
Richard Attenborough wow, thanks Richard. :D :D :D
@44mod
@44mod 6 лет назад
Great job to the point and dead on. Thank you for taking the time to do this video.
@AntonyCartwright
@AntonyCartwright 6 лет назад
44mod thanks
@entozoon
@entozoon 6 лет назад
Cracking video mate, really helped. Read endless horrific tutorials and other lengthy videos that were no help at all, til I found this. Cheers
@AntonyCartwright
@AntonyCartwright 6 лет назад
entozoon thanks! I try to make them direct and to the point.
@ronen124
@ronen124 4 года назад
I hope that the link you provided for the attiny85 USB board driver will germ at my current windows10 and my look the same modules, thanks for spreading your experience
@GiuseppeCascavilla
@GiuseppeCascavilla 2 года назад
My digispark attiny85 after some experiments got the green light stuck (no more red light and Windows does not recognize it).... reading here and there i understood it is a Bootloader problem... how i can fix it with the console from arduino? What should i do? Any help on that? Thanks
@pasanlaksitha
@pasanlaksitha 4 года назад
ohh man you helped me to solve a huge problem on my AT85
@arbaazkhan326
@arbaazkhan326 3 года назад
i have a problem i want a servo motor to operate in 2 different speeds with 2 diffrent clicks on button for example normal 120 degree rotation speed at single click and fast 120 degree rotation at double click using on off tactile switch using a cr123a battery.all these using a pcb or arduino in the most smallest space is it possible?
@brianhenning6030
@brianhenning6030 3 года назад
works perfectly, I really appreciate the video
@hbirtt
@hbirtt 6 лет назад
You should title this video something like "attiny/digistump serial output" I found it looking for something that would describe the pinout, but what you do is a handy thing that I just assumed I couldn't do outside of hacky software serial stuff on the attiny.
@AntonyCartwright
@AntonyCartwright 6 лет назад
Harley Burton thanks, I'll do it now..
@c3celea
@c3celea 3 года назад
Thanks! this was really useful. Would this work also with the attiny85 alone (the microchip without the development board)?
@RichardBronosky
@RichardBronosky 6 лет назад
In my DigiSpark Examples area I got a SoftSerialExample sketch. It works for 2 way serial. I used it to test my new Logic Analyzer here i.imgur.com/JicJ3QU.png
@KiwiFruit65
@KiwiFruit65 Год назад
Didn't work for me. IDE still wants me to select a board and port. No serial output for me.
@KiwiFruit65
@KiwiFruit65 Год назад
After downloading a driver for my usb/serial board it did work.
@GabrielMoscardiPauka
@GabrielMoscardiPauka 6 лет назад
Worked like a charm! Thanks man!
@AntonyCartwright
@AntonyCartwright 6 лет назад
Gabriel Pauka Cool!
@PeterCurrie
@PeterCurrie 6 лет назад
what is that other chip you wired it up with in order to read serial output? nothing mentioned in annotations or description....
@AntonyCartwright
@AntonyCartwright 6 лет назад
Hi, it's at 5:44. Antony...
@PeterCurrie
@PeterCurrie 6 лет назад
yes, clearly I have no issues seeing the physical device. I'm wondering the _name_ of the product so that I can actually get one... :l
@AntonyCartwright
@AntonyCartwright 6 лет назад
But at 5:44, I say it's an FTDI UART! If you type that into ebay, you'll see it! :-)
@PeterCurrie
@PeterCurrie 6 лет назад
o, ok. well, I don't really understand the use in having such a tiny arduino chip when you have to use it with another device -- which is almost the same size as arduino nano which has way more functionality by itself...
@AntonyCartwright
@AntonyCartwright 6 лет назад
The idea is that when you deploy the project, you take the programmer away. :-)
@Wajiduddaim
@Wajiduddaim 3 года назад
what about RX pin?????
@MPElectronique
@MPElectronique 5 лет назад
they cannot received serial?? thanks. Marc.
@jparky1972
@jparky1972 4 года назад
Software serial they can. I have an Attiny85 running i2c to serial between a pro mini and a yx5300 mp3 module. So it can be done. I suspect he actually means programming via UART. His video is ok. But not the clearest of descriptions.
5 лет назад
This helped, thanks!
@oldanalog_synth9244
@oldanalog_synth9244 6 лет назад
Your value for "Serial.begin(115200);" is to high, my Serial Windows show ????????? I set this to "Serial.begin(9600);" and everything works fine. Thank you !
@guillaume8437
@guillaume8437 3 года назад
Oooooooh! The USB->UART adaptor... I thought there was a nice trick to avoid the use of it but no. Sad :/
@ThierryC2373
@ThierryC2373 6 лет назад
Thanks for the tip but I was expecting serial communication via the USB port which would make more sense...
@AntonyCartwright
@AntonyCartwright 6 лет назад
But this is serial over USB!
@ThierryC2373
@ThierryC2373 6 лет назад
Nope, this is serial over an external UART interface hence not included in the original device... There is already an UART interface in the Digispark to upload sketches but it seems absolutely useless when it comes to use it otherwise. What I want to do is to connect the Digispark on my USB port and being able to whether upload sketches or get serial communication without any other device. One USB, many usages!!!
@AntonyCartwright
@AntonyCartwright 6 лет назад
I see... Well this module is very weird when it comes to that! If you let me know how to get it working, please let me know!
@michatroschka
@michatroschka 4 года назад
@@AntonyCartwright thats interesting! you can upload, without any uart interface (i think in that attiny85 board is nothing like that) soo the big elephant in the room, or however you brits call that ;) is: how does it work and is it possible to get messages without any interface between the attiny and pc.
@johndripper
@johndripper 6 лет назад
Best use of this MCU board is to use it as a hid device(making bad USB /running rubber ducky scripts) ;)
@moamoa3303
@moamoa3303 6 лет назад
i have error " upload 80% ...find arduino 1.6 " then it stop and say's unplug the arduino i dont now how to correct that..i did exactly like you and when i test it with keyboard option it want work see error here image.noelshack.com/fichiers/2017/52/3/1514329921-aaa.png
@dLLund
@dLLund 4 года назад
perhaps just solder female socket headers to the board itself, instead of male pin headers ? thank you for posting.
@Dennis-mq6or
@Dennis-mq6or 4 года назад
WHY BOTHER TO SHOW THE DISPLAY WHEN THE TEXT IS TOO SMALL FOR US OLD FOLKS TO READ? Especially since it is so easy to make the text fill the screen in the Arduino software.? I would really love to be able to see the screen so I could duplicate, (or at least be able to understand), what you are doing on a step by step basis,,,, I NEED THE INFORMATION YOU ARE PRESENTING SO I AM EXTREMELY FRUSTRATED BECAUSE i CANNOT READ THE TEXT ON THE SCREEN. I understand that the lack of ability to read the fine print is entirely mine, but there is nothing I can do about it on my end,...... but you can easily fix it on your end;; and I know how easy it would have been to expand the text on your screen.. Please consider expanding the text on future tutorial videos and possibly even re-doing this one so us visually handicapped old people can enjoy them too! Thank you for reading my selfish rant, Dennis O.
@pplg-yt
@pplg-yt 2 года назад
You could make a screenshot and then expand it with Paint or any other software
@naeemhaque9893
@naeemhaque9893 4 года назад
Thanks
@seabawaysaleh4267
@seabawaysaleh4267 6 лет назад
unclear video
@johnjoyce
@johnjoyce 6 лет назад
Man, you could’ve had a great video. But, you had terrible audio. Get a good mic, pop filter and a space to work in.
@AntonyCartwright
@AntonyCartwright 6 лет назад
じょいすじょん thanks, it's an old video
@marcusmichel84
@marcusmichel84 6 лет назад
Bad resolution cant read anything.......dislike
@AntonyCartwright
@AntonyCartwright 6 лет назад
Hi, It's perfectly legible, change your viewing resolution to 1080 and it will be crystal clear. :-)
@johndripper
@johndripper 6 лет назад
So rude Lmfao 😂😂😂
@AntonyCartwright
@AntonyCartwright 6 лет назад
John Dripper Funny though! Ha, some people!
@entozoon
@entozoon 6 лет назад
False
@englishrupe01
@englishrupe01 5 лет назад
Yep, i'm sure it's just a troll, but it never ceases to amaze me how bloody ungrateful people on here can be. I mean....it's free, great info....and some people seem to expect damn Hollywood production values, and spoon-fed details. Man...i feel for ya Antony. I know i couldn't be as polite as you are on here. Anyway....thanks for the suffering, mate!
Далее
#84 Making the ATTiny85 easier to program
27:19
Просмотров 31 тыс.
Programming ATtiny85/84 with Arduino Uno (ATTinyCore)
18:32
Bare-Metal MCU #9 - Review; ATTiny85 from scratch
14:25
Why a Digispark should not be your first Arduino.
8:38
#82 ATTiny85 + I2C  + SPI and more!
35:25
Просмотров 82 тыс.
How To Program An Attiny85 With An Arduino Nano
9:20
Слишком Милое Видео ❤️
0:20
Просмотров 782 тыс.
Heavy machinery to lift upstairs process
0:13
Просмотров 6 млн