Arduino NeoPixel LED Tutorial!
15:58
Arduino Automated Servo Lock Box!
8:43
Voice Controlled DIY Smart Lights!
8:29
How to Make Objects Move in PyGame!
29:06
How to Use Relays with Arduino
7:54
Пікірлер
@hillwin10
@hillwin10 Күн бұрын
Very cool!
@pranavramniclal9137
@pranavramniclal9137 3 күн бұрын
i really need some help please with some code if you could email me to help .thank you.
@N5N5N5
@N5N5N5 3 күн бұрын
Nice video and good luck ! Now i understand how complicated is, thank you for share this.
@jsincla123
@jsincla123 4 күн бұрын
I have got to the point where you have shown the code to put the clouds on the screen but I keep getting an error message that says unsupported image type referring to (f'assets/clouds/cloud{i}.png'). Is there another extension I need to download (I am using vs code)?
@lemastertech
@lemastertech 4 күн бұрын
Hi! I am sorry I don’t think pngs should be giving you any trouble but I have not used PyGame with vscode specifically before!
@jsincla123
@jsincla123 3 күн бұрын
What platform do you use?
@jsincla123
@jsincla123 3 күн бұрын
It also says unrecongized sound format
@santhoshbabugnair3770
@santhoshbabugnair3770 4 күн бұрын
Interesting
@lemastertech
@lemastertech 4 күн бұрын
Thanks for watching!!
@nrdavis3676
@nrdavis3676 4 күн бұрын
just a quick question, what is the letter/ and or symbol after the equal sign when making the lvl 1 board?
@lemastertech
@lemastertech 4 күн бұрын
Hi I am sorry it’s a very long video and I don’t know what character you are talking about can you type it here please?
@Neurosurgery_
@Neurosurgery_ 5 күн бұрын
Nice. How much does it cost?
@lemastertech
@lemastertech 4 күн бұрын
Thanks! It’s around 600$ full price which is still steep for basically a toy, but it’s precision and quality and on par with some industrial options so it’s kind of justified!
@Xfox846
@Xfox846 5 күн бұрын
Nice
@lemastertech
@lemastertech 5 күн бұрын
Thank you!
@chrissgchriss
@chrissgchriss 5 күн бұрын
Thank You for not talking down to beginners - like me. I will have to watch this multiple times to learn - which is better than making things super easy, which gives people a false sense of accomplishment.
@lemastertech
@lemastertech 4 күн бұрын
I’d never talk down to someone trying to learn something new!! Good luck you can do this!
@saadpatel5128
@saadpatel5128 6 күн бұрын
bro u could use switch case instead of if else block it will be more easier and less code
@lemastertech
@lemastertech 6 күн бұрын
very true! Good optimization suggestion
@bryr3879
@bryr3879 7 күн бұрын
Oh dude this is super sick Enforces helmets and suits are 🔥👌🏼 he’s super chill too just overall cool dude in the community can’t wait to see the end result!
@lemastertech
@lemastertech 6 күн бұрын
Thank you so much! Yeah enforce has been an absolute treat to work with and I’m so excited to see how he finishes it out!!
@andrewzhukov9722
@andrewzhukov9722 7 күн бұрын
Can you code a Digger? A popular game in late 8o ties?
@lemastertech
@lemastertech 6 күн бұрын
I can add this to my ideas list! I have far less programming time at my new job than I used to have so the long PyGame build have gotten much harder to roll out!
@cristinakulczynski3860
@cristinakulczynski3860 8 күн бұрын
Muito bom, eu não estava achando conteúdo em português!
@lemastertech
@lemastertech 6 күн бұрын
Thank you for watching! I’m sorry I don’t speak Portuguese or I would make a version in it for you :)
@dangleroot388
@dangleroot388 9 күн бұрын
What about UTI automation and robotics AAS degree
@lemastertech
@lemastertech 6 күн бұрын
At most companies I have worked at they would definitely interview someone with those credentials for these types of roles! A few places will be looking for a more traditional education path but hands on experience also always beats a degree in my opinion!
@MatheusDias-q2b
@MatheusDias-q2b 9 күн бұрын
Hi, I can use your code for a game I'm making ? I'll give you the credits 😁
@lemastertech
@lemastertech 9 күн бұрын
Sure thing! A shoutout or link to my KZbin page would be much appreciated but use it however you want to :)
@shuvomandal8428
@shuvomandal8428 10 күн бұрын
Very nice job 👏
@lemastertech
@lemastertech 9 күн бұрын
Thank you! Thanks for watching :)
@HarleyPebley
@HarleyPebley 10 күн бұрын
Congratulations on having your helmet video featured in the Arduino e-newsletter! I just found your channel through that link, binge watched the Ignition playlist and sub'd. A couple questions that came to mind/thoughts for future videos: 1. I think I'm intuitively grasping what's going on with Ignition, but it'd be nice to have an architectural overview. Something that outlines the network topology and where things live. It took a bit to realize (at least this is my understanding) that the gateway is a locally running server. It wasn't clear at first if it was local or hosted on the manufacturers site. 2. How do devices (e.g. PLCs or microcontrollers) work in this system? 3. Is Python the only scripting language or are there alternatives? 4. How friendly are these projects to SCC? E.g. can I save them in a git repo? 5. As a non-Python programmer, that first for loop to clear ChildTags drives my OCD crazy. :-) Why not a "while ChildTags not empty, remove first element" loop? Peace!
@lemastertech
@lemastertech 9 күн бұрын
Thank you for this comment and I’m super glad you found the channel, I was very excited to see Arduino picked up my project to share! :) I will try to answer all your questions/comments 1) yes and overview of what is a scada might be due! I know the channel RealPars has several very good high level and architecture talks on just that! 2) Arduino does not have a native way of ingesting tags, but all PLCs should (many have dedicated drivers but almost all support generic OPC-UA comms too!) 3) Python is the most common but there’s an additional web dev module you can use to do some Java or html scripting too! In general Python is going to show up a lot though! It’s technically jython since it compiles into Java once web hosted I believe! 4)you should be able to export an entire project or backup the whole gateway and git repo it! Or any other file share service! 5) I gotta keep you OCD folks on ya toes :) basically every line of code I’ve ever written could be optimized somehow I am sure haha! Cheers and welcome to LeMaster Tech!
@minty1110
@minty1110 10 күн бұрын
Nice and neat. Well done
@lemastertech
@lemastertech 10 күн бұрын
Thank you! Thanks for watching :)
@jumbo999614
@jumbo999614 11 күн бұрын
Is GBRL firmware or library? Some tutorial call it firmware. I thought that once the firmware is upload to Arduino, that Arduino permanently hardcode to be cnc machine.
@lemastertech
@lemastertech 9 күн бұрын
You can definitely undo the GRBL.h upload! It’s just a library, you won’t permanently lose the ability to put other code on that controller!
@كمشكي
@كمشكي 11 күн бұрын
letters = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
@lemastertech
@lemastertech 9 күн бұрын
Thank you for adding this!
@SuperFpsRage
@SuperFpsRage 11 күн бұрын
i play factorio, can i get a job now?
@lemastertech
@lemastertech 11 күн бұрын
Most likely yes, I would make that top bullet point on your resume
@johnacsyen
@johnacsyen 12 күн бұрын
Awesome build. First time heard of PDLC film
@lemastertech
@lemastertech 12 күн бұрын
Thanks for watching super glad you liked it! It was my first time using it!!
@fraaannn783
@fraaannn783 13 күн бұрын
Nice video! Does it work well if im like 2 meters away or you need to be really close to it?
@lemastertech
@lemastertech 13 күн бұрын
Mines hanging in the middle of my 20ftx20ft garage and I can talk to it pretty consistently from any part of it!
@fraaannn783
@fraaannn783 13 күн бұрын
@lemastertech Good to know, thank you for the answer!
@dougdickson8128
@dougdickson8128 14 күн бұрын
Young fella, you are a great teacher. Thanks for the video, liked and subscribed.
@lemastertech
@lemastertech 13 күн бұрын
Thank you very much! I’m so happy to have you on the channel and glad you found the video useful!
@faustino1705
@faustino1705 14 күн бұрын
Hello i am making a pygame project for my university programming class, may i use your code as i want to implement casino games to my video game?
@lemastertech
@lemastertech 14 күн бұрын
Sure it’s open source as far as I’m concerned! Sounds fun!
@Blu0tuth0ninja
@Blu0tuth0ninja 16 күн бұрын
I would have simply made the visor dark and hard to see through under ambient light, and allow the backlighting in the helmt to illumnate your face when turned on. Like how its easier to see through a window at night when the interior lights are on, versus looking in during the day time when the interior lights are off.
@lemastertech
@lemastertech 16 күн бұрын
Perhaps functional but I would throw out there that I am an engineer in search of fun and interesting technology, and I think electronically switching between see through and opaque is far more fun!
@shantaymadison3808
@shantaymadison3808 16 күн бұрын
I was using WoodPrix instructions to make it and I did it already :)
@lemastertech
@lemastertech 16 күн бұрын
Nice work!!
@Brandon-w3o
@Brandon-w3o 16 күн бұрын
Excellent video friend. Exactly what I was looking for. Thank you!
@lemastertech
@lemastertech 16 күн бұрын
Glad to hear it, thank you for watching!!
@yeahno40
@yeahno40 17 күн бұрын
I remember vsauce making a video of this
@lemastertech
@lemastertech 16 күн бұрын
Oh snap I don’t remember seeing that but I’m gonna go look!
@wokeclub1844
@wokeclub1844 17 күн бұрын
Awesome, clearly explained! If you've used Perspective, could you create tutorials on those? Property bindings, embedded views etc?
@lemastertech
@lemastertech 16 күн бұрын
I have used a lot of perspective and I will attempt to keep rolling some ignition related tutorials out but if you have a lot of specific questions you might want to check out my Patreon for dedicated help, or at least my Instagram where it’s easier to DM haha!
@wokeclub1844
@wokeclub1844 14 күн бұрын
@@lemastertech I'm not on insta or patreon 😭
@lemastertech
@lemastertech 13 күн бұрын
@@wokeclub1844 well if you’re hoping for specific tutoring/lessons for free you’ll just have to stay tuned to the channel and I’ll roll out as many as I can :) or if you want private tutoring you can email me your requests
@wokeclub1844
@wokeclub1844 13 күн бұрын
@ I can’t find your patreon or email
@flioink
@flioink 17 күн бұрын
LeMaster Chief has entered the chat!
@lemastertech
@lemastertech 17 күн бұрын
Haha LeMaster Chief is amazing be right back changing my gamer tag 😂😂
@Gamesnvlogs278
@Gamesnvlogs278 18 күн бұрын
This doesn't work for me the red light is just constantly on
@lemastertech
@lemastertech 13 күн бұрын
Hi sorry for the delayed response, this usually means it has connected to something via Bluetooth, potentially a phone or PC? It should be blinking when you first power up then solid once connected!
@markadam9087
@markadam9087 18 күн бұрын
you’re handsome
@lemastertech
@lemastertech 18 күн бұрын
No u
@Duster_WCUE
@Duster_WCUE 18 күн бұрын
IIRC, this was used in the Siemens Velaro family, in the cab (eg: DeutscheBundesbahn Baurheie 403/406 , Renfe UT-S-103 )
@lemastertech
@lemastertech 18 күн бұрын
I have no idea what the Siemens Velaro family is but I’m gonna go look!
@PanatPhashi
@PanatPhashi 18 күн бұрын
We need a POV from inside of the helmet!
@lemastertech
@lemastertech 18 күн бұрын
Oh snap I have one! I’ll upload that as a short later this week great idea!!
@naivedyasharma4512
@naivedyasharma4512 18 күн бұрын
very good video love it!
@lemastertech
@lemastertech 18 күн бұрын
Thanks so much!
@skyhawk2407
@skyhawk2407 18 күн бұрын
man thats fucking sick
@lemastertech
@lemastertech 18 күн бұрын
Thanks dude I thought so too!!
@diamondj4484
@diamondj4484 19 күн бұрын
By just running current through it. Our use of electricity will never fail to impress me
@lemastertech
@lemastertech 18 күн бұрын
Same here!!
@brandomadeit
@brandomadeit 19 күн бұрын
Saw some video a once of someone using it as window tint
@lemastertech
@lemastertech 18 күн бұрын
Yeah I think that’s the most common use of it based on the company website!
@tomideosho3074
@tomideosho3074 19 күн бұрын
how can i connect with you .. i want to get some tutorials from you , this script you wrote is always want i wanted to do .... i want to edit some config data in an excel file and let the script save another file for me , so i can use the newly saved file to run my configuration
@lemastertech
@lemastertech 13 күн бұрын
Hi, you can DM me on Instagram, or TikTok or email if you have specific requests you don’t just want to send in a KZbin comment!
@hanif72muhammad
@hanif72muhammad 19 күн бұрын
Cool!
@lemastertech
@lemastertech 19 күн бұрын
Thanks man!!
@AdTheMadLad911
@AdTheMadLad911 19 күн бұрын
You could make a mirror from cyberpunk with that
@lemastertech
@lemastertech 19 күн бұрын
Ohhhh that’s an idea right there gonna do some googling real quick 😎
@AdTheMadLad911
@AdTheMadLad911 9 күн бұрын
Oh sick! I've wanted to make one of these for a while, and i thought of using this exact film. But i don't have the time or money haha.
@xbebe
@xbebe 19 күн бұрын
Is this how that one Spider-Man cosplayer was able to do his spidey eyes like Peter does in the movies
@lemastertech
@lemastertech 19 күн бұрын
Oh snap maybe! I haven’t seen that yet, was that jlaservideo?
@temiloluwa.owolabi
@temiloluwa.owolabi 19 күн бұрын
I’m here to stay. Thanks for such an insightful video!
@lemastertech
@lemastertech 19 күн бұрын
You’re very welcome thank you for watching and for your nice comment!
@JeffChadNWO
@JeffChadNWO 19 күн бұрын
Need this for my car
@lemastertech
@lemastertech 19 күн бұрын
Hahaha almost positive that’s illegal but I ain’t no snitch
@SuperSilIy
@SuperSilIy 19 күн бұрын
Or you can use it to cover up license plates 😉🥵😍
@lemastertech
@lemastertech 19 күн бұрын
Haha which is a good way to get arrested but I ain’t telling
@AAl-ri1yx
@AAl-ri1yx 19 күн бұрын
plsssss make a completed version of the odst helmet that would be so freaking cool man
@lemastertech
@lemastertech 19 күн бұрын
Hahaha I don’t want to give it away but tune in tomorrow for the whole build!! I have an incredible partner who is a professional prop maker who is gonna finish it
@Rabbit-the-One
@Rabbit-the-One 19 күн бұрын
This is also popular in Asian public restrooms.
@lmitz
@lmitz 19 күн бұрын
Hey window companies, i want this for my house please thank you
@lemastertech
@lemastertech 19 күн бұрын
Haha dude same!!
@infertilepiggy5667
@infertilepiggy5667 19 күн бұрын
$$$$$$ yes sir, whatever you say sir