Hacking my Robot Vacuum to add ONE MISSING Feature!

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 มิ.ย. 2024
  • 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 TH-cam "...
    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 ปีที่แล้ว +515

    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  ปีที่แล้ว +107

      Good to know :-)

    • @Bingocat4
      @Bingocat4 ปีที่แล้ว +47

      The roborock app also has that feature built in. Valetudo is still superior though

    • @mikeydk
      @mikeydk ปีที่แล้ว +8

      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 ปีที่แล้ว +20

      @@mikeydk the Xiaomi uploads your Wi-Fi password to the Chinese cloud.

    • @Swesen
      @Swesen ปีที่แล้ว +25

      @@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 ปีที่แล้ว +609

    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  ปีที่แล้ว +165

      Sounds like the German Dream

    • @MCsCreations
      @MCsCreations ปีที่แล้ว +5

      I really like how you think.

    • @eklhaft4531
      @eklhaft4531 ปีที่แล้ว +22

      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 ปีที่แล้ว +3

      @@MCsCreations You scare me. Basically whatever video I watch, from whatever creators, it already has a comment from you somewhere...

    • @MCsCreations
      @MCsCreations ปีที่แล้ว +1

      @@MariomasterNSMBHD I guess we have the same preferences... The name looks to be the same anyway. 😬
      (MC comes from Mario Cesar.)

  • @wadeh486
    @wadeh486 ปีที่แล้ว +189

    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 ปีที่แล้ว +9

      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  ปีที่แล้ว +52

      Sounds like fun and a good plan. I will have a look.

    • @eklhaft4531
      @eklhaft4531 ปีที่แล้ว +1

      Oh that would be so cool to have!

    • @SimonBauer7
      @SimonBauer7 ปีที่แล้ว +2

      you mean the current turtlebot? that has no vaccuum in it

    • @MrDobiedoobie
      @MrDobiedoobie ปีที่แล้ว +2

      The non educational versions still accept python scripts! I did this to get mine into home assistant

  • @marcsellohooves
    @marcsellohooves ปีที่แล้ว +61

    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 ปีที่แล้ว +3

      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 ปีที่แล้ว +15

    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.

  • @infinitepurelive
    @infinitepurelive ปีที่แล้ว +9

    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 ปีที่แล้ว +11

    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  ปีที่แล้ว +3

      That sounds awesome👍 I will have a look.

  • @XenoTravis
    @XenoTravis ปีที่แล้ว +61

    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  ปีที่แล้ว +17

      It can be quite annoying sometimes.....

    • @ayushp.5395
      @ayushp.5395 ปีที่แล้ว +1

      @@greatscottlab indeed, especially in the starting when you buy your 'first' components...

    • @Davidslabofficial
      @Davidslabofficial ปีที่แล้ว +4

      plus sometimes it's really expensive 😂😅
      i had some moments like that

    • @ayushp.5395
      @ayushp.5395 ปีที่แล้ว +1

      @@Davidslabofficial 😬😅😂

    • @XenoTravis
      @XenoTravis ปีที่แล้ว +5

      @@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.

  • @grins047
    @grins047 ปีที่แล้ว

    Great project. Always learning things from you

  • @tom95076
    @tom95076 ปีที่แล้ว

    Thanks for the honesty about smoking the part... I have been inside a couple robots and your right.

  • @happyfaces4731
    @happyfaces4731 ปีที่แล้ว +1

    Waited for you video and it's posted .Good work

  • @patrag25
    @patrag25 ปีที่แล้ว +4

    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.

  • @ogi22
    @ogi22 ปีที่แล้ว +3

    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.

  • @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!

  • @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!

  • @avejst
    @avejst ปีที่แล้ว

    Great video as always
    Thanks for sharing

  • @abrahamwondafrash7549
    @abrahamwondafrash7549 ปีที่แล้ว

    thanks to you I started to look into the mit app!

  • @princebanini
    @princebanini ปีที่แล้ว

    amazing video as always. I love how you figured out the functions of the 5 pins on the vacuum motor

  • @nathanmiddleton1478
    @nathanmiddleton1478 ปีที่แล้ว +6

    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.

  • @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 : )

  • @TiagoTiagoT
    @TiagoTiagoT ปีที่แล้ว +20

    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 ปีที่แล้ว +7

      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 ปีที่แล้ว +7

      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 ปีที่แล้ว +1

      @@stoojinator Wow, you're so funny!

  • @fixnreview
    @fixnreview ปีที่แล้ว

    Great job Great Scott

  • @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.

  • @haldersoham4
    @haldersoham4 ปีที่แล้ว +1

    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!

  • @mikepote
    @mikepote ปีที่แล้ว +16

    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  ปีที่แล้ว +8

      Sadly I love to use the water tank function

    • @RealJohnnyDingo
      @RealJohnnyDingo ปีที่แล้ว +11

      flame thrower to get all those really stubborn spots clean 🫧🪥

    • @katydid5088
      @katydid5088 ปีที่แล้ว +5

      ​@@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. 😅

  • @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!

  • @suji730
    @suji730 ปีที่แล้ว

    Lots of love scott 🤩

  • @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.

  • @RetinaBurner
    @RetinaBurner ปีที่แล้ว +4

    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.

  • @loodusefilm7881
    @loodusefilm7881 ปีที่แล้ว +3

    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  ปีที่แล้ว +2

      Thanks. Yep. Heard from others about the Xiaomi ones. I am jealous.

  • @SchwaAlien
    @SchwaAlien ปีที่แล้ว +2

    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.

  • @A2an
    @A2an ปีที่แล้ว

    Definitely continue😊

  • @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 !

  • @dtheguy
    @dtheguy ปีที่แล้ว

    Very good and it’s always fun to hear “and I’ll see you next time”

  • @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.

  • @thedamnone
    @thedamnone ปีที่แล้ว +1

    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.

  • @deadbird99
    @deadbird99 ปีที่แล้ว +40

    Next project: make it an autonomous gatling turret.

    • @greatscottlab
      @greatscottlab  ปีที่แล้ว +12

      Haha😉 On it.

    • @priyankagosh2127
      @priyankagosh2127 ปีที่แล้ว +2

      Killjoy bot?

    • @isaacm1929
      @isaacm1929 ปีที่แล้ว +3

      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

  • @jong4321
    @jong4321 ปีที่แล้ว +1

    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!

  • @daniesalex7073
    @daniesalex7073 ปีที่แล้ว +2

    Its always fun to see you Work on Consumer electronics

  • @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.

  • @ElectronicLab.
    @ElectronicLab. ปีที่แล้ว

    What an interesting/educational video. Keep it up👍

  • @MrDocomox
    @MrDocomox ปีที่แล้ว +1

    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.

  • @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!

  • @nopparuj
    @nopparuj ปีที่แล้ว +7

    Make it swear every time it hits something.

  • @mikefochtman7164
    @mikefochtman7164 ปีที่แล้ว +1

    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'.

  • @jimlaredo8864
    @jimlaredo8864 10 หลายเดือนก่อน

    Great video! was looking to hack underwater robot Aiper and run into this!

  • @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!

  • @welshdave5263
    @welshdave5263 ปีที่แล้ว +1

    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.

  • @enjibkk6850
    @enjibkk6850 ปีที่แล้ว +1

    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

  • @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

  • @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.

  • @mattanjaj8236
    @mattanjaj8236 ปีที่แล้ว +1

    do you have an tip for my we got an robot vacuum cleaner but the lidar doesn't work anymore do you think its the motor with less power and less rpm or the laser sensor the laser sensor does work but idk if the receiver works

  • @NickSurmava
    @NickSurmava ปีที่แล้ว

    If you purchase eufy, you already can control via remote or wifi. No need custom modification

  • @NickTheHunter
    @NickTheHunter ปีที่แล้ว

    Brilliant! What software do you use for drawing those circuits and simulating them?

  • @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?

  • @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.

  • @gregorymccoy6797
    @gregorymccoy6797 ปีที่แล้ว +1

    Maybe you could ramp up the power to the wheels gradually using PWM to prevent the lurching. Very interesting what you have here.

  • @screen-protector
    @screen-protector ปีที่แล้ว +6

    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 ปีที่แล้ว +2

      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!! 😲🤣😂

  • @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.

  • @aqua_sakura5021
    @aqua_sakura5021 ปีที่แล้ว

    Great video 👍

  • @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.

  • @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.

  • @dondavido
    @dondavido ปีที่แล้ว

    Danke für dein Video

  • @ChrisShUK
    @ChrisShUK ปีที่แล้ว

    My neato D7 has manual mode built in. Handy!

  • @ForkTheSpoonWrecker
    @ForkTheSpoonWrecker ปีที่แล้ว

    The model I own, Ecozy RV-LD200A already has this feature built in.

  • @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.

  • @MatthiasLeeb-il3ic
    @MatthiasLeeb-il3ic ปีที่แล้ว +1

    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.

  • @yagneshpatel1183
    @yagneshpatel1183 ปีที่แล้ว

    At least it fun to see and we also make vaccum robot following same procedures

  • @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 :))

  • @Ryan_Tidwell
    @Ryan_Tidwell ปีที่แล้ว +2

    It would be nice to know what happened to damage your robot for those of us that might poke about inside one.

  • @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!

  • @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.

  • @mrc6032
    @mrc6032 ปีที่แล้ว

    I'm so glad to see using a drill to remove screws. . Combined with manual magnetic screwdriver

  • @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.

  • @viveksamani7924
    @viveksamani7924 ปีที่แล้ว

    Please answer this - While designing a full bridge rectifier, what value (uF) capacitor to use? & how to determine those values (uF)??

  • @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?

  • @RahulSharma-ue6sg
    @RahulSharma-ue6sg ปีที่แล้ว

    Hi, could you please suggest which wire should i use in perf board PCB

  • @drewmeriborne1584
    @drewmeriborne1584 ปีที่แล้ว +1

    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.

  • @jumbleblue
    @jumbleblue ปีที่แล้ว +1

    Cool project, even though not pulled through! Interesting to know a bit about the guts of such a robot.

    • @greatscottlab
      @greatscottlab  ปีที่แล้ว +2

      Thanks :-) Getting to know the inside of such a robot was definitely worth it for me.

  • @johna7075
    @johna7075 ปีที่แล้ว

    Glad to see I'm not the only one who toasts electrical gadgets while poking around in them.

  • @rekkenberX
    @rekkenberX ปีที่แล้ว

    Hey, nice video. Hope we get to see more electronics hacking and reverse engineering in the future!

  • @aussiecrocs1
    @aussiecrocs1 ปีที่แล้ว

    8:41 Was that square, yellow component a resettable-fuse from one of your last videos?

  • @mistere8055
    @mistere8055 ปีที่แล้ว

    Did you happen to recon the motherboard to figure out the complexity of firmware extraction/changes? I am tempted to take mine apart and trying to change the "off the ground" voice warning to a Portal Turret "Put me down!" audio file.

  • @PrivateJoki
    @PrivateJoki ปีที่แล้ว

    I have the first version of the Mii vacuum cleaner and the default firmware also features a manual control.

  • @DanielLowrance
    @DanielLowrance ปีที่แล้ว +2

    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

  • @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

  • @ElizabethGreene
    @ElizabethGreene ปีที่แล้ว

    Some robot vacuums have a serial connection you can tap that will allow you to send arbitrary commands to the unit.

  • @blueghost1366
    @blueghost1366 ปีที่แล้ว

    Hey Scott, loved the video, I am actually attempting something similar with my iRobot roomba, I want to turn on and use the BLDC robot vacuum, It has 4 wires (red,blue,yellow, black), I dont have access to an oscilloscope and I cant find a data sheet. Any thoughts or ideas?

  • @radovanobal3842
    @radovanobal3842 ปีที่แล้ว

    It's a great thing that my Xiaomi Robot 1 already has the remote control functionality.

  • @chase6428
    @chase6428 ปีที่แล้ว

    I literally did the exact same process with the BLDC vacuum motor I stole from an old roomba a few weeks ago, I wish you posted this before I spent some hours troubleshooting the motor lol

  • @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.

  • @jannijp7
    @jannijp7 ปีที่แล้ว

    interesting, i had a similar Deebot Robot and it was also doing the driving in circles thing. turned out, the motor power cable broke (and after researching i wasn't the only one with this phenomenon). Was this not the case with yours but only software?

  • @pedrokatuniz8936
    @pedrokatuniz8936 ปีที่แล้ว +1

    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  ปีที่แล้ว +1

      Thanks for the tip

    • @calebjpryor
      @calebjpryor ปีที่แล้ว +1

      Valetudo is amazing and I love having full local control of the robot

  • @hansaKg
    @hansaKg ปีที่แล้ว

    Hope the manufacturer sees this and gives an update to do what you are trying to do. Manual control!

  • @LabArlyn
    @LabArlyn ปีที่แล้ว

    This video is giving me information on how to run such bldc motor without its original circuit. 🍓

  • @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 😅

  • @ElvisCheung-xl5qg
    @ElvisCheung-xl5qg ปีที่แล้ว +1

    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.

  • @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.

  • @ahmetnumanelen4015
    @ahmetnumanelen4015 ปีที่แล้ว

    Is the legend coming back? I'm getting exited😁

  • @gewittertorte
    @gewittertorte ปีที่แล้ว +1

    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. :)