micro:bit Tutorial Series Part 2: Images, Buttons, and Conditionals

  Рет қаралды 139,035

Shawn Hymel

Shawn Hymel

Күн бұрын

Пікірлер: 63
@psd4942
@psd4942 4 жыл бұрын
Respected *Shawn Hymel* sir, I am a student, and literally the way you have teached electricity and electromagnetism is infinite wonderful!❤️ You have given us knowledge in the best way which nobody has ever given to us! In india , teachers don't teach us correctly, they just make. Us gulp the text written in the book. I request you teacher Shawn hymel that please try to teach us more physics like that you did in past(electricity, electromagnetism) I know making more such videos will take a lot of effort! But please try to help, Hope you will reply sir🙏🙏🙏👍❤️😁
@julielanders712
@julielanders712 6 жыл бұрын
Shawn, your explanantions are so easy to follow - thank you! Please post more!
@syaduinotech3681
@syaduinotech3681 3 жыл бұрын
I also wish you can create more content for micro bit. Tq sir
@jklilj.k3512
@jklilj.k3512 2 жыл бұрын
This helped me on 9 school projects Thanks
@hamfan1355
@hamfan1355 5 жыл бұрын
For sure, import the whole library into the name space.
@edwardCYHsu
@edwardCYHsu 8 жыл бұрын
Like it a lot. So professionally done too. Impressed.
@Arandomkidincalifornia
@Arandomkidincalifornia 3 жыл бұрын
Hi! For the ending part when you want us to get our microbit to make a confused face when we pushed both buttons at the same time, how do we do that?
@4nte3
@4nte3 3 жыл бұрын
Theres a link to the answer in the description :D
@ConexSpot
@ConexSpot 3 жыл бұрын
Super video. Thanks
@uCubeYT
@uCubeYT 6 жыл бұрын
I love the skit at 8:38
@sethangadanulmi7289
@sethangadanulmi7289 4 жыл бұрын
Explaining is very very good
@globalnavigator
@globalnavigator 4 жыл бұрын
Really good tutorial and explanation. 👌🏼
@tinselinkl
@tinselinkl 5 жыл бұрын
Please continue your series
@dnrandom9406
@dnrandom9406 4 жыл бұрын
This is great! This video is awesome.
@branobodor5687
@branobodor5687 5 жыл бұрын
Can you make more of this? Great video
@janszymanski9947
@janszymanski9947 7 жыл бұрын
Great tutorial. Is there a "save as" option in the micropython editor or should I rename .hex files from the system level?
@limeljus
@limeljus 7 жыл бұрын
Very nice! I hope you find time for some more videos!!!
@ShawnHymel
@ShawnHymel 7 жыл бұрын
Danai Specialmuse Thanks! I do, too. I'm working on an Arduino online course at the moment :)
@limeljus
@limeljus 7 жыл бұрын
Shawn Hymel Your videos are very well made. Easy to follow and structured! Thank you!
@sockeroo5077
@sockeroo5077 3 жыл бұрын
Hi! Is the 'while True:' statement a kind of if statement?
@ShawnHymel
@ShawnHymel 3 жыл бұрын
Both "if" and "while" are considered "conditional" statements. Most high-level programming levels no longer use "jump" or "goto" commands, but you could implement a "while" statement with "if then ."
@HareemSiddiqui-l6k
@HareemSiddiqui-l6k 10 ай бұрын
Amazing explanations
@isaiahpaul56
@isaiahpaul56 4 жыл бұрын
Seriously I think he looks a lot like Sheldon.
@vineshsakthivel8962
@vineshsakthivel8962 Жыл бұрын
hi this is my school project but also finish school secend dary but love project tq for informtion 😃😃😃🙃
@fongkwong5950
@fongkwong5950 7 жыл бұрын
Can it use on LabVIEW?
@blakeallan1054
@blakeallan1054 6 жыл бұрын
thanks in class learning
@SLIMEburger-jf5od
@SLIMEburger-jf5od 4 жыл бұрын
Please make a part 3
@judemendez007
@judemendez007 6 жыл бұрын
If I use the language "Python" does it do the same thing as micropython?
@ShawnHymel
@ShawnHymel 6 жыл бұрын
Jude Mendez MicroPython is a subset of Python, meaning that only some of the language's features are available to you. Python is intended to run on full computers (e.g. your laptop) whereas MicroPython will run on microcontrollers (e.g. the micro:bit). By learning one, you are effectively learning the other, but just be aware that each language has its own intended platform.
@scottlauracunningham8279
@scottlauracunningham8279 3 жыл бұрын
Thanks now I can code
@HilalGungorr
@HilalGungorr 7 жыл бұрын
thanks for tutorial ! :)
@aqeebkhan8435
@aqeebkhan8435 7 жыл бұрын
my sad face doesn't even come it just says a text :(
@skylettvlogs5156
@skylettvlogs5156 4 жыл бұрын
thanks for the help! :D
@jamescooper2267
@jamescooper2267 7 жыл бұрын
Hi Shawn, can i edit code and use my microbit without a internet connection in any way?
@ShawnHymel
@ShawnHymel 7 жыл бұрын
James Cooper yes you can. The mu microython editor allows you to edit code and upload it to the micro:bit without an Internet connection.
@nourhubous
@nourhubous 5 жыл бұрын
Thank you!
@tomclements1830
@tomclements1830 6 жыл бұрын
Hi shawn love you sm
@keanendelaney7729
@keanendelaney7729 7 жыл бұрын
Thanks so much!:D
@wakenvy1
@wakenvy1 7 жыл бұрын
BEST
@notnipneb2810
@notnipneb2810 4 жыл бұрын
i showed this to my friends and they said "meh"
@humphreystech
@humphreystech 7 жыл бұрын
Help, ours didn't work, it says indent error....any advice please?
@ShawnHymel
@ShawnHymel 7 жыл бұрын
Humphrey 2017 sounds like a Python syntax error. Make sure that you have a tab (or 4 spaces) before display.show and that the display.show line is directly under the "while True:" line.
@markharrington5826
@markharrington5826 7 жыл бұрын
How do you construct a hardware logical button without a processors then and no programming ??
@ShawnHymel
@ShawnHymel 7 жыл бұрын
I'm afraid I don't quite follow you. You can connect 5V -> button -> resistor -> LED -> GND to flash an LED with a button. For the micro:bit, you have to use programming, as the buttons are attached to the processor.
@markharrington5826
@markharrington5826 7 жыл бұрын
Shawn Hymel Thats exactly my thoughts too You've answered my question beautifully without me even having to present an argument with what you possibly assumed the micro bit is going to teach you Thank you so much Its exactly the answer I expected you to come back with as well Incredible that I managed to make a correct assumption of what I thought would be entirely missing from your answer too I may now conclude that this truthfully although a extremely exciting product , how ever some what lacks the desired approach as a possible teaching aid with all relative ingredients missing not because of the product but more connected to basics Thank you again My points now clearly illustrated and reverent in every industry I walk into these days I must therefore ask , " Do you feel this is the real answer to teaching youngsters at this age , bearing in mind that as a company who market this are also requesting participation with reflection to producing decent well trained highly educated design , engineers of the future ?? " Please notice at this point the following No Idea of what value resistor , No Idea of what ground , Only points to five volts supplies Would not understand differ and thats means No idea of current rating of led's and says , "All you have to do is write the code " Result ... An educated person at the age of 11 with no circuit diagram knowledge , doesn't understand the hardware or how this works Cant assemble this on any board at all and so there fore fails in the ability to construct and fails on component recognition , checking values and connections of components thus cannot design or read a schematic or even so much as make a strip board to do this for him , her as well Software side Does not know about switch denounce and how to achieve this both hardware or software wise and when enters he industry gives the same answers then as management in corporations . "PLC" with sales staff who equally do not know their subjects yet are in charge of Hi tech fields in relation to electronics thus cannot fault diagnose , cannot identify design problems and then will argue with you as well regards findings too The typical reasons why Industry collapses What is being forgotten completely is hardware Its all very well being able to write code but without hardware designers, people whom can read , draw and assemble circuits in component format starting with discrete components and them moving into SMT later LSI , FPGA you don't have product you can write software for do you ?? No much point in being able to write software if you can create the hardware is there ?? So if you going to teach someone at age 11 plus and younger then surely you have to start with basics This i would think might just be motors , H bridge , cmos logic IC's , Timer Ic's , Op amps , Transistors , diodes , capacitors , Fets , IGBT , transistor arrays , Logic gates , printed circuit boards , strip boards etc Especially at a young age so you would be thinking in terms of how to construct first then program then see results making this an all round experience and beneficial
@ShawnHymel
@ShawnHymel 7 жыл бұрын
I definitely appreciate your thoughts on the micro:bit, but I believe you are missing the point of why something like it was created in the first place. If the intention was to teach circuitry and the underlying principles for making a computer operate, then an old-fashioned breadboard would be more appropriate. For more creative approaches on teaching circuitry, I recommend looking into the research of Dr. Kylie Peppler, who uses things like e-textiles to demonstrate basic circuits to grade school children. For many people, a computer is a tool, and understanding how it works is a ancillary to their main function, even in engineering. I recommend reading about the BBC Micro, which is the precursor to the micro:bit. It was created not to teach children electronics or even how computers worked but how to use one as a modern tool. Many great things came out of the Micro, including prototypes of the now popular ARM architecture. The purpose of the micro:bit (and many similar kid-friendly computers, kits, and embedded systems that are intended for the classroom) is to inspire young students to consider pursuing an education and career in STEM as well as teach them critical thinking and problem solving skills. Nowhere does it promise to teach sound engineering practices, basic electronics, or digital logic. It's meant to be the beginning of a journey wherein the participant will hopefully learn how to debounce a button along the way. I am very much like you: I want to know how a computer works from the ground up in order to use it, but I also understand that not everyone operates that way. Some just want the tools to make something light up with LEDs without needing to understand band gaps.
@markharrington5826
@markharrington5826 7 жыл бұрын
Actually Its university students that are pointing this out as well as much as i appreciate your suggestions , and in particular University lecturers whom are also pointing this out Id hardly want to argue with some of these people Id be inclined to take note of these suggestions with a view to how your company will be proceeding in the market place with particular reference to the educational standards that my well require explanations I notice how ever that you haven't quite answered the questions that I put forward in full and this equally become quite distinctive within Industry too particularly with some PLC's , example Maplin electronics who claim they are electronics professionals Would you care to go back to my face book page please and view the catastrophic mistakes that are being made which are responsible ultimate for company collapse We can all be very creative of that Im sure but there is being creative and understanding your creativity and being creative and still not being able to provide correct answers Im just about to illustrate how being ever so creative has wound up with at least 10 - 15 products being bought from super professionals and where they actually do not work Combined Precision Components , Amazon.co.uk, Farnell components, being no exception to the rule , but hey hardware is superb Just a shame nothing else actually works as described PS I think there are just a few of us who might just be able to teach a little more than grade school children PS 11years old as recommended is grade school so perhaps you all need to do some rethinking in earnest on this subject alone Personally I would if I were some of you This is not a laughing matter some of this anymore Its actually quite disgraceful With reference to many person whom i know both in the industry and equally within the realms of teaching we often are no sitting discussing this entire subject of technologies and the effect that this is having Whilst I note these are real problems I also feel that you are also missing the entire point too whilst attempting to quell knowledge which will in reality , although you may not realise this yourself , both affect and limit persons to what they are able to achieve and that to me is entirely non sensible almost if I may say a real form of suppression to some extent and not beneficial to anyone Quote your answer "You can connect 5V -> button -> resistor -> LED -> GND to flash an LED with a button" , unquote , is hardly an answer to my original question which was how would you connect this to other supplies being as this an LED array that you produced with smt resistors
@DiamondTMZ
@DiamondTMZ 8 жыл бұрын
thanks :D
@AnishAnsari78
@AnishAnsari78 7 жыл бұрын
How can I reach to you, sir? I need your help.please give me email or something like that
@zukauskurejus8523
@zukauskurejus8523 7 жыл бұрын
wtf it says error in microbit and it says no modul
@ShawnHymel
@ShawnHymel 7 жыл бұрын
Does it say anything after "module?" This is likely an error in micropython where it could not find a module (library), so the error should say something like "No module named radio" or something similar. Were you able to get the code from Part 1 working?
@asbestos464
@asbestos464 5 жыл бұрын
well i know micro:bit works on scratch
@lotsarats
@lotsarats 7 жыл бұрын
part1 said wireless communications. seems like this series was abandoned
@chewedwater3490
@chewedwater3490 5 жыл бұрын
1:21
@MrShivamgautam1
@MrShivamgautam1 7 жыл бұрын
did you quit Sparkfun?
@ShawnHymel
@ShawnHymel 7 жыл бұрын
Nope! Just making some videos on the side. I did micro:bit with MakeCode for SparkFun: kzbin.info/www/bejne/oZKxpZpnfayLmLs
@honasefiksamhanasouna5842
@honasefiksamhanasouna5842 3 жыл бұрын
this dont help me at all
@HurtsHOF
@HurtsHOF 5 жыл бұрын
Nerd
@Little_miss_singer
@Little_miss_singer 3 ай бұрын
What’s wrong with you deformed hairline 😂
micro:bit Tutorial Series Part 1: Getting Started
6:39
Shawn Hymel
Рет қаралды 481 М.
What is the BBC micro:bit - Gary explains
8:05
Android Authority
Рет қаралды 76 М.
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 37 МЛН
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 103 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 282 МЛН
Micro:bit Basics for Teachers Part 1: The Hardware
10:10
Hackster.io, an Avnet community
Рет қаралды 95 М.
Getting Started with micro:bit Part 1: Say Hello
6:38
SparkFun Electronics
Рет қаралды 155 М.
Coding with micro:bit - Part 5 - Motors & Servos
18:22
Stu Lowe
Рет қаралды 117 М.
One CPU To Rule Them All - Ryzen 7 9800X3D Review
12:47
Linus Tech Tips
Рет қаралды 949 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 76 М.
Micro:bit Basics for Teachers - Part 2: Programming with Javascript Blocks
15:00
Hackster.io, an Avnet community
Рет қаралды 91 М.
Getting Started with micro:bit Part 4: Remote Burglar Alarm
7:58
SparkFun Electronics
Рет қаралды 70 М.
micro:bit reaction game - make
8:36
Microsoft MakeCode
Рет қаралды 127 М.
Getting Started with micro:bit Part 3: Temperature Gauge
8:01
SparkFun Electronics
Рет қаралды 67 М.
How to make advanced image recognition bots using python
15:01
Kian Brose
Рет қаралды 1,4 МЛН