Low Level Code: 012 Function Basics
11:54
Low Level Code: 009 Basic For Loops
8:34
Low Level Code: 002 Variable Basics
10:16
Low Level Code: 001 Hello World
7:56
Ideal Diodes Reddit Homework Help
11:34
My Custom Laser Lathe!!!
3:32
6 жыл бұрын
Laserweb Basics Tutorial
11:00
6 жыл бұрын
Stomatella In Broad Daylight
0:44
8 жыл бұрын
Playstation VR First Play
8:04
8 жыл бұрын
Pincushion Urchin
1:05
9 жыл бұрын
Clownfish Hosting Flowerpot
0:22
9 жыл бұрын
Пікірлер
@achromase
@achromase 3 күн бұрын
I think I love you, thank you for taking the time for documenting your findings!
@LloydSummers
@LloydSummers 4 күн бұрын
Lovely ty
@HK-uq9by
@HK-uq9by 9 ай бұрын
I am migrating from engraving to the laser. How can I enable/disable the laser mode in Laserweb?
@candacethatcher2502
@candacethatcher2502 11 ай бұрын
What weight if yarn are you using here?
@aprilsikes9241
@aprilsikes9241 Жыл бұрын
Thank you for this tutorial! I've never been able to make my machine move, but now its smooth sailing!
@saileshram7610
@saileshram7610 Жыл бұрын
Thanks a lot bro
@CJMactaggartknits
@CJMactaggartknits Жыл бұрын
Multi Color - MC. I am so sad that you hacked a functional KH930. The Kh 910 is normally used because they suck, and they card reader fails or is so picky you think it fails. That being said your videos are AWESOME.
@justinjohnson4502
@justinjohnson4502 Жыл бұрын
So the lecture series only focuses on c and not c++? Is there a big difference?
@AustinSteingrube
@AustinSteingrube Жыл бұрын
Yes and no. C++ can be thought of as an expansion of C and 99.99999% of C syntax works with C++ compilers. Most everything I talk about in these videos applies to both languages. When you are working with embedded systems, safety rated systems, and real time systems, pure C is often prefered as it requires the lowest amount of resources and compiles in predictable ways. That isn't to say you can't use C++ for those applications, but there is a lot more to learn and keep track of if you do.
@robertococchia
@robertococchia 2 жыл бұрын
Sono un novellino, ho ricevuto il mio laser pochi giorni fa. Potresti spiegarmi o fare un video su come posso accendere il laser per vedere dov'è posizionato e fare il frame del progetto? Proprio non mi riesce...
@mahmoudhamdy6136
@mahmoudhamdy6136 2 жыл бұрын
thank you so much it was helpful
@otonielgonzalez7035
@otonielgonzalez7035 2 жыл бұрын
Nice tutorial, clear and direct explanation, thanks a lot.
@fahimabrar2922
@fahimabrar2922 2 жыл бұрын
Thank you sir
@archaimbaudryal3026
@archaimbaudryal3026 2 жыл бұрын
❗ pr໐๓໐Ş๓
@GeorgeSA5
@GeorgeSA5 2 жыл бұрын
I have just downloaded the laserweb software. Thanks for this "how to get started" tutorial intro. Is there any chance of the other follow up tutorials, ie about raster images?
@shahryarpasyar1481
@shahryarpasyar1481 3 жыл бұрын
Thank you,Very Useful
@ConsultingjoeOnline
@ConsultingjoeOnline 3 жыл бұрын
Great Video Thanks! I can't wait for my first Laser cutter to come in! ;)
@olena9134
@olena9134 3 жыл бұрын
Добрый день, дорогие друзья подскажите где купить такую плату, умоляю🙏🙏🙏🙏🙏😫
@kwonminji
@kwonminji 3 жыл бұрын
Thank you !! you are so kind and i finally find and know how to do ayab ㅠㅠ GOOD!!
@olena9134
@olena9134 3 жыл бұрын
Добрый день ,подскажите пожалуйста где купить такую плату🙏🙏🙏🙏
@elenakorn_knit
@elenakorn_knit 3 жыл бұрын
Hello. What is the model of your Brother knitting machine ?
@CJMactaggartknits
@CJMactaggartknits Жыл бұрын
He used a KH 930
@elenakorn_knit
@elenakorn_knit Жыл бұрын
@@CJMactaggartknits thanks
@murqri
@murqri 3 жыл бұрын
LOVE LOVE LOVE ❤️❤️❤️❤️❤️❤️❤️ TY SM
@SupremeSkeptic
@SupremeSkeptic 3 жыл бұрын
What I don't understand is, why are these radiation blocking stickers radioactive. How is that necessary?
@AustinSteingrube
@AustinSteingrube 3 жыл бұрын
It isn't necessary. It is highly dangerous and unfortunately marketed as "negative ion generating". Scary stuff.
@SupremeSkeptic
@SupremeSkeptic 3 жыл бұрын
@@AustinSteingrube Yes, then why even spend on radioactive stuff, if normal (cheaper) stickers work just as well.
@AustinSteingrube
@AustinSteingrube 3 жыл бұрын
@@SupremeSkeptic If by "work just as well", you mean "not at all", then yep! These stickers don't protect you from anything. They are a scam.
@SupremeSkeptic
@SupremeSkeptic 3 жыл бұрын
@@AustinSteingrube by "work just as well" I mean "work just as well" for scamming people with or without the radiation "feature". And without the radioactivity, the stickers would have been cheaper. So why bother making the stickers radioactive?
@Przedzik
@Przedzik 3 жыл бұрын
very nice and simple. Could you share the schematic and code?
@AustinSteingrube
@AustinSteingrube 3 жыл бұрын
I wish I could, but it is long since gone with crashed hard drives. Sorry :/ What I can remember is below: In a nutshell, the three voltage meters are 0-5V meters connected to PWM pins of a little Arduino Micro. I had to do a little bit of scaling because the voltage supply to the Arduino was something like 5.2V which registered off the chart. The other component was an I2C clock chip called an RTC. It keeps the time up to like a second drift every month which is pretty good. The code checks the I2C chip for a new time every 1/4 of a second or so and then updates the display if it sees a change. I should have programmed this faster so avoid a visible hiccup every few thousand ticks due to the microcontroller's clock not being perfect, but I've never noticed it "glitch", so maybe 4Hz was fast enough. The knife switch is connected to another pin with a pull up resistor enabled. When you lift it up, it allows you to read the voltage on the analog potentiometers and use it to set the time. That code was a little more complicated, but only took something like 15-20 lines or so to do if memory serves.
@mikewallace3046
@mikewallace3046 4 жыл бұрын
Does the static electricity from the cell phone harm the body
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
Good question! Nope! There shouldn't be much static generated by a cellphone, but what's there shouldn't have any effect on you at all. Just by walking around with clothes on, your body ends up getting charged to tens of thousands of volts and you never notice. Your body can be easily charged to several million volts and not have any issues (although, it's going to hurt when you get close enough to ground and touch something).
@OmegaHutch
@OmegaHutch 4 жыл бұрын
So let me get this straight, not only do these stickers offer no protection against radiation but they actually produce harmful radiation?? Why on earth would they make the stickers radioactive? That seems extremely counterproductive. Crazy the stuff companies can get away with
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
Want to know the best part? I submitted this video to Amazon to have the stickers removed. I even talked to a phone representative. They didn't do anything. The product is still up and for sale.
@Thesweaterfactory
@Thesweaterfactory 4 жыл бұрын
Why would you want to do that? These machines are old, let it be. I say use it as intended or buy a new Silver Reed machine, that is designed to be used with a computer and software, if you’re desperate to knit with a PC. Designaknit make software for use with these old machines, so you can use it with its original electronics and still connect to a modern computer. The Brother Electroknits are still very easy to use and the majority of them 930, 940, 965i, 970 allow you to do all the things you can do if you connected it to a computer, it is just not as fast. Also, accessories available for extra storage still work.
@jitkakejkrtova5363
@jitkakejkrtova5363 4 жыл бұрын
Old age does not play a role in iron. Chinese production is worse. The price is worse. Brother could not make other machines because they lasted a long time.
@victoriapawlik9689
@victoriapawlik9689 3 жыл бұрын
Silver Reed machines are fickle and you need to pay a lot of money for each seperate part such as cables etc and the designsoftware. The point of ayab was to reinvigorate the electronic knitting machine, reuse "old machines" and thus be more environmentally friendly...also more user friendly!
@hanspijpers2100
@hanspijpers2100 4 жыл бұрын
part 2 was really helpful
@samuelfernandez3849
@samuelfernandez3849 4 жыл бұрын
Thanks for the tutorial! But I can't find the second part I've just start to use the software so these would be very helpful for me
@matthiasdamon9545
@matthiasdamon9545 3 жыл бұрын
i guess it is quite randomly asking but does anyone know a good website to stream new tv shows online?
@kohenryker6853
@kohenryker6853 3 жыл бұрын
@Matthias Damon i use flixzone. Just google for it :)
@k8thyg392
@k8thyg392 4 жыл бұрын
This permanent beep is more than annoying...I imagine knitting a scarf would make me crazy....my poor neighbours
@redpinkgreenknitting1096
@redpinkgreenknitting1096 2 жыл бұрын
You can unplug the beeper and use the screen to tell you when to change direction of the carriage.
@pablo.valero
@pablo.valero 4 жыл бұрын
I think it is better to prevent than to regret. Perhaps it is not usefull but if the Sticker doesn´t seem bad and you can add a cool symbol that you like, and it can help a little bit, use it. I highly recommend This Design: amzn.to/31iuhRD
@AustinSteingrube
@AustinSteingrube 3 жыл бұрын
Sorry, but I very strongly disagree. The stickers don't do anything whatsoever to start with. While it may not "hurt" (assuming you don't get radioactive versions), uninformed and scared people are wasting their money on them that could better go towards food, clothes, or items that can actually help them. It's fear mongering, fake science that preys on folks who don't know any better.
@dogtime8168
@dogtime8168 4 жыл бұрын
Which anti radiation stickers do u recommend at an affordable price?
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
None. As an electrical engineer and someone who has studied both electromagnetic and particle radiation extensively, I can tell you without a doubt that these stickers do absolutely nothing. And when I say "these stickers", I'm not talking about these specific ones. There are NO stickers that would magically protect you from or stop any form of radiation from any device. That all said, there is no need for them anyways. Unless you have a UV, XRAY, or gamma source pointed at directly at you, there is no form of electromagnetic radiation that will cause cancer. There is one frequency of microwave that can heat water, but that's it. The only way to stop particle radiation is to put a large amount of matter (typically in the form of lead, concrete, or deep water) between you and the source. No thin foil sticker can do that. Not a single one.
@dogtime8168
@dogtime8168 4 жыл бұрын
@@AustinSteingrube appreciate the reply was just curious on the mobile network side of things as well with 4g and 5g relying on stronger networks and more transmitters being set up, are they are risk in your opinion and if so how what protection would u advice
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
No protection is needed. The folks that sell these products are trying to take advantage of people's fears and insecurities to rake in cash. The only way a radio transmitter can harm you is if it is an high powered one (think 50 watts or more) and you touch it. The phone in your pocket would put out around 1 watt or less of power, so there is no chance the phone itself would harm you. Living/working near transmitters is also not dangerous unless you are literally less than 15 feet away from the antenna. Since cell towers are typically on tall poles, you don't really risk ever getting near them. Like I mentioned before, the only things you need to worry about are UV, XRAY, gamma, and particle radiation. UV can be avoided by wearing sunscreen to the beach and not playing with tanning beds or UV sterilizers. XRAY should only come into play at the hospital or dentist's office (in which case, you've got very low doses). Gamma and particle radiation would only be a problem if you are working in a nuclear material treatment facility or you've got a radioactive antique in your house. I tell you all of this with 100% certainty. To recap - wear sunscreen, don't touch high powered antennas, and don't play with uranium and you'll be fine :)
@dogtime8168
@dogtime8168 4 жыл бұрын
@@AustinSteingrube thanks a lot🙂
@maxxsee
@maxxsee 4 жыл бұрын
@@AustinSteingrube i respect your statement on stickers but don't cross the line saying radiation is harmless that's bs. you have 0 proof of this
@joshuavincent7884
@joshuavincent7884 4 жыл бұрын
Control da cube
@Slendermanist
@Slendermanist 4 жыл бұрын
These are the exact ones I bought, after handling them, within 10 minutes I got this weird metallic taste in my mouth and a headache. I'm trying to find out if its coincidental or not, any thoughts? How did you know it has Thorium dioxide?
@tweetlbug
@tweetlbug 4 жыл бұрын
It looks like AYAB is not shipping to the US right now, and Knitic is no longer in existence, are there any other new projects you're aware of since you made these videos?
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
The only US source I knew of was Evil Mad Scientist's website, but it looks like she's stopped producing the boards herself. You might need to have a board made for you if you are set on doing this project. If you aren't electronics savvy, you may need to reach out to someone to help you out. I'd offer, but I'm up to my eyes in work at the moment. You can get the source materials for the circuit boards and firmware here: github.com/AllYarnsAreBeautiful It's a relatively simple board, so if you have any experience in soldering or playing with an Arduino, it should be fairly simple. I'd recommend the board manufacturer OSH Park which is US based and are very simple to use through their website. (All of their boards are also purple and gold which I personally find very attractive too.) That said, I did find this Etsy page. It might be the one you've already found as it has the note saying that they aren't shipping to the US due to COVID-19. You might be able to contact the seller and ask them about a work around if there are any. www.etsy.com/listing/556755446/kh-910950i-kh-930940-ayab-shield-kit
@TheRealFrankWizza
@TheRealFrankWizza 4 жыл бұрын
Which firmware do I select for mach3?
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
I'm afraid I don't know. You'll have to play around and see if you can find one that works. If you find out, let us know so others can benefit too :)
@donaldjohnson394
@donaldjohnson394 4 жыл бұрын
I have a Eleksmaker Mana board, but I cant connect to it. Anyone having problems?
@CS-ms4wz
@CS-ms4wz 4 жыл бұрын
I just discovered you! will be coming back here at least 100 times hahaha :)
@mxbunnycatter
@mxbunnycatter 4 жыл бұрын
What kind of steppers are you using here, andm. If so; what type of board/steppers did you upgrade to?
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
Just using the generic ones that were installed when I got the machine. They work pretty well. As far as the driver board, I'm just using a generic Arduino CNC shield from Amazon. I'd also recommend running GRBL as the newer versions have pretty fantastic laser control.
@samwolfe9774
@samwolfe9774 4 жыл бұрын
Thats pretty sick, good work dude
@BarnSt0rmer
@BarnSt0rmer 4 жыл бұрын
Quite an impressive flight for such a little thing. I've got one without a camera but haven't really been brave enough to fly it much outdoors. It's a Revell one which I believe is a re-badged Hubsan.
@Mindboggle100
@Mindboggle100 4 жыл бұрын
Austin, very interesting review... I wish I had the electrical knowledge to build my own LED upgrades. So how are the Steve's LEDS now, still going strong? Thanks for the kit review, its helpful :-)
@AustinSteingrube
@AustinSteingrube 4 жыл бұрын
They did pretty decent. The only issue I had with them is that they melted through the plastic hood in one spot. Not sure how that happened. I ended up moving and had to get rid of my reef setup, so I couldn't tell you how well they work long term :/
@Mindboggle100
@Mindboggle100 4 жыл бұрын
@@AustinSteingrube Thanks Austin :-)
@ericks9127
@ericks9127 5 жыл бұрын
Simple but beautiful
@iamthetinkerman
@iamthetinkerman 5 жыл бұрын
How about Crysis?
@AustinSteingrube
@AustinSteingrube 5 жыл бұрын
I will port it as long as you promise to play all the way through at 1/2 FPS XD