Building a Robot Etch A Sketch

  Рет қаралды 154,928

Micah Tilton

Micah Tilton

3 ай бұрын

Support future videos : www.buymeacoffee.com/micahtilton
Any donation of 15$ or more, I will send you a personalized video of the etch a sketch drawing an image of your choice :) Keep in mind that the image you chose should be appropriate and fairly simple. Complex images don't work too well.
Website : micahtilton.github.io

Пікірлер: 442
@ToxicWasteRoblox
@ToxicWasteRoblox 3 ай бұрын
"i dont have the skills to draw but i do have the skills to build a robot to do it" lol
@micah_tilton
@micah_tilton 3 ай бұрын
Im a terrible artist lol
@ToxicWasteRoblox
@ToxicWasteRoblox 3 ай бұрын
@@micah_tilton but that robots a good artist
@GeomancerHT
@GeomancerHT 3 ай бұрын
Yes, that's the essence of an engineer. You cannot fly, but you can build an airplane.
@skellious
@skellious 3 ай бұрын
This is why I feel sad when people criticise AI art. A human still has to give instructions to express their idea.
@smugwolff6828
@smugwolff6828 3 ай бұрын
@@skellious still not art nomatter how big the csv your prompt is
@hb3393
@hb3393 3 ай бұрын
Delighted that you document those frustrating mistakes we ALL make with these kinds of projects
@micah_tilton
@micah_tilton 3 ай бұрын
It was a rough process getting this to work, I don’t even show any of the programming frustrations
@atharvashetty6173
@atharvashetty6173 3 ай бұрын
I only hope you can reuse the waste 3d prints because it shouldn’t need 7 attempts just to design a knob. Over the year mistakes like this will produce lots of unnecessary waste, to help you reuse the waste try to get silicone mold made of something you like. Then start by putting the waste 3d into the mold and heat the mood to the material melting temp. And keep adding 3d prints to the mold as the plastic keeps melting and you’ll have a beautiful recycled sculpture of whatever the mold was.
@titanic_monarch796
@titanic_monarch796 3 ай бұрын
​@@atharvashetty6173He probably has a means of recycling or reusing the parts. Also, taking 7 attempts to design a knobs is completely valid especially if you're a perfectionist. Depends what you need it for, but still. Errors are just part of the design process.
@andrewhofmann5453
@andrewhofmann5453 3 ай бұрын
Ok, now you HAVE to recreate the scene from Toy Story 2 where Etch draws the map to Al's Toy Barn..... That would be AWESOME!
@joe-skeen
@joe-skeen 3 ай бұрын
Or the guy with a chicken suit holding Woody
@matthewthompson7012
@matthewthompson7012 3 ай бұрын
Or just dickbutt 😂
@GinGilligan
@GinGilligan 3 ай бұрын
Cool project! Some notes from a robotics engineer: 1. You might be able to improve it if you add in some backlash compensation. When you change direction while turning a knob, the first couple degrees of motion in the new direction don't actually move the cursor. You could measure this by seeing how many steps you could rotate a knob back and forth without the cursor moving. The backlash amount in the two directions might be different. So whenever you change directions, you first need to rotate the knob by the backlash amount before continuing the path. 2. It seems like you could maybe double the resolution. it looks like the rows are a little too spaced apart to make a fully filled-in image. 3. The pathfinding for traveling back through an already drawn area is a cool idea (very computer scientist-y) but the image might be better if you only do travel along the border pixels. or, as another commenter suggested, with the "grain" if you're going through a filled region. less technical suggestions: as other people said, moving to the start position then shaking the etch a sketch to get rid of the initial line maybe another pattern to fill the regions? like crosshatching would be cool Lookin forward to see what you do next :^)
@GinGilligan
@GinGilligan 3 ай бұрын
Also, see that little phillips head screw thing on the stepper motor controller? you can use that to turn down the voltage which might help with the heat buildup. too low and they will stop working though. worth a try at least
@micah_tilton
@micah_tilton 3 ай бұрын
You basically summed up the problems that I ran into. I didn't think talk much about them (I probably should have). I took backlash into consideration, ive never heard of that term before but I thought of it as a deadzone and I just stepped an extra 10 steps if the stepper changed direction. I could probably double the resolution but it would take 4x as long and may not produce a 4x better image but definitely a good idea to try. I agree, the path finding could be a lot smarter but it may take a lot longer to process a more efficient or "better looking" path. Thank you for the info and the support, I appreciate it!
@mattsadventureswithart5764
@mattsadventureswithart5764 3 ай бұрын
​@@micah_tiltonGiven how quickly this makes the images, having it take 4 times as long is absolutely nothing compared to how long your 3d printer took to make the parts, even if you discount the failures. By the way, documenting the failures shows you're just the same as us viewers :)
@_LordInateur
@_LordInateur 3 ай бұрын
This is great! Also, those "backtrack" lines can probably be removed if you reverse the drawing routine so that it draws the "backtracking" *first*. (If you still want to start in the top-left corner after that, either pathfind to the new starting point (traversing over black sections) first, or reverse recursions individually, or shake the device after initial traversal.) Doing this would result in the image portion essentially re-drawing over the backtrack lines, instead of backtracking lines drawing over the image portion.
@GinGilligan
@GinGilligan 3 ай бұрын
@@_LordInateur I didn't think of drawing the backtracking first! neat idea
@JoacoMono
@JoacoMono 3 ай бұрын
Small suggestion to avoid reddit thieves: Put your watermark on a visible place in your timelapses or "interesting parts", like NileRed and Steve Mould do, great project, looks like it was a lot of fun
@PaarthGuptaYT
@PaarthGuptaYT 3 ай бұрын
THIS!!
@ReddStrider
@ReddStrider 2 ай бұрын
better yet print it on the object itself so it's visible but unobtrusive and can't be removed
@VladTepes44
@VladTepes44 3 ай бұрын
Very cool! If you add a pause and shake the Etch a Sketch between after it gets from the start position to the first black pixels block you could get rid of that initial line, but at the same time it tells a bit how the thing works.
@micah_tilton
@micah_tilton 3 ай бұрын
Good idea! Thanks!
@MarioManTV
@MarioManTV 3 ай бұрын
New shaking robot incoming?
@user-th9tw5wo3v
@user-th9tw5wo3v 3 ай бұрын
This is criminal that you dont have more views and subs, you deserve to be more recognized in the maker community. Earned my sub
@micah_tilton
@micah_tilton 3 ай бұрын
thank you! I appreciate it
@MaxVR_
@MaxVR_ 3 ай бұрын
ik like people who actually try get nothing but people who literally just bob their head get millions
@raspberrypi
@raspberrypi 2 ай бұрын
LOVE. Posting it on the blog tomorrow. Also, you're WAY past 1000 subs now!!!!
@micah_tilton
@micah_tilton 2 ай бұрын
Thank you!
@lordmemester8798
@lordmemester8798 3 ай бұрын
I would have lost my mind if I saw this when I was a kid. Always wanted to do this, never put in the time. Thank you for bringing this to life!
@2dragonfire514
@2dragonfire514 3 ай бұрын
two things you could do to improve this: 1: make the program minimize the number of "against the grain" moves while making moves. For example, this would be diagonal lines for the dog. to do this, you would need to first choose a grain that best suits the image (up, down, diagonal left to right, diagonal right to left) then have it minimize all travel movements that are not this grain. 2: start the etch A sketch in it's starting position to eliminate the line from the edge. You would probably need a clear function for the robot, but a tilting plate should do the trick...
@micah_tilton
@micah_tilton 3 ай бұрын
Good ideas! I think implementing #1 would help give the image a cleaner look
@DanielHarveyDyer
@DanielHarveyDyer 3 ай бұрын
I was thinking you could just program the backtrack to go around the edge of the black area, so the line produced adds to the definition of the shape rather than cutting awkwardly across the middle.
@DanielHarveyDyer
@DanielHarveyDyer 3 ай бұрын
I was thinking program the backtrack step to follow the edge of the shaded area, so it forms a nice edge rather than cutting across and making a weird diagonal.
@biggiecheese5255
@biggiecheese5255 3 ай бұрын
Wow, that’s pretty cool, I love seeing the picture come to life slowly as the algorithm figures out how to draw it, it isn’t in order but that’s what makes it fun to watch
@Princessetch
@Princessetch 2 ай бұрын
My career is in shambles. Awesome work haha
@majorjohnson8001
@majorjohnson8001 3 ай бұрын
There's a few tricks you can do to get cleaner results (not that this is in any way bad!) such as choosing paths to move from one area of the image to another, such that those transversal paths aren't noticeable (even when taken repeatedly). Eg. rather than starting in the top left corner, you start there, relocate to a spot inside the draw area, clear the screen, and then draw; or coming up/down from the center. Or you can repeatedly pass over a region, adjusting the pointer by only a fraction of its draw width, in order to produce a full-black area, as you push the metallic dust in one direction (rather than smearing some to both sides); look up a tutorial on how to completely clear the screen. I once did a picture of a cityscape along a sloped street, so one of my transversal lines was the edge of the street. Even though it was sloped, I just had to be consistent about how I twisted the knobs. Then all the buildings were rectangular, which made those easy. From there it was just a matter of choosing how to texture each building (vertical stripes, horizontal, windows, etc)
@Manhunternew
@Manhunternew 3 ай бұрын
I always feel so shitty when I cut corners but then I realize we all do it, and to be honest, you don't need it to be perfect always. Although it hurts to settle for a sub optimal solution
@micah_tilton
@micah_tilton 3 ай бұрын
I agree but sometimes getting from 99% quality to 100% quality is harder than 0% to 98%
@R1cS0
@R1cS0 2 ай бұрын
"The GOOD is the enemy of the GREAT!"
@gunier.j.kintgenanimations
@gunier.j.kintgenanimations 3 ай бұрын
Congrats on reaching 1000 Subs! A bit of a silly suggestion, but I think using the Etch-A-Sketch robot as a Linux terminal would be really neat!
@Yeeter-qk9ft
@Yeeter-qk9ft 3 ай бұрын
Congrats on 1k subs 🎉 also great project Ive always wanted to do this but ive never thought i would actually get to see it work!
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you!
@Ideal_Idea
@Ideal_Idea 3 ай бұрын
Wow, really neat project. Watching that thing go is really cool
@3DprintedLife
@3DprintedLife 3 ай бұрын
This is awesome, such a simple concept but I'm sure that software was a pain to write. Now you just gotta make it do greyscale with varying densities of cross-hatching :D
@micah_tilton
@micah_tilton 3 ай бұрын
It was difficult. I had many ideas of how to write the software. I see that you do 3d printing stuff and one of my ideas was, if I could make an stl file of the image, I could slice it in CURA and modify the X and Y gcode to work with the etch a sketch. I don't know how this would work tho
@SpencerFoxworth
@SpencerFoxworth 3 ай бұрын
Congrats on 1k subs! And now almost 3k after this awesome project. Love the vid, definitely got my sub
@TokyoXtreme
@TokyoXtreme 2 ай бұрын
I've never seen such an incredible subversion in the final 2-3 frames of a KZfaq video. I am in awe, my lad.
@malisalo5028
@malisalo5028 3 ай бұрын
cool video dude! you deserve way more subs than 1000
@micah_tilton
@micah_tilton 3 ай бұрын
Thanks bro!
@theredstormer8078
@theredstormer8078 3 ай бұрын
Dude added 1.5x his subscriber count with this one lmao
@danboy12342
@danboy12342 3 ай бұрын
I think the algorithm has picked you up buddy! I actually didnt recognize you for a while, and then remembered seeing your vertasium submission
@eastonlachappelle6402
@eastonlachappelle6402 3 ай бұрын
Great video! I would love to see a tutorial or project breakdown on the software here. It could also be cool to have pullys instead of direct drive so you can mount the steppers away from the etch a sketch
@micah_tilton
@micah_tilton 3 ай бұрын
I had this idea earlier however I wanted to be able to easily mount and unmount the motors. glad you enjoyed!
@rudranshgupta9314
@rudranshgupta9314 3 ай бұрын
just keep up you are amazing! been working in such ABSTRACT projects and the creativity is the only thing that will take you up.
@josephmitchell8935
@josephmitchell8935 3 ай бұрын
I was thinking of this concept the other night. Little did i know someone was hard at work building it already! The drawing method reminds me of oscilloscope art!
@BrainSlugs83
@BrainSlugs83 27 күн бұрын
It looks like you're using reprap Drv8825 style drivers. If you turn down the current (via the voltage pot on the driver) the motors will get less hot, and if you turn up the micro steps (via the config pins), the noise of the motors will go down. Alternately, you could switch to a silent step driver like the TMC2130 or TMC2209.
@seriamon
@seriamon 3 ай бұрын
here before this blows up
@Frappe3621
@Frappe3621 3 ай бұрын
Oh hey, a TFTuber
@woodfather
@woodfather 2 ай бұрын
Always so exciting to find a small channel before it blows up to millions of subs, best of luck man, you're well on your way 👍👍🤞
@Rouverius
@Rouverius 3 ай бұрын
Congrats on 1k subs!
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you!
@Povilaz
@Povilaz 2 ай бұрын
Very interesting! Awesome work!
@alexjohnson6463
@alexjohnson6463 3 ай бұрын
This is worthy of Open Sauce
@jacksimba
@jacksimba 3 ай бұрын
This is so cool. Lots of cool bits at play here.
@Deathbyfartz
@Deathbyfartz 3 ай бұрын
ohh etch a sketch my ole friend, the original corexy :'D
@kiwihuman
@kiwihuman 3 ай бұрын
since in a core XY motion system a combination of both motors is needed to preform a single axis movement an etch-a-sketch would be more akin to a cross-gantry setup.
@spacemanmat
@spacemanmat 2 ай бұрын
Great video congrats on the 1000 subs
@Michael-uj2fb
@Michael-uj2fb 2 ай бұрын
This video alone is worth a subscribe. You got some mad skills friend.
@henikalucas9824
@henikalucas9824 2 ай бұрын
Damn 1000 subs and 3 weeks later you are already at 10k, keep it up man!
@KentHeckel
@KentHeckel 2 ай бұрын
This is so amazing
@robinbrowne5419
@robinbrowne5419 2 ай бұрын
Very cute dog. It's like the Rube Goldberg machine of printers or plotters or video screens. An excessively complicated way to achieve the same result. Especially the part where you can't lift the line off the drawing. This makes it uber complicated. But it is awesomely cool 👍
@g-ray4088
@g-ray4088 3 ай бұрын
you hit 1,000 subs like 1 day ago and now you have more than twice that gotta respect the grind
@Erpty05
@Erpty05 2 ай бұрын
amazingly creative!!!
@kafr8413
@kafr8413 3 ай бұрын
You could make a small business out of this. People send you a drawing, do the drawing on an etch a sketch, then drill a hole and remove the silver powder and send it to them. Seems like a really simple business idea. If you decide to do it, let me know and I will be your first customer.
@Deathington.
@Deathington. 3 ай бұрын
livestream
@SohaybKadid-cm1yg
@SohaybKadid-cm1yg 3 ай бұрын
very cool project👍👍👍
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you!
@jonr6680
@jonr6680 3 ай бұрын
Should pay to drive the algorithm. This should surely have a million views!
@crazybird199
@crazybird199 3 ай бұрын
This is very clever! I'll be sure to check out some of your other videos!
@micah_tilton
@micah_tilton 3 ай бұрын
I recommend watching the Minecraft led display if you liked this video
@crazybird199
@crazybird199 3 ай бұрын
@@micah_tilton yeah, alright, I'll go ahead and do that
3 ай бұрын
Very underrated for a video and a channel with such quality...
@coco805
@coco805 3 ай бұрын
Awesome, now you are at 4k. Looking forward to your 1mil subs vid.This is some quality, you can go all the way if you want.
@brianjones3643
@brianjones3643 3 ай бұрын
This was dope dude!
@0bm31770
@0bm31770 Ай бұрын
Cool project!
@MakersAcres
@MakersAcres 3 ай бұрын
Cool project. Steppers run hot, even when doing nothing, so I wouldn’t worry about that.
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you! I was a bit worried
@MakersAcres
@MakersAcres 3 ай бұрын
@@micah_tilton my cnc machine has steppers and they run around 160-180 degrees. Hot enough that they burn you if you touch them.
@SepiaSapien
@SepiaSapien 3 ай бұрын
Can't wait to say "I was there when he blew up". Great content, dude! Keep it up!!!
@jacobrogers1006
@jacobrogers1006 2 ай бұрын
One of the coolest things I have ever seen.
@johnsch8634
@johnsch8634 3 ай бұрын
This is actually pretty cool, but simple and cheap enough that it shouldn't be out of the question to reproduce it. My daughter got pretty good at etcha-sketching, but now it's not getting much use so that might be a fun project for this summer. 😎😎
@teejaded
@teejaded 3 ай бұрын
Heh I'm imagining an alternate reality where all printers are just this. "Whoa dont shake my printout bro I need that." Handouts at a meeing require a wheely bin full of etch-a-sketches
@micah_tilton
@micah_tilton 3 ай бұрын
LOL
@8Aoi.
@8Aoi. 3 ай бұрын
I came from the KZfaq recommended and I loved the video I'm looking forward to seeing more!
@QWERTIUM1
@QWERTIUM1 3 ай бұрын
It's normal for the motors to produce a ton of hear and vibrations normally 👍
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you! I thought I messed something up
@WesYarber
@WesYarber 3 ай бұрын
I wondered if there was a bit of binding with them that made it worse though? Like when one motor rotates, the motor on the other side is getting the reaction force to keep the whole bar they are attached to from rotating. When that stepper has to rotate against that, it would take extra force, using more power, and generating more heat. Just my theory
@micah_tilton
@micah_tilton 3 ай бұрын
@@WesYarber the bar is quite long and the torque needed to turn the knob is fairly low so I don’t think it caused many problems. With a weaker stepper motor I think it would cause bigger problems
@QWERTIUM1
@QWERTIUM1 3 ай бұрын
@@micah_tilton yeah I have my own 3d printer with similar stepper motors and after each print they get like 75-85 degrees Celsius
@SewerTapes
@SewerTapes 2 ай бұрын
This is extremely impressive. Happy to sub to your awesome channel.
@lukesmith1519
@lukesmith1519 3 ай бұрын
Great work man!! I'm so impressed!
@misschip123
@misschip123 2 ай бұрын
Why is this channel so underrated????
@1kreature
@1kreature 3 ай бұрын
Now you just need to pass the image through an art-filter to create art-style hatchings and shadings the way a human would. Also remember that you can create darker areas by zigzagging lines closer to eachother than 0.5mm too.
@RishabhBohra13
@RishabhBohra13 3 ай бұрын
now you have a new sub from india , loved this project.
@Manawyrm
@Manawyrm 3 ай бұрын
Awesome idea! ... now the only thing missing is some way to automatically clear/purge it and then you can build an awesome auto-updating artpiece (or the worlds worst computer display) (and regarding stepper motor noise, get some Trinamic drivers for your next project with steppers! Expensive parts, but very capable and well worth the money)
@LukasDeem
@LukasDeem 3 ай бұрын
Cool project man🎉
@godlydestroyer8658
@godlydestroyer8658 3 ай бұрын
That's super cool
@PleasantP
@PleasantP 3 ай бұрын
Sick! I would love to hear more about the software side :)
@WS-gw5ms
@WS-gw5ms 2 ай бұрын
Amazing work. I was thinking of doing this with an old 3d printer board and use cura for the software. Great work
@newmonengineering
@newmonengineering 3 ай бұрын
Steppers normally run hot, but you should be able to touch them if its burning you hand you should adjust the current on the driver. Awesome project.
@Nonzerotonin
@Nonzerotonin 3 ай бұрын
Cool project
@johnvonachen1672
@johnvonachen1672 3 ай бұрын
This is brilliant. The next step is take a photo of it and then shake it somehow to clear it, then do multiple frames of an animation! :)
@derekthemagician
@derekthemagician 3 ай бұрын
DUDE!!!!!! be proud of your amazing brain!
@micah_tilton
@micah_tilton 3 ай бұрын
I really enjoyed doing magic tricks when I was kid, it helped develop my creative side
@joell439
@joell439 3 ай бұрын
Almost double the subs in less than a day once you hit 1K 🎉. This was the perfect video to launch. Good thing that etch-a-sketch can self draw your 1000 subscriber plaque 😂
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you! I had to make my own because KZfaq won't send one for 1000 :(
@legend4646
@legend4646 2 ай бұрын
this is so cool man
@alphonsereitz
@alphonsereitz 3 ай бұрын
This is awesome. Way above my skill!
@9767Music
@9767Music 3 ай бұрын
This is soooo cool Like wow Good job keep it up, glad i subbed:3
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you! I’m glad you enjoyed
@PKCubed
@PKCubed 3 ай бұрын
Wow! That's great! Maybe modify the code a bit to allow it to draw from an SVG? That would allow more control of the texture created by the little needle thing.
@micah_tilton
@micah_tilton 3 ай бұрын
Good idea! Thank you!
@elkneto4334
@elkneto4334 2 ай бұрын
really cool idea and video, thank you :)
@user-yd3zb1wf2g
@user-yd3zb1wf2g 2 ай бұрын
I had one back in the day and was overjoyed if I managed a house with a roof that fitted! I`m way too old 😁
@maximilianmorse9697
@maximilianmorse9697 3 ай бұрын
I love at 4:40 when it draws just a little bit and you can suddenly see that it's a dog
@micah_tilton
@micah_tilton 3 ай бұрын
It’s so satisfying
@schlurrpy9790
@schlurrpy9790 3 ай бұрын
Hey. Start a live stream, take donations at say, 20 bucks for people to upload an audience maturity level image. Video SketchBot doing the work. Profit.
@electriccomics
@electriccomics 3 ай бұрын
If you added a switch to the circuit, you could add a "pause" to shake the setup after the corner line, so only the dog is drawn.
@RandomGamer1486
@RandomGamer1486 3 ай бұрын
The stepper motors kinda sound like a serious gamer trying to play fortnite or something
@micah_tilton
@micah_tilton 3 ай бұрын
Me playing league
@jonahsim
@jonahsim 2 ай бұрын
Great Video 👍
@ovalwingnut
@ovalwingnut 3 ай бұрын
Very COoL. You R the "Etch A Sketch Whisperer". I would take on the mechanical challenge without thinking twice (so to speak). But the algorithms that drive that stylus would cause my brain to explode. Say what you will, to me this is pure A.A.T. (Advanced Alien Technology). And I solute you my friend! 🖖
@datiger_
@datiger_ 2 ай бұрын
hella impressive
@Genubath1
@Genubath1 3 ай бұрын
Right now when the stepper changes direction, it is going at full speed and when it changes direction, it is like driving a car at highway speeds and doing a hard corner. If it slows down at the end of each straight path, it should vibrate and heat up less
@BrothDaBoy
@BrothDaBoy 3 ай бұрын
so cool dude. you deseve more subs
@uktoker71
@uktoker71 3 ай бұрын
That was quite impressive. You earnt my sub :)
@micah_tilton
@micah_tilton 3 ай бұрын
Thank you! im glad you enjoyed!
@willythewyno
@willythewyno 2 ай бұрын
Incredible
@Blakelloyd-ng5ir
@Blakelloyd-ng5ir 3 ай бұрын
Cool vid!
@vaclavtrpisovsky
@vaclavtrpisovsky 3 ай бұрын
Use the full 850x600 resolution of the stepper motors! The Etch-A-Sketch itself does not have a resolution limit, only the dark areas bleed a little outward because of the stylus width. You can still see white between your lines so there is not just resolution but also contrast to be gained from more pixels. Next, the line does not have to start from the top left. The stylus should first go there for position calibration, then go to the first dark pixel on the path, then pause to allow you to clear the image. Maybe there is an electrostatic or electromagnetic way to clear the image without shaking, or you can shake the entire thing with one or two off-center motors - provided the assembly will survive. Then just add a tripod-mounted phone as a camera, control it via ADB, selfie stick button or special timelapse app and play a few seconds of Bad Apple!
@ethzero
@ethzero 2 ай бұрын
Showed the failures as well as the success, e.g. the full story; liked and subbed 👍
@InterPixelYoutube
@InterPixelYoutube 3 ай бұрын
There's no way! I had this idea the other day and somebody's gone and done it!
@micah_tilton
@micah_tilton 3 ай бұрын
Glad you liked it!
@xyvernthederg5760
@xyvernthederg5760 3 ай бұрын
that’s really cool
@WolfmanDude
@WolfmanDude 3 ай бұрын
I love the border collie drawing you used
@sealdoggy8785
@sealdoggy8785 3 ай бұрын
this is now the most cost effective ""e paper"' display
@micah_tilton
@micah_tilton 3 ай бұрын
1 fpm display (frame per minute)
@lordhostile
@lordhostile 3 ай бұрын
automate it to take requests from a vertex image library via twitch chat and then let your robot go stream on Twitch...seriously tho, as someone who owned a etch a sketch as a kid in the 70's/80's this is amazing! cheers
@dr.unventor
@dr.unventor 3 ай бұрын
That’s so cool
@Alexgudmusic
@Alexgudmusic 2 ай бұрын
I’ll subscribe to support your epic creations 🎉
@icusawme2
@icusawme2 Ай бұрын
New sub… You didn’t show up in my feed and should have. I searched etch a sketch to find you’re channel
@elliotmarks06
@elliotmarks06 3 ай бұрын
This is really cool! If you somehow made it quieter (maybe by slowing it down?) and put the motors on the back of the etch a sketch, it could be a cool thing to hang on your wall and have constantly drawing new pictures!
This Car Travels Farther Than You Push It
13:42
Tom Stanton
Рет қаралды 2,6 МЛН
I Made a Robotic Etch-A-Sketch! Here's How
17:02
Viking Labs
Рет қаралды 1,5 М.
когда повзрослела // EVA mash
00:40
EVA mash
Рет қаралды 3,8 МЛН
WHO DO I LOVE MOST?
00:22
dednahype
Рет қаралды 80 МЛН
MEGA BOXES ARE BACK!!!
08:53
Brawl Stars
Рет қаралды 35 МЛН
1 MILLION VOLT piano sounds UNREAL (I GOT SHOCKED)
19:49
Mattias Krantz
Рет қаралды 6 МЛН
This bizarre density toy just got an upgrade
13:04
Steve Mould
Рет қаралды 977 М.
Face Tracking Animatronic Eye Mechanism
25:21
Time Expander
Рет қаралды 10 М.
I took Taser Chess to Open Sauce
12:40
Everything Is Hacked
Рет қаралды 263 М.
Animating a Ball in 5 different Feelings
11:50
CyanSandwich
Рет қаралды 39 М.
I 3D Printed a $1,224 Chair
23:56
Morley Kert
Рет қаралды 86 М.
The Spool Paradox
10:18
Steve Mould
Рет қаралды 3,7 МЛН
Bringing GLaDOS to life with Robotics and AI
13:04
Dave's Armoury
Рет қаралды 775 М.
How Many ERRORS Can You Fit in a Video?!
20:40
ElectroBOOM
Рет қаралды 2,4 МЛН
High precision speed reducer using rope
20:19
Aaed Musa
Рет қаралды 1,3 МЛН
когда повзрослела // EVA mash
00:40
EVA mash
Рет қаралды 3,8 МЛН