Arduino Basics 103: Library, Port Manipulation, Bit Math, Faster PWM/ADC

  Рет қаралды 305,175

GreatScott!

GreatScott!

Күн бұрын

Пікірлер: 423
@SireSquish
@SireSquish 6 жыл бұрын
Most arduino tutorials go from basics, like turn off/on a pin, flash a LED etc. and by tutorial 10 you're talking fancy talk like using for loops and so on. With Great Scott though, the complexity is exponential. At this rate tutorial 5 will have us manipulating the universal gravity constant through software.
@cdurch1
@cdurch1 3 жыл бұрын
Agreed. He went from 101, to 102, (undergraduate classes) to class 506 (doctorate class). I pride myself in being able to at least follow Great Scott in most of his videos, even if I couldn't necessarily repeat what he said... but in this case, let's just say if he comes out with a 104 class I'm going to pretend i didn't see it! LOL
@robcean
@robcean 6 жыл бұрын
I love the handwriting when you explain!
@cwill6491
@cwill6491 5 жыл бұрын
Local KZbinr Inincreases his signal frequency to 1MHz using these 2 weird lines. Electricians hate him. 2:25
@djtoddles8750
@djtoddles8750 5 жыл бұрын
1:18 "...or a lazy person like me." If this is lazy we're all screwed.
@gautampassi3863
@gautampassi3863 7 жыл бұрын
Thanks for listening to us and continuing the series. :)
@greatscottlab
@greatscottlab 7 жыл бұрын
No problem :-)
@rikvdmark
@rikvdmark 6 жыл бұрын
This video series is definitely very useful! I'll be able to do a lot more due to a better understanding. Thanks!
@UhtredOfBamburgh
@UhtredOfBamburgh 5 жыл бұрын
Once he started playing Xs and Os at 6:00, that was the moment I knew I was destined for a career at Burger King.
@jasonking1284
@jasonking1284 4 жыл бұрын
Well , you got a choice when you include Macdonalds...
@Tronex2009
@Tronex2009 3 жыл бұрын
Although this vid is rather old, I enjoyed watching it. I recently spent a lot of time finding this out on myself and experimenting with it. This knowledge is especially usefull when trying to play 8bit sound samples by utilizing the PWM pins and using the ADC respectively. Because you need to switch on Fast PWM and setup the prescaler correctly, this video is a nice introduction for this scenario. Great, Scott!
@salutoitoi
@salutoitoi 7 жыл бұрын
It's interesting how you say that you are lazy and then you explain parts of atmega datasheet. Lazy for littles datasheet but ready for Atmega datasheet, like wtf haha :D
@UpcycleElectronics
@UpcycleElectronics 7 жыл бұрын
Lazy is a relative term.
@UpcycleElectronics
@UpcycleElectronics 7 жыл бұрын
***** Who has the patience to read the entire datasheet for less than a 6 figure salary? Would you do it for the wonderful KZbin comments and around $200 that you get paid over 6 months to a year? ... while working at a full time job? Subjecting yourself to YT comments is like working in the customer service industry. You just do your job for a paycheck while a crowd of ignorant imbeciles feels like they have a right to treat you like a verbal punching bag.
@UpcycleElectronics
@UpcycleElectronics 7 жыл бұрын
*****​​ I understand what you mean. When I learned to paint cars it took me forever to wrap my head around estimating time. I finally learned to make an honest assessment of the work, then quadruple it, and I would be right on the money. It's important to learn from both the internal mindset, and for communication with a customer. After being partially disabled, I picked up electronics. Learning those important bits to look for seems quite the challenge without buying a $30k to $50k, 4 year, guided reading program, but I'm probably just slow. I think it takes the right mindset and patience to isolate the necessary details. Sometimes it seems 'lazy' is the person unwilling to get up off the couch, other times it's the person that hasn't read the entirety of "The Art of Electronics." We're all wondering along different parts of the path to understanding this stuff.
@Northaxe
@Northaxe 7 жыл бұрын
he probably meant in general
@bettorapetto
@bettorapetto 5 жыл бұрын
I really like your videos because they are concise and force you to go deeper to understand the topic. Congratulations!
@thorntontarr2894
@thorntontarr2894 5 жыл бұрын
It is not surprising that many of those who commented (Marwan Nasr El Din) didn't 'understand anything because 'Great Scott' used an approach that confused rather than clarified how one can manipulate bits in a status register to achieve a goal. Sorry to be so lengthy, hopefully you don't reply TLDR! The code to set a 'prescaler' value in 'ADCSRA' was NOT clearly described instead a supposedly 'clever' bit manipulation statement: "byte PS_16 = (1
@BlackDawn
@BlackDawn 7 жыл бұрын
I don't get anything but i still watch
@Gamerdu45
@Gamerdu45 7 жыл бұрын
And you feel kinda bad about it dont you. like me.
@dieselgeezer18
@dieselgeezer18 5 жыл бұрын
@@Gamerdu45 Me too :(
@shetsanjay
@shetsanjay 4 жыл бұрын
If you are interested not much will stop you from learning. It is a. fun and useful hobby. So go ahead and get some batteries resistors and LEDs. :)
@RandomPerson494-12c
@RandomPerson494-12c 4 жыл бұрын
@@shetsanjay chill man
@RandomPerson494-12c
@RandomPerson494-12c 4 жыл бұрын
@@Gamerdu45 go through datasheet , try to understand it. It'll take some time but worth it . That is it.
@willofirony
@willofirony 7 жыл бұрын
An excellent video. You did cram a lot into 8.22 seconds but it was ALL gold. Other viewers, who found this challenging, might like to view the video again; this time pressing pause at the end of each topic and go back until you have a feel for what Scott is telling you. The message to be taken from this presentation is that; while the Arduino IDE/"language" does make things seem a lot simpler, it does so by hiding a lot of code in the background. This is fine for flashing LEDs but a lot of the MCU's awesome power is being hidden from you to. When one comes upon applications that need to control, or interface with, many peripherals, one will find the limitations imposed on you by the IDE, limit the applications one can tackle. Well done, Scott, for dipping your toe into the murky world of AVR programming. Be brave, your subscribers will soon realise that it is just new, not "too difficult" and will be so grateful to you for that lesson.
@drakoky6894
@drakoky6894 2 жыл бұрын
Arduino Is a framework, not an IDE, is different, you can use Arduino framework in many others MCU.
@touhvang
@touhvang 7 жыл бұрын
part 4 next week? looking forward to learning everything about Arduino and what I can do with it. great video as always. keep it coming.
@greatscottlab
@greatscottlab 7 жыл бұрын
No, Part 3 was the last part.
@richardsteen4340
@richardsteen4340 7 ай бұрын
Definitely like the pace and the details..!! Excellent tutorials..!!
@PeterMedvesek
@PeterMedvesek 7 жыл бұрын
There is two kind of people that watch this video. The ones who want to learn this and, the ones who already know the topic and they just feeling good about that they are able to understand :)
@nomunsheikh1312
@nomunsheikh1312 5 жыл бұрын
Please create a playlists of Arduino tutorial. I love your tutorial. I have completed the basic electronics series. But unable to find Arduino tutorial playlist. Thank you.
@TurbineResearch
@TurbineResearch 3 жыл бұрын
Your handwriting is absolutely amazing
@cw41486
@cw41486 7 жыл бұрын
Love this video. Thank you so much for posting and keep them coming. Love watching all your project videos and tutorials. Really helps me come up with ideas for my own personal projects.
@marwanahmed317
@marwanahmed317 7 жыл бұрын
holy shit i didn't understand anything
@RichardEricCollins
@RichardEricCollins 7 жыл бұрын
There is nothing wrong in that. :) And what is cool you get to have the fun learning what it was he was doing.
@Gamerdu45
@Gamerdu45 7 жыл бұрын
I think about my school if i should quit now and not suffer in other years i study electrotechnics.
@iMiilk182
@iMiilk182 7 жыл бұрын
Gamerdu45 if you like to know this stuff, which I presume you do since we are here, don't quit. Electronics seems hard at the beginning but it gets pretty simple once u understand some concepts. I've studied 3 years as eletronical technician (dont know how to name it in english), now heading to second semester in electronic engineering and I was lost too in the first weeks :)
@Gamerdu45
@Gamerdu45 7 жыл бұрын
Thank you i really like this stuff but it is kinda hard for me. But i will try my best.
@RichardEricCollins
@RichardEricCollins 7 жыл бұрын
There was a time that I did not know any off it. It takes time to learn but if you keep chipping away you'll get there. I'm no mastermind, just someone who, like you, wanted to learn. Maybe just start with basic logic operators and binary. Once you understand that you'll then will see that all he was doing was flipping some bits on and off. Good luck and above all, have fun learning. :) The buzz you get when the penny drops is awesome.
@FrankDrebin
@FrankDrebin 7 жыл бұрын
4:03 - B stands for BINARY, not byte... like 0x for hex. It's not type definition just way to write numbers. Also you showing pin mapping which isn't very intuitive, better search for arduino board pins like: www.pighixxx.com/test/wp-content/uploads/2014/11/nano.png Edit2: Small list of Arduino pinouts: Nano: www.pighixxx.com/test/wp-content/uploads/2014/11/nano.png Pro mini: www.pighixxx.com/test/wp-content/uploads/2016/07/promini_final.png Pro micro: www.pighixxx.com/test/wp-content/uploads/2016/07/pro_micro_pinout_v1_0_blue.png Micro: 1.bp.blogspot.com/-ptZ4z1b9w20/VPW1E4ohsUI/AAAAAAAARVo/XZ3NqZ7JEP0/s1600/micro.png Leonardo: s-media-cache-ak0.pinimg.com/originals/00/55/d7/0055d75021113a0a0894feb2c4ade2ee.png Due: www.robgray.com/temp/Due-pinout-WEB.png Uno: s-media-cache-ak0.pinimg.com/originals/86/cd/1e/86cd1e943052227a9ebcf2d534beea6d.jpg Mega: s-media-cache-ak0.pinimg.com/originals/d7/c0/33/d7c0337674f0dd43bdb36484b5cabc46.png ESP8266: www.iot-experiments.com/content/images/2016/02/ESP_Pinout_01_big.png Bare uC: Atmega168/328: s-media-cache-ak0.pinimg.com/originals/4d/cb/20/4dcb20f436d46eae0fafcc03293b4fe6.png Atmega32u4: www.14core.com/wp-content/uploads/2015/06/atmel-atmega32u4-pinout-diagram.png Attiny: s-media-cache-ak0.pinimg.com/originals/0b/96/90/0b969089aad15d9b61f8ab0bf5b7f145.png Edit: More pinout maps: www.pighixxx.com/test/pinoutspg/boards/
@FrankDrebin
@FrankDrebin 7 жыл бұрын
And even after 3 hours someone else trying to write "first".. Magic :D
@Ybalrid
@Ybalrid 7 жыл бұрын
I was going to post the same comment xD
@ThatGuy-nv2wo
@ThatGuy-nv2wo 7 жыл бұрын
Sorry, you're wrong there. The B means the following binary number can not exceed 8 bits in length. Binary would be 0b. Go on, try putting in 9 bits, you'll get shouted at! (And now 30 people think wrongly :( )
@ThatGuy-nv2wo
@ThatGuy-nv2wo 7 жыл бұрын
I am, the capital B denotes a byte whereas typing 0b tells the compiler the following number has been written in binary. You can think of it as a data type, but it's really just a way of telling the compiler what follows is a byte. The person above is wrong, a capital B is a common way of showing bytes (hence why ISPs always use Mb/s instead of MB/s to make it sound faster). (oh, and we're up to 52 :( )
@jasonhensley489
@jasonhensley489 7 жыл бұрын
I assume the number you keep quoting is the people that like his post. Could it be they liking the PDF he shared? Which was helpful.
@danielpiotrowski1681
@danielpiotrowski1681 7 жыл бұрын
I am glad to see more advanced arduino topics. I would love to see more!
@neutrongiron
@neutrongiron 7 жыл бұрын
The "b" in bxxxxxxxx stands for binary I believe.
@virkotho5057
@virkotho5057 7 жыл бұрын
quite close, but B0111111 is a #defined value (search for binary.h). A binary value can be written as 0b011111 .
@dpneber
@dpneber 7 жыл бұрын
Long story short from above convo. BXXXXXXXX will only work with Arduino IDE. Reason is, the actual syntax of XXXXXXXb isn't supported by all Arduino systems, and you can't use a marco that starts with a number in your #define
@bur1t0
@bur1t0 7 жыл бұрын
That's pretty much what I remembered, but on checking (with a compiler), XXXXb is not valid syntax (it is valid MASM/TASM syntax, which I think is where I was remembering it from). 0bXXXX is the correct C syntax for this. test.c: In function 'main': test.c:5:29: error: invalid suffix "b" on integer constant printf("int = %d ", (int) 0001b );
@cheesecake667
@cheesecake667 5 жыл бұрын
@@virkotho5057 Luckily I new that but I think he should have said it too. Now some people think its the way to write binary numbers
@aravindrangavel5131
@aravindrangavel5131 7 жыл бұрын
Bit math section was little confusing .Thanks for your effort scott learnt a lot.
@brandondaniels9471
@brandondaniels9471 7 жыл бұрын
Just a little confusing? I had to ice my brain after trying to follow that section.. :-)
@JoaoSilva-jr9ez
@JoaoSilva-jr9ez 7 жыл бұрын
If you talk about PORTxn registers, why not explaining PINxn an DDRxn too? Also, you can explain the T/C settings/functions/registers a little deeper. Like how to use Output Compare(s) and setup timer ISRs, etc...
@whitefields5595
@whitefields5595 4 жыл бұрын
Scott. Thanks for doing all this and helping us. It is a bit. Too fast for me though and some of the things you appear to edit out maybe useful after all? It is impossible to get the pace right for everyone, but if you go a bit slower, the bright folk can always increase the speed.
@ConnorWidtfeldt
@ConnorWidtfeldt 7 жыл бұрын
Your handwriting is phenomenal...
@blue_name_warrior
@blue_name_warrior 5 жыл бұрын
greatscott,油管EE科普界专门负责高三总复习的优秀教师
@Really2950
@Really2950 7 жыл бұрын
@GreatScott! Please let us know lots of your opinion. We want to know the reasons behind why you choose one way/thing over another. Also, project suggestion : make a pc power supply into a bench power supply.
@DamaKubu
@DamaKubu 7 жыл бұрын
Omg I didn't understand a thing back few months but now this is just what I needed. Love ya
@dudeskidaddy
@dudeskidaddy 7 жыл бұрын
Inspiring me to go a little deeper into my arduino projects. Thanks!
@jairogon81
@jairogon81 6 жыл бұрын
Lazy?!?! I somewhat understood it but I got to practice instead of just watching the video. Your a genius
@cr4zypi3t
@cr4zypi3t 7 жыл бұрын
Really great video again! I study Applied Informatics in Germany atm (thats why im already familiar with bitmanipulation etc.) and got my first Arduino when I was 14, but never actually thought increasing the performance through bitmanipulation. Man lernt nie aus :)
@harysantos
@harysantos 4 жыл бұрын
and if you incorporate the goto loop; at the end it will short the off phase as the rising and get faster frequency
@Explore-Gobal
@Explore-Gobal 4 жыл бұрын
My project requires 16 or more leds, for a runway chaser sequence with a very small footprint. I'm trying to simulate runway lights on a small aircraft carrier. Maybe three or four leds, the first one at 100%, second at 75%, third @ 50%, and fourth @25% chasing from left to right in a repeating pattern. As soon as the four leds reach midpoint in the travel direction, another set of four leds follows from the start position, so you will have two sets chasing from left to right, and so on. When the first set reaches the end, it starts over again from the beginning, same with the second set. I have looked all over the web and have had nothing that fits all the criteria. Doing it on an UNO will not work as there just isn't enough room in the model for the large board. 555 timers with a shift register won't work as most don't have a way to make the fading effect. Can you help me with a solution? Thank you.
7 жыл бұрын
wow! Nice tips, thanks! Now I have to read the 328p datasheet for complementary studying
@dca24100
@dca24100 7 жыл бұрын
Thanks for explaining the different registers clearly. I can use this info to improve some of the projects I have done!
@Remy561
@Remy561 7 жыл бұрын
Great guide, but as I study Embedded Systems I totally get that people never having used bit math or bit masking have no clue what the video is about. I'd definitely like to see if there is even more in depth stuff to learn!
@tb303wpf1
@tb303wpf1 Жыл бұрын
You sir, are the sorcerer supreme. 🧙‍♂️
@AbhijitGangoly
@AbhijitGangoly 3 жыл бұрын
Very Nice Explanation... Great Scott, Great Job! Btw: The 'B' in B11110000 stands for 'Binary ' not 'Byte'. Like '0x' in Hexadecimal, eg: 0xF7 See: www.arduino.cc/en/Reference.IntegerConstants
@smacool2975
@smacool2975 2 жыл бұрын
correct
@Henry-sv3wv
@Henry-sv3wv Жыл бұрын
WARNING: It's not in standard C, but GCC supports it as an extension, prefixed by 0b or 0B ( stackoverflow: Why doesn't C have binary literals? ) and did you notice IN YOUR WRITING you have no zero in front of B11110000 Yea, now you are using an Arduino library define constant: arduino / binary.h #define B11110000 240
@r3vis3dsmil39
@r3vis3dsmil39 7 жыл бұрын
From another topic. Will you do a video how to do my own 3d printer from old cd/dvd readers using any magic stuff (can be with 3d pen)? Actually Im bad at these things and ur the only ytber that explains so well everything :)
@sirmiro2
@sirmiro2 7 жыл бұрын
I love this series! I just hope you can make a dimmer for 220V lighting controlled by a pot or some code. :-P
@toolzshed
@toolzshed 5 жыл бұрын
Don't get discouraged! The information provided in the video is condensed into 9 minutes, there is a lot of information you need to know to understand this video. You'll need to know digital circuit theory/math for example.
@jneirag98
@jneirag98 7 жыл бұрын
Excellent video! Finally, I can understand the way to change pwm resolution. Thanks you so much!
@thesavagedog28t61
@thesavagedog28t61 7 жыл бұрын
lomin 456 😂
@TheDarknessViper
@TheDarknessViper 7 жыл бұрын
Thank you very much ! I was using a similar code to that in my multi-level inverter controller digitalWrite(outPin, HIGH); delayMicroseconds(50); but it didn't accept float values , nor variables . I think now i can manipulate your method to make it more accurate
@federicoscozzafava886
@federicoscozzafava886 7 жыл бұрын
It would be nice if you could give some insights on how to write efficient code (in particular interrupts, watchdog timer and low power handling)
@Tracks777
@Tracks777 7 жыл бұрын
I enjoyed your video :)
@tdtrecordsmusic
@tdtrecordsmusic 7 жыл бұрын
Yes, we need more of this kind of stuff !!
@greatdaddy4710
@greatdaddy4710 5 жыл бұрын
GREATSCOTT! YOU SHOULD DEFINITELY MAKE A VIDEO EXPLAINING HOW TO BUILD A CIRCUIT, CODE, APP AND ZERO CROSSING CIRCUIT WHICH CAN CONTROL AT LEAST 5 AC LIGHT BULBS AND BE ABLE TO NOT ONLY TURN THEM ON/OFF BUT DIM EACH ONE OF THEM SEPARATELY VIA BLUETOOTH HC-06 AND ANDROID APP. THAT WILL BE A CHALLENGE!!!
@n0t0
@n0t0 7 жыл бұрын
Thank you Scott! This was very valuable to me - you definitely earned my subscription.
@avejst
@avejst 7 жыл бұрын
thanks for sharing. Nice to this more geeged way to manipulate the ADC's and PWM output, in a more strait forward way. 👍
@avinashbharti505
@avinashbharti505 4 жыл бұрын
i am fan of your videos, do you wanna know why ? because its GREAT. Scott.
@piiumlkj6497
@piiumlkj6497 5 жыл бұрын
Well scott , you're great !
@francescoviscomi4258
@francescoviscomi4258 3 жыл бұрын
most useful tutorial ever
@AelousFox
@AelousFox 7 жыл бұрын
Thank you so much Scott! I really need this info for my college assignment
@ferdinand5375
@ferdinand5375 4 жыл бұрын
I like to call you "King of Arduino".
@rubikon7648
@rubikon7648 4 жыл бұрын
You are great Scott!!
@kulgan96
@kulgan96 7 жыл бұрын
it sounds really cool it's a lot more complicated but you can do really cool stuff at a lower level.
@DerFailer
@DerFailer 7 жыл бұрын
Thanks I've learned a lot from your video, even after messing around with arduinos for years :)
@electro3976
@electro3976 7 жыл бұрын
Excellent tutorial as always
@akhlaquemuhammadify
@akhlaquemuhammadify 7 жыл бұрын
Hi GreatScott, can you please do a videos series on Labview interface with Arduino in future.
@subclox
@subclox 7 жыл бұрын
I click the "like" button before view. Because I always like GreatScott!'s videos.
@RDarrylR
@RDarrylR 6 жыл бұрын
Cool! I finally understand the bitwise operations in Arduino code now. Thanks!
@williefleete
@williefleete 7 жыл бұрын
This will be handy for setting unused pins on a mega2560 to non floating/input with pull up. without a whole bunch of digital write or pin mode commands
@Valium_x
@Valium_x 7 жыл бұрын
Loving these videos, you have earned a Patreon subscriber!
@greatscottlab
@greatscottlab 7 жыл бұрын
Awesome! Thank you.
@Kevin-yh8ol
@Kevin-yh8ol 7 жыл бұрын
One question: Is there something that can be done to increase the refresh rate of the OLED display? Constraint: Needs to be at 9600 Bauds And nice video 👍
@Omarbg95
@Omarbg95 5 жыл бұрын
Hey Scott!! can you make a video Explaining more about the Fast PWM with registers please, what i want to do is to change the PWM frequencies of the pins 9, 10, 3, 11 all to 31khz. I need your help can you help me please, Greetings from México!
@robertallencad1
@robertallencad1 5 жыл бұрын
You're super duper smart man I'm going to be really studying your stuff thank you
@yisussable
@yisussable 7 жыл бұрын
finally one of his vídeos i do get it completly. just cause i did also read the entire datasheet for a school project 😂
@cwgreenley
@cwgreenley 7 жыл бұрын
Very nicely done!
@aniketakabir1572
@aniketakabir1572 7 жыл бұрын
awesome as always. Keep up the good content
@gauravjoshi747
@gauravjoshi747 7 жыл бұрын
when i learned​ this things in my engineering class i only concentrate just because of my electronics teacher is hot , this time my mind start boiling but great video great Scott
@MrJason005
@MrJason005 7 жыл бұрын
That was a good lecture on bit math
@reyhaneheskandari837
@reyhaneheskandari837 6 жыл бұрын
thanks for the video. i am a beginner. i have a question; can we exactly choose the PWM signal frequency in arduino? I am trying to drive a MOSFET in a converter which is controlled by switching frequency not duty cycle so the frequncy of the PWM is important for me. I appreciate you help :)
@RizLazey
@RizLazey 7 жыл бұрын
ok thanks mr.GreatScott for arduino 103, now i learn much about arduinos ;-)
@Avriox
@Avriox 7 жыл бұрын
show how to make a library for a simple component... looking at the datasheet, understanding the registers of the component and all of that stuff
@zachburke8906
@zachburke8906 7 жыл бұрын
Making a library is really simple, I don't think that needs a video, a guide on Google is plenty. I don't understand what you need help with for looking at a data sheet, data sheets are supposed to be pretty simple to use. Open the data sheet, find the data you need, read the data you need, close the data sheet. If you are having a hard time finding things in data sheets I recommend googling "how to use a table of contents"
@asadkhan7441
@asadkhan7441 7 жыл бұрын
And again great job and thanks for the video!
@viniciusfriasaleite8016
@viniciusfriasaleite8016 3 жыл бұрын
What a great video!
@PrashantBatule
@PrashantBatule 7 жыл бұрын
how to deal with existential crisis?
@subclox
@subclox 7 жыл бұрын
Prashant Batule just try to do what you like. Also, I feel the same thing.
@PrashantBatule
@PrashantBatule 7 жыл бұрын
Devliner thanks!
@washedtoohot
@washedtoohot 7 жыл бұрын
you don't, you just try to survive
@DamaKubu
@DamaKubu 7 жыл бұрын
kill someone and live for them
@cheesecake667
@cheesecake667 5 жыл бұрын
@Prashant Batule : check datasheet pls
@jozef8817
@jozef8817 7 жыл бұрын
great series keep moving forward
@saulobernal3161
@saulobernal3161 5 жыл бұрын
You do have a EEPROM video tutorial? Your videos are very useful! Thank you so much!
@macro312
@macro312 7 жыл бұрын
Question on the last advance example, was all that bit math used to change the sampling rate? What was the need to keep the bits with X's? (Or was the first 6 bytes toggled for something else?)
@stuganErik1337
@stuganErik1337 7 жыл бұрын
If i hadnt taken 2 courses like this at the university id be so lost right now...
@shahbazkhan-jj7ve
@shahbazkhan-jj7ve 6 жыл бұрын
relentlessly waiting for ur reply!!!!!!!!
@Maisonier
@Maisonier 3 жыл бұрын
Amazing videos !!
@tinelogar6312
@tinelogar6312 7 жыл бұрын
I think it will be more useful if you made arduino tutorials and maybe explain how you can write a code. Because when I started learning programming arduino it was quite difficult to find a great video on this topic. I mean that you with that number of subscribes you could easily teach some people how to programme arduino.
@greatscottlab
@greatscottlab 7 жыл бұрын
I usually talk about Arduino programming in my project videos.
@tinelogar6312
@tinelogar6312 7 жыл бұрын
I know that but i mean explaining functions and control structures with examples because beginner can't learn programming throw this videos.
@algharyafiable
@algharyafiable 7 жыл бұрын
Thank you very much for your all video always Learning from you helpful useful Thanks
@pravatiacharya5921
@pravatiacharya5921 3 жыл бұрын
@GreatScott! What do you mean by that " the Internal timer can be clocked by a prescaler"? This is a pretty complicated line for me to understand. Can you explain a bit?
@Henry-sv3wv
@Henry-sv3wv Жыл бұрын
5:22 The CS12 CS11 CS10 Clock Select bits tell the multiplexer which clock source line to connect the timer clock clk_T1 to, see: Figure 16-2. Prescaler for Timer/Counter0 and Timer/Counter1 the prescaler is a hardware counter with parallel outputs used as clock divider So e.g. using CK/64 from prescaler (CS12 set to 0, CS11 set to 1, CS10 set to 1 (in TCCR1B)) with 16MHz clk_IO will give 16000000/64=250000=250kHz counting clock speed to timer clk_T1
@UtkarshAmitabhSrivastava
@UtkarshAmitabhSrivastava 7 жыл бұрын
You are lazy? I didn't know that.
@subclox
@subclox 7 жыл бұрын
I also didn't see that.
@АлександрКоргин-ш5ж
@АлександрКоргин-ш5ж 7 жыл бұрын
Братан, ты можешь на своем канале запилить видео на эту же тему, но более доступно?
@subclox
@subclox 7 жыл бұрын
Александр Коргин ты мне?
@АлександрКоргин-ш5ж
@АлександрКоргин-ш5ж 7 жыл бұрын
да, перевод же ты делал?
@subclox
@subclox 7 жыл бұрын
Александр Коргин да, я. Я могу попробовать снять небольшую рубрику по ардуинкам, где на пальцах попробую объяснить, как работать с ардуинками через библиотеку Wiring и без неё. Спрос рождает предложение, постараюсь не подвести. :)
@chrisw1462
@chrisw1462 6 жыл бұрын
Um.. 'B' doesn't mean Byte.. it tells the compiler the value after it is Binary.
@bentleydavis2212
@bentleydavis2212 5 жыл бұрын
Which is a byte? 8 units of data.
@cooker5000
@cooker5000 7 жыл бұрын
Nice video, could you do a video about STM32 microcontrollers? They are way much powerful than AVR's and even have the same pricetag as an Arduino Uno
@minanovkiril
@minanovkiril 7 жыл бұрын
hi scott. you say 101, does this mean that you have another 100 videos on arduino xDD. if you do, i would luv to see them. tnx for all you've done for my knowledge by now. the chennel is awesome. great!
@Escarii66
@Escarii66 7 жыл бұрын
Really helpful video, thanks!
@micavi6070
@micavi6070 7 жыл бұрын
Great Scott, before 1 year you make matrix, and other your animations dont work, please say what librarys you use? you are the best!!!
@greatscottlab
@greatscottlab 7 жыл бұрын
FastLED?
@micavi6070
@micavi6070 7 жыл бұрын
GreatScott! No, some work with fastled, but some didnt work.Can i get your skype or email?
@micavi6070
@micavi6070 7 жыл бұрын
Please ansver
@micavi6070
@micavi6070 7 жыл бұрын
GreatScott you don't upload all sketchs what you use for your 10x10 led matrix
@calyodelphi124
@calyodelphi124 7 жыл бұрын
I'm definitely going to have to rewatch this a few times over to take notes because all of this is a bit over my head. @~@
@iqbalnurfadhillah9455
@iqbalnurfadhillah9455 7 жыл бұрын
i think you're advanced in arduino..nice info
@Frank-tv1oi
@Frank-tv1oi 7 жыл бұрын
can you make vid: HACKED! old psp becomes .... (mini pc maybe)
@greentea5593
@greentea5593 2 жыл бұрын
Thanks for a great video
@vitos1k
@vitos1k 7 жыл бұрын
This one is very usefull video! Thanks a bunch i always wanted to start converting my slow arduino code to fast code via registers
@ky-effect2717
@ky-effect2717 7 жыл бұрын
this is extremely useful Thanks!
Port Register Control | Increase speed of Read/Write - Arduino101
15:22
Arduino Basics 102: Control Structures, Variables, Interrupts
7:38
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 136 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 726 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 30 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 79 МЛН
Mechanical  Switches are Obsolete?! Switch to a Latch Circuit! EB#53
10:36
Electronic Basics #36: SPI and how to use it
10:31
GreatScott!
Рет қаралды 336 М.
Keyboard interface hardware
28:27
Ben Eater
Рет қаралды 326 М.
Arduino Uno to ATmega328 - Shrinking your Arduino Projects
37:17
DroneBot Workshop
Рет қаралды 794 М.
I tried finding Hidden Gems on AliExpress AGAIN! (Part 11)
15:01
GreatScott!
Рет қаралды 469 М.
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 136 МЛН