Hacking my Robot Vacuum to add ONE MISSING Feature!

  Рет қаралды 245,749

GreatScott!

GreatScott!

Күн бұрын

Check out Keysight's 20 Minute Oscilloscope Guide: keysig.ht/mOQFAg
Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off your purchase: www.altium.com/yt/greatscott!
Previous video: • I followed a KZfaq "...
BLDC Motor video: • Make your own ESC || B...
The MIT App Inventor Tutorial video: • Create your own App! C...
Facebook: / greatscottlab
Twitter: / greatscottlab
Instagram: / great.scott.lab
TikTok: / greatscottlab
Support me for more videos: www.patreon.com/GreatScott?ty=h
In this video I will try to manually control my robot vacuum. The problem is that sometimes my robot vacuum loses the ability to move one of its wheels which can be annoying because there is usually only one small spot left to clean. So let's see how easy it is to "hack" such a robot so that I can control it directly without using the manufacturers app. Let's get started!
Thanks to Keysight for sponsoring this video.
0:00 The Problem with my Robot Vacuum
1:09 Intro
1:55 Taking the Robot apart
3:13 Theory of Adding Custom Control
3:30 Battery Pack
4:17 Wheel DC Motors
5:31 Vacuum BLDC Motor
8:05 Final Custom Control Hardware/Software
9:28 Fun Testing
9:51 Aborting this "Hack"

Пікірлер: 604
@MichalKottman
@MichalKottman Жыл бұрын
For the "roborock" robot vacuum series, there's a modified firmware called Valetudo, which disconnects the vacuum from "cloud" and gives you local access, including the ability to manually control the movement.
@greatscottlab
@greatscottlab Жыл бұрын
Good to know :-)
@Bingocat4
@Bingocat4 Жыл бұрын
The roborock app also has that feature built in. Valetudo is still superior though
@mikeydk
@mikeydk Жыл бұрын
If I get any problems with my S7, I will also have a look at that. But for now it works just fine. (it is also only 4 months old, so it would be a bit early to already modify it)
@foobarturkey
@foobarturkey Жыл бұрын
@@mikeydk the Xiaomi uploads your Wi-Fi password to the Chinese cloud.
@Swesen
@Swesen Жыл бұрын
@@foobarturkey So why does this mater, what are they going to do with that information? It is totally useless unless they want to go to your house and mooch of your WiFi...
@mattfleming86
@mattfleming86 Жыл бұрын
Now, a FPV camera for the front, and the augmented reality project that "shades" the areas where you've been. Vacuum Simulator 2023.
@greatscottlab
@greatscottlab Жыл бұрын
Sounds like the German Dream
@MCsCreations
@MCsCreations Жыл бұрын
I really like how you think.
@eklhaft4531
@eklhaft4531 Жыл бұрын
Hey and you can let other people drive it over the internet and then give them score based on how clean your room is and how many things they knocked down 😂😂
@MariomasterNSMBHD
@MariomasterNSMBHD Жыл бұрын
@@MCsCreations You scare me. Basically whatever video I watch, from whatever creators, it already has a comment from you somewhere...
@MCsCreations
@MCsCreations Жыл бұрын
@@MariomasterNSMBHD I guess we have the same preferences... The name looks to be the same anyway. 😬 (MC comes from Mario Cesar.)
@wadeh486
@wadeh486 Жыл бұрын
Irobot makes a robot vacuum intended for educational purposes that is adaptable and able to accept code. It's changed a lot over the years, but the newest one, the Create 3 Educational Robot, may be able to help you accomplish this.
@ericlotze7724
@ericlotze7724 Жыл бұрын
I didn’t know they still had that! Granted with 3D Printers / KiCad (aNd oUr SpOnseR PCB wAy /j) i guess self sourcing isn’t *too* bad these days. Granted having a base to go off of is always nice.
@greatscottlab
@greatscottlab Жыл бұрын
Sounds like fun and a good plan. I will have a look.
@eklhaft4531
@eklhaft4531 Жыл бұрын
Oh that would be so cool to have!
@SimonBauer7
@SimonBauer7 Жыл бұрын
you mean the current turtlebot? that has no vaccuum in it
@MrDobiedoobie
@MrDobiedoobie Жыл бұрын
The non educational versions still accept python scripts! I did this to get mine into home assistant
@marcsellohooves
@marcsellohooves Жыл бұрын
As a software guy I would start with hacking the firmware to make something like this work somehow. It is interesting to see how people from different disciplines have different approaches to a problem. Great video as always! ^^
@timmy7201
@timmy7201 Жыл бұрын
A Java developer would've to upgrade the CPU and ram, before being able to run anything... :-)
@googleyoutubechannel8554
@googleyoutubechannel8554 3 ай бұрын
Cool, you would have tried to dump the firmware, bricked it, bought another one, configured the UART correctly, dumped it, thought you understood the firmware, uploaded a modified copy, and bricked another again within an hour, at least not wasted too much time... but each method has it's own merits. The fact that most commercial firmware remains unmodifiable on the vast, vast majority of popular electronics, like robovacs and amazon alexas, despite thousands of hours trying to 'hack it' by very smart people, means as a 'software guy', you wouldn't do jack...
@juliannojungle
@juliannojungle Жыл бұрын
Well, of you're into programming, you could actually remove all of the original boards from the robot, leaving only the ESP32 inside it, but with some GPIO attached to the original sensors. Then build a remote unit in a box with another ESP32 to receive the sensor data and pass it to the main board, get the response and forward it to the onboard ESP32. That way you can programmatically choose to drive it manually (using your phone) or let the remote main board control it. That remote control unit can even be located at the charging station maybe.
@XenoTravis
@XenoTravis Жыл бұрын
One of the main reasons I didn't get really into the electrical side of things is because of how frustrating it was to have a chip or component break immediately. Especially if it is a components component and the entire thing need replacement.
@greatscottlab
@greatscottlab Жыл бұрын
It can be quite annoying sometimes.....
@ayushp.5395
@ayushp.5395 Жыл бұрын
@@greatscottlab indeed, especially in the starting when you buy your 'first' components...
@Davidslabofficial
@Davidslabofficial Жыл бұрын
plus sometimes it's really expensive 😂😅 i had some moments like that
@ayushp.5395
@ayushp.5395 Жыл бұрын
@@Davidslabofficial 😬😅😂
@XenoTravis
@XenoTravis Жыл бұрын
@@Davidslabofficial recently at work I got a 300 dollar controller and fried the interface part of it by metering out valued and accidentally touching two contacts. Of course it wasn't a part I could replace nor did I know how it worked to fix it. I think they had the buttons converted into some special serial signal. Was super dumb. And of course the entire controller needed the buttons to do anything. So the buttons not working made the entire thing useless.
@infinitepurelive
@infinitepurelive Жыл бұрын
I have always loved the idea of taking electronics and adding features that they don't have, through software or hardware, also i would love to see a video of you salvaging electronics from an old device and making a completely different new device from it
@danilokrausz9103
@danilokrausz9103 Жыл бұрын
I have a Irobot robot Vacuum and it has a UART port for maintenance propose , but i hook up my pc and i can send commands to go forward, turn left, switch on the vaccum motor etc..
@greatscottlab
@greatscottlab Жыл бұрын
That sounds awesome👍 I will have a look.
@mikepote
@mikepote Жыл бұрын
I have this exact model! If you never use the mopping function then you could perhaps use the water tank space to include your custom electronics?
@greatscottlab
@greatscottlab Жыл бұрын
Sadly I love to use the water tank function
@RealJohnnyDingo
@RealJohnnyDingo Жыл бұрын
flame thrower to get all those really stubborn spots clean 🫧🪥
@katydid5088
@katydid5088 Жыл бұрын
​@@RealJohnnyDingo Whoah there buddy. Just because the sauce from the fajita mix is a bit stubborn doesn't mean you burn down the whole kitchen. 😅
@TiagoTiagoT
@TiagoTiagoT Жыл бұрын
Some robot vacuums can actually have their software replaced with an open-source alternative; I think the open-source system was called "Valetudo" or something like that. I haven't gotten around getting one myself yet though, but I'm gonna be looking for one compatible with that.
@Booruvcheek
@Booruvcheek Жыл бұрын
That would be the best solution, since you'd know you're not being tracked. Particularly concerning prospect if your vacuum has a microphone and / or a camera.
@0ChAnTi
@0ChAnTi Жыл бұрын
As long time valetudo user I expected that it would be valetudo indeed. But I think everything looks like a nail when you are working the whole day with a hammer
@stoojinator
@stoojinator Жыл бұрын
@@Booruvcheek you can always wrap your vacuum in tinfoil....
@Booruvcheek
@Booruvcheek Жыл бұрын
@@stoojinator Wow, you're so funny!
@nathanmiddleton1478
@nathanmiddleton1478 Жыл бұрын
That's cool! Looks like your forward function needs a speed ramp up function but otherwise that's pretty awesome. I too was wondering where you'd put all those electronics.
@ogi22
@ogi22 Жыл бұрын
Hi Scott! There is one thing in your clips that i really love. I didn't see you talking about it, but i think it is important. Drawing while deconstructing a problem. This is something my dad tought me when he was helping me learn how to solve problems when i was in primary school. I also learned very similar method some years later. It was called a "non linear notes". Drawing simplified or symbolic shapes and relations between them, helps incredibly while searching for solution or trying to understand how things work (reverse engineering something). Maybe i have missed this episode... If not, i would ask for one describing how you approach to solving problems with drawings 🙂 I think such methods should be tought at primary school for problem solving.
@deadbird99
@deadbird99 Жыл бұрын
Next project: make it an autonomous gatling turret.
@greatscottlab
@greatscottlab Жыл бұрын
Haha😉 On it.
@priyankagosh2127
@priyankagosh2127 Жыл бұрын
Killjoy bot?
@isaacm1929
@isaacm1929 Жыл бұрын
Claymore roomba.
@boydmcree9085
@boydmcree9085 Жыл бұрын
i hope no one takes that idea, and runs with it.
@Nightykk
@Nightykk Жыл бұрын
@@priyankagosh2127 Well, he IS German, so it's already half way there! ;D
@roelvb
@roelvb Жыл бұрын
My 8 years old Neato vacuum already had the option to manually control it through the app. I always assumed this is nothing special, but now learned this is quite a unique feature.
@tom95076
@tom95076 Жыл бұрын
Thanks for the honesty about smoking the part... I have been inside a couple robots and your right.
@slawomirjanicki9580
@slawomirjanicki9580 Жыл бұрын
I picked up one of those vacuums at a second hand store for $5. It has been sitting in a box since then because I couldn't register it with the manufacturer. Now I can use it for this project. Thank you, Scott!
@patrag25
@patrag25 Жыл бұрын
Great video !! If your model supports IR . You could use an IR remote to achieve that. The IR remote code available in the tasmota documentation worked for my deebot 500. Used esp8266 +tasmota to command the robot via phone to move forward, turn left or right.
@grins047
@grins047 Жыл бұрын
Great project. Always learning things from you
@yahnsolo
@yahnsolo Жыл бұрын
I just fixed a Conga for a friend, used it few days and I'm actually thinking to buy a vaccum robot because it's working so nice!! And now your last video just appeared, THANK YOU !! I thought of modifying a used one and your video just confirmed what I had in mind. You still can put your system ON TOP of the LIDAR head unit, running your small wires over the 4 supports legs of it, it might be possible to make it really compact, even with relays... Not easy tho, indeed, but doable : )
@happyfaces4731
@happyfaces4731 Жыл бұрын
Waited for you video and it's posted .Good work
@greatscottlab
@greatscottlab Жыл бұрын
Hope you enjoyed it!
@princebanini
@princebanini Жыл бұрын
amazing video as always. I love how you figured out the functions of the 5 pins on the vacuum motor
@RetinaBurner
@RetinaBurner Жыл бұрын
Maybe build in a curve for the acceleration and deceleration when commanding movement forward or backward. Otherwise, very cool. I'd probably make it permanent, but also able to be enabled or disabled via the control software.
@haldersoham4
@haldersoham4 Жыл бұрын
Great content! one thing I would emphasize though, is first checking if the pins are Input or Output first(by disconnecting the motor and testing the output), and then using a resistor to connect to the microcontroller to limit unwanted/accidental current shorts, that way everything is taken care of. Sometimes when we're not careful, and one of those pins of the motor is an output pin, and we try to drive it, it might result in bad things!
@pomonabill220
@pomonabill220 Жыл бұрын
I have one of those Ecovac vacuums and have taken it apart "just to see", and the amount of technology inside them is amazing! The software that runs them is great too, as all the decisions that are made, with all the different inputs from the sensors and the LIDAR, means alot of processing is going on. I would only mess around with it IF I had another one that I use and the "spare" could suffer failure. Thanks for your post! Interesting!
@thedamnone
@thedamnone Жыл бұрын
Old Neato vacuums have a serial console that lets you do this kind of stuff without any hardware mods - you just hook up your microcontroller in the USB port and then you can control the vacuum any way you want, including XBox controller hooked to your phone.
@fixnreview
@fixnreview Жыл бұрын
Great job Great Scott
@SchwaAlien
@SchwaAlien Жыл бұрын
I would have probably opted to continue the hacking quest on a slightly older, used model that doesn’t include as much sensor tech so that your custom controller can be built up to include any sensors available for the micro controller so you can perfect the ‘better than stock’ vhacuum robot.
@screen-protector
@screen-protector Жыл бұрын
You need a soft start to remove this over power, but, I agree that at the start is too much to add this feature ;). Only if you can mount it above the top sensors on a custom PCB which will be much smaller, might make sense though.
@jlucasound
@jlucasound Жыл бұрын
He'll have to be really careful around the couch! It'll be like James Bond in the Double Decker Bus going under the low bridge!! 😲🤣😂
@jong4321
@jong4321 Жыл бұрын
First thing I thought of as you moved your robot vacuum was how it'd be a good fighting robot base - remove excess parts, add in controls & weapons & armor until it's ready for Robot Wars!
@greatscottlab
@greatscottlab Жыл бұрын
That also sounds fun....
@6ghost6rider6
@6ghost6rider6 Жыл бұрын
Well Scott as being a subscriber for so many years I highly arpeciate when you fail interly and show to us that is is possible even to the best ones :D of us !
@avejst
@avejst Жыл бұрын
Great video as always Thanks for sharing
@daniesalex7073
@daniesalex7073 Жыл бұрын
Its always fun to see you Work on Consumer electronics
@greatscottlab
@greatscottlab Жыл бұрын
Thanks :-)
@abrahamwondafrash7549
@abrahamwondafrash7549 Жыл бұрын
thanks to you I started to look into the mit app!
@loodusefilm7881
@loodusefilm7881 Жыл бұрын
My xiaomi roborock s5 have control remote at the app. It's not that responsive but things will get done if i have wish. Great video!
@greatscottlab
@greatscottlab Жыл бұрын
Thanks. Yep. Heard from others about the Xiaomi ones. I am jealous.
@suji730
@suji730 Жыл бұрын
Lots of love scott 🤩
@mikefochtman7164
@mikefochtman7164 Жыл бұрын
Fascinating and enjoyable video. The 'popping a wheelie' aspect whenever you tap 'go forward' could be explored. Obviously applying full power to the drive wheels is the issue and we could experiment with various ramping of the power. I've always loved tinkering with process / motion controls and this is a 'rabbit hole' I'd end up diving down for days. lol Thanks again for another enjoyable bit of 'hacking'.
@ElectronicLab.
@ElectronicLab. Жыл бұрын
What an interesting/educational video. Keep it up👍
@A2an
@A2an Жыл бұрын
Definitely continue😊
@Ryan_Tidwell
@Ryan_Tidwell Жыл бұрын
It would be nice to know what happened to damage your robot for those of us that might poke about inside one.
@gregorymccoy6797
@gregorymccoy6797 Жыл бұрын
Maybe you could ramp up the power to the wheels gradually using PWM to prevent the lurching. Very interesting what you have here.
@Fattypatty20
@Fattypatty20 Жыл бұрын
Hey Scott! I'm currently an Electrical Engineering student and love your videos! Seeing how the parts and electronics you use in your project directly relate to things we discuss in class is fascinating. I'm super intrestered in doing projects like the ones you do but struggle to even know were to being. Any tips?
@Candy-records
@Candy-records Жыл бұрын
Just a bit of creativity is needed, but sometimes equipment. Do you have any ideas or hobbies?
@MrDocomox
@MrDocomox Жыл бұрын
I have an idea for your next project. A small device that collects mobile phone's details (IMEI and whatever else data that can be collected) of every person that shows up in your house. This device is to protect against spontaneous intruders, perhaps drunks who broke into your house and unwisely have their mobile phone on them.
@Eliasdbr
@Eliasdbr Жыл бұрын
What a coincidence, I recently bought a vacuum cleaner robot. Mine hasn't the house mapping feature, but it does have the manual movement through an IR remote control. I've been thinking of a possible way to use that system to track its movement via a microcontroller, map the house, and control it with IR signals. I see it very hard to pull off, but it sounds like a fun experience
@MatthiasLeeb-il3ic
@MatthiasLeeb-il3ic Жыл бұрын
really nice project! I definitely would like to see a follow-up. What kind of microcontroller is used in the Deebot? Maybe one could reverse engineer the software.
@JonathanDeWitt1988
@JonathanDeWitt1988 Жыл бұрын
Another great video. I really enjoyed seeing how you reverse engineered the controls for the BLDC motor. This whole video was enjoyable. Thanks for sharing.
@DanielLowrance
@DanielLowrance Жыл бұрын
Could you mount the additional electronics above the LIDAR and run the wires down one of the supports to not block it? I would push forward just because those wheelies on manual mode are hilarious
@jumbleblue
@jumbleblue Жыл бұрын
Cool project, even though not pulled through! Interesting to know a bit about the guts of such a robot.
@greatscottlab
@greatscottlab Жыл бұрын
Thanks :-) Getting to know the inside of such a robot was definitely worth it for me.
@cristibmmm
@cristibmmm Жыл бұрын
this was a really interesting and full of insights video. Really sad to hear that the wacuum cleaner got a bit hurt during the atempt of upgrade but glad it suvived and is feeling better :D. With that aside this little experiment was nice to watch. good job. now you got me thimking of a lawn mower :))
@juniorjunior7179
@juniorjunior7179 Жыл бұрын
I've always wanted to do this with mine... Perhaps, if you create an extension of the robot frame and reposition the sensors, things will work out. The robot doesn't know its size, it just "reacts" to the sensors. Creating an extension of the structure and printing it on a 3d printer, you would gain space to add the components and put the project into practice. The robot would get bigger, but it would also get better or at least more fun.
@welshdave5263
@welshdave5263 Жыл бұрын
I've got a really old robo vac that was powered by Lead Acid, now got it running with Lipo from recycled disposable vapes. I plan to use ESP32 cam for custom control over the internet, plenty of space inside, I will have manual/auto selectable from the webpage and video feed hosted on the ESP.
@greatscottlab
@greatscottlab Жыл бұрын
Sounds awesome!
@Toefuzz122
@Toefuzz122 Жыл бұрын
I gotta say, I respect you more because you openly admitted when you hit your limit. Love the channel, keep making great videos!
@bardenegri21
@bardenegri21 Жыл бұрын
I remember there was a custom firmware for the xiaomi roborock type vacuums. It had some extra features and ran without any cloud access. Might be worth seeing if it's still available, it might have manual control.
@enjibkk6850
@enjibkk6850 Жыл бұрын
I would continue by hooking a RC controller and use the proportional input. Would also be fun to decode the signals output by the receiver
@eatxthatx2k9
@eatxthatx2k9 Жыл бұрын
@GreatScott! Great video! Only thing that i didn't understand is at 10:17 when you said mounting the component on top would block the lidar sensor. Couldn't you just raise the sensor by couple centimeters with a simple spacer to solve that issue? After all, you did the hard work. Would love to see a follow up in the future when you've had some time. Thanks for putting this kind of educational content out!
@drewmeriborne1584
@drewmeriborne1584 Жыл бұрын
you should check the main board for a serial UART, and see if you can hack remote control functionality into the firmware with the already existing hardware.
@ilia-ned
@ilia-ned Жыл бұрын
Great video - both informative and entertaining! I won't forget frying Roomba with a single dropped screw. Through all the debugging and repairing I was disconnecting the battery... except for the final assembly 🤦‍♂️ I feel your pain bro!
@dtheguy
@dtheguy Жыл бұрын
Very good and it’s always fun to hear “and I’ll see you next time”
@SGRAHMD
@SGRAHMD Жыл бұрын
I always love your projects. Thank you for making and losing contents with such details. You could mount the circuits on the side, right?
@larspetersen2688
@larspetersen2688 Жыл бұрын
Always a pleasure to see what projects you come up with. Should you run out of ideas and you have the skills, maybe you could make a bike radar? You have abilities that go far beyond us mortals, What I admire most is your ability to realize your ideas, seems like you always complete your projects.
@NickSurmava
@NickSurmava Жыл бұрын
If you purchase eufy, you already can control via remote or wifi. No need custom modification
@johna7075
@johna7075 Жыл бұрын
Glad to see I'm not the only one who toasts electrical gadgets while poking around in them.
@jimlaredo8864
@jimlaredo8864 10 ай бұрын
Great video! was looking to hack underwater robot Aiper and run into this!
@user-ml3jf7ef4c
@user-ml3jf7ef4c Жыл бұрын
In old roombas UART is exposed on a top panel (under cover), and command specification is publicly available. Having some fun with it couple of years ago.
@pedrokatuniz8936
@pedrokatuniz8936 Жыл бұрын
For supported vacuum robots I recommend Valetudo, a alternative firmware which gives you many new possibilities and also a remote for the vacuum robot.
@greatscottlab
@greatscottlab Жыл бұрын
Thanks for the tip
@calebjpryor
@calebjpryor Жыл бұрын
Valetudo is amazing and I love having full local control of the robot
@rekkenberX
@rekkenberX Жыл бұрын
Hey, nice video. Hope we get to see more electronics hacking and reverse engineering in the future!
@Abishek_Muthian
@Abishek_Muthian Жыл бұрын
Well done, It was the right choice to not risk the robot electronics and I appreciate that you told us that.
@aqua_sakura5021
@aqua_sakura5021 Жыл бұрын
Great video 👍
@greatscottlab
@greatscottlab Жыл бұрын
Thanks 👍
@technicallitesh4420
@technicallitesh4420 Жыл бұрын
I would definitely continue with custom body base using a 3d printer to mount everything from scratch!Sounds cool 🙂
@eatxthatx2k9
@eatxthatx2k9 Жыл бұрын
Agreed
@Incommensurabilities
@Incommensurabilities Жыл бұрын
Great idea
@YSPACElabs
@YSPACElabs Жыл бұрын
I wonder if that BLDC driver circuit uses an integrated BLDC controller IC like Allegro's A89301. Those three chips on the board may have been dual MOSFETs.
@andythebritton
@andythebritton Жыл бұрын
The slight pitch up when the motors start reminds me of some of the robots from Robot Wars. Activate! If you added a compressed-air driven 'flipper', the bot could even tidy up for you!
@MTECHINDUSTRIES2022
@MTECHINDUSTRIES2022 Жыл бұрын
Love your channel & any knowledge you have on wireless power would be appreciated. Our research group created a wireless power transmitter that consumes 30 watts of power & has a range of over 2,000ft when a receiver coil is Earth grounded.
@NickTheHunter
@NickTheHunter Жыл бұрын
Brilliant! What software do you use for drawing those circuits and simulating them?
@Null--
@Null-- Жыл бұрын
The sensors you missed are for detecting stairs and other drops. When the IR of one LED is not picked up by the sensor besides it, the robot is about to take a dive and stops.
@jdlives8992
@jdlives8992 Жыл бұрын
this is super cool!!! rumba whatever needs to add a controller to them. kids will like to clean a lot then. we made a 1985 buick 4 door remote controlled in the 90’s. it was crazy. people would ride in it while we drove it in the field. we jumped it over some erosion bumps and killed the whole drive train.
@apanoiu
@apanoiu Жыл бұрын
Maybe a seeeduino Xiao would fit. Also, no prototype board - just using wires. Nice projects. Would love to see a in-depth version of each, with tips and tricks.
@gewittertorte
@gewittertorte Жыл бұрын
I have the Roborock S7 MaxV, you can control the vacuum robot in the app and drive it around like a remote play car. And there is a camera built in, so you can see where you're going. There is even a microphone and a speaker, so once you reach a destination, you can speak with someone around. You can even tell it to go somewhere on the map, watch it driving there with the camera and control it on the way or once it arrived. But you can not program it do do things, just a cleaning schedule
@greatscottlab
@greatscottlab Жыл бұрын
That sounds awesome.
@mikeydk
@mikeydk Жыл бұрын
I got the same vacuum, and during Christmas when I was not at home, I used it to drive around in my house to check on it. :)
@ElvisCheung-xl5qg
@ElvisCheung-xl5qg Жыл бұрын
Thats an interesting project that I will add to my to do list. Got a crappy roomba I got from china that are so dumb that would just bumping around and does basically nothing at cleaning other then being annoying. I think using the lidar sensor you have mentioned in your previous video would give it a second life before being dump into trash can by me.
@terrencezellers9105
@terrencezellers9105 Жыл бұрын
I'da raised the lidar box and just added a custom electronics box under it. Don't know how many connections to it, but at a guess it would be fairly compact possibly only two wires plus power.
@bunicutzeu8617
@bunicutzeu8617 Жыл бұрын
What uC is the robot using? I have one just like that and would really like to do some improvements 😂. Hopefully some debug port remained open. In that case you would not need any additional space... and speaking about that you can place the components in the rear of the robot with some velcro and flexible cable connecton to be able to get the watter tank out.
@viveksamani7924
@viveksamani7924 Жыл бұрын
Please answer this - While designing a full bridge rectifier, what value (uF) capacitor to use? & how to determine those values (uF)??
@yagneshpatel1183
@yagneshpatel1183 Жыл бұрын
At least it fun to see and we also make vaccum robot following same procedures
@joopterwijn
@joopterwijn Жыл бұрын
For sure I would have killed “Henry” in the process 😂
@KeithOlson
@KeithOlson Жыл бұрын
FWIW, a common solution to not having space inside is to design and 3d print (or w/e) a case extender. (i.e. extrude the outline of the division between two parts.) In this situation, it would sit between the base and the top shell. Designing it would be tricky, but the result would look like factory original and as much space inside as you could ever want.
@SuicideNeil
@SuicideNeil Жыл бұрын
Ok, hear me out; robotic combat contest but the robots have to be autonomous vacuum cleaners that have their original motors and chassis, with only their control electronics replaced and one external weapon added, no additional armour or anything else to beef them up.
@Farm_fab
@Farm_fab Жыл бұрын
I think you're missing the cat riding the sweeper to supervise the cleaning.😁
@nopparuj
@nopparuj Жыл бұрын
Make it swear every time it hits something.
@greatscottlab
@greatscottlab Жыл бұрын
That has already been done ;-)
@paskokelava2795
@paskokelava2795 Жыл бұрын
Do it in german
@PrivateJoki
@PrivateJoki Жыл бұрын
I have the first version of the Mii vacuum cleaner and the default firmware also features a manual control.
@semkraaijkamp
@semkraaijkamp Жыл бұрын
i have an i-life a4 robot vacuum cleaner. You can control it with the remote. Not expensive on ali express. It might be nice to remove the internals and use it.
@williamyf
@williamyf Жыл бұрын
My Deebot N79 (an older model from the same manufacturer) has a control function built in, is controlled used the infrared remote control included with the bot. I can not believe that the more advanced model you have do not have it.
@ElizabethGreene
@ElizabethGreene Жыл бұрын
Some robot vacuums have a serial connection you can tap that will allow you to send arbitrary commands to the unit.
@stevec00ps
@stevec00ps Жыл бұрын
The robot vacuum I have (made by a company called 360) has a remote control option. I've found it a little slow to respond though as the commands seem to go via China and back!
@bonaufilho7703
@bonaufilho7703 Жыл бұрын
Cool video. Any actually got an idea what would be the reason for the robot going in spinning in cycles. My one does exactly the same. All IR sensor checked and working. But I guess with all the tech in these things it might be difficult
@jamess1787
@jamess1787 Жыл бұрын
I bought a MP vac like 8 years ago. No wet mopping, it had just enough space to cram a Pi Zero W into it, relays and a few other components (IR transmitter). Was able to remote control it, but it was sluggish and not super responsive (IR signals bouncing inside the shiny plastic housing I guess). Had it linked to Alexa too using an Amazon cloud service (ec2?). .... Then Amazon upgraded and it broke the voice functionality 😅
@matejkotnik9675
@matejkotnik9675 Жыл бұрын
I guess you may want to fix the vacum by adding in just esp8266 and put it on homeasistant or openhab, to hardware reset the vacum cpu if the app cant control it than solder esp just on wires so it fits in housing. Hope it gives some functional inspiration. 😅
@Nightykk
@Nightykk Жыл бұрын
Dunno which Roborock that one above is, but my S5 Max has a Remote Control feature already built in. Sure, it doesn't go zoooom as the above, but it works just fine - both a joystick kind of mode, and an arrow mode.
@ForkTheSpoonWrecker
@ForkTheSpoonWrecker Жыл бұрын
The model I own, Ecozy RV-LD200A already has this feature built in.
@satyamedh
@satyamedh Жыл бұрын
ok you've convinced me to do it myself now. I already tore apart mine once to fix it, I'll do it again to add stuff :D
@greatscottlab
@greatscottlab Жыл бұрын
Haha have fun ;-)
Жыл бұрын
Another option would be to install your electronic board on top of the lidar sensor and route your cable wires down, hopefully the lidar will just ignore the small wires. :)
@dondavido
@dondavido Жыл бұрын
Danke für dein Video
@greatscottlab
@greatscottlab Жыл бұрын
Bitte
@MrDobiedoobie
@MrDobiedoobie Жыл бұрын
Thought you were going to hack it and add it to home assistant or prevent it connecting to the internet, I did this with my roomba. Fun to watch still!
The Dark Secret of Smart Sockets and How I Fixed it! (DIY or Buy)
12:10
Every Apartment needs this Upgrade! (WhatsApp/Telegram Notifications)
10:05
Omega Boy Past 3 #funny #viral #comedy
00:22
CRAZY GREAPA
Рет қаралды 35 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 16 МЛН
ПООСТЕРЕГИСЬ🙊🙊🙊
00:39
Chapitosiki
Рет қаралды 26 МЛН
I tried OVERPOWERING my Vacuum! (Homemade Turbine)
11:42
GreatScott!
Рет қаралды 1,7 МЛН
Your USB-C Cable probably SUCKS! Sooo is that Bad?
10:54
GreatScott!
Рет қаралды 694 М.
9 ways to drive a MOSFET, with examples
8:10
krakkus
Рет қаралды 26 М.
Robots are cleaning my house!
11:23
iJustine
Рет қаралды 823 М.
3 BROKEN Robot Vacuums  - But Can I Fix Them?
13:51
TronicsFix
Рет қаралды 187 М.
Mapping GPT revealed something strange...
1:09:14
Machine Learning Street Talk
Рет қаралды 171 М.
Every Home needs this Upgrade! (Control EVERYTHING)
11:14
GreatScott!
Рет қаралды 265 М.
Выложил СВОЙ АЙФОН НА АВИТО #shorts
0:42
Дмитрий Левандовский
Рет қаралды 1,7 МЛН
Xiaomi Note 13 Pro по безумной цене в России
0:43
Простые Технологии
Рет қаралды 2 МЛН
ПК с Авито за 3000р
0:58
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,8 МЛН
Не обзор DJI Osmo Pocket 3 Creator Combo
1:00
superfirsthero
Рет қаралды 1,3 МЛН
ПРОБЛЕМА МЕХАНИЧЕСКИХ КЛАВИАТУР!🤬
0:59
Корнеич
Рет қаралды 3,6 МЛН
Задача APPLE сделать iPHONE НЕРЕМОНТОПРИГОДНЫМ
0:57