The hardware is an issue, not because it's bad but because it's massively expensive to buy the components piecemeal.
You can purchase a lidar vac for £70-80 now. Even if you only replaced the brains, that's a quarter of the price of a Oomwoo. The only upgrade I'd want is self-emptying. You'd probably have to relocate the charging contacts but it seems highly achievable.
Or you could break up an existing vac for the parts. You'd get the lidar, bumper, ToF, cliff sensors, motors and wheels, perhaps even some seals for your printed parts. Again, much cheaper, especially if you shop on the used market (I can get a whole working vac for the price of new wheels). All these robots use common parts so the risk of getting it wrong is very small.
My point is perhaps they could coalesce around a common white label option unit or set of parts currently sold as a vacuum.
Gagguino is a great example of this approach, licensing scandal aside†. Espresso machines are expensive and not because the software is particularly clever. They are electrically simple, but mechanically there's a lot of pressurized plumbing that you really don't want to DIY.
The kit is a control board for the pump and boiler, and some add-on sensors for temperature and pressure. The "high end" features that it enables are almost entirely software driven, the main one being temperature control via PID. I've seen even simpler mods for other machines that bypass the "brew" button so you can do things like connect a bluetooth scale to enable brew-by-weight on a machine that doesn't support it, or add a shot timer.
The commercial version of this would be the Decent, but it costs 3x as much. I would love something like this for my robot vacuums. Valetudo is minimally invasive, but there's no reason you couldn't control the vacuum + wheels, but navigation is hard and those sensors are much more complex (can you even access the camera and undistort the image?)
There's much to criticize about the dev, but there's really no way to make it significantly easier. Most robovac companies just don't want you to flash the firmware.
The dev opposes selling the connector PCBs, but people have always ignored that and sold them online. They're not hard to find, but having the PCB is really only the first step.
Dreame's rebranded Mova starts at something like 350 EUR. Yes it's kinda capable and yet still kinda shit - gets tangled, stuck and needs quite some TLC. It doesn't look like it's going to be very reliable either.
I can't imagine how poorly 70 one can be.
Reminds me of people buying battery stick vacs without checking and then getting disappointed it's not same as dyson (while samsung as actually leads according to project farm tests).
> oomwoo is organized so the community can build it in parallel. The robot and its software are split into self-contained modules. You pick whatever module interests you, work on it whenever you want, and submit your work as a pull request. Multiple people can tackle the same module — the best solution surfaces over time.
I think one major advantage of open source over commercial alternatives, is the possibility of endless improvements. Similarly, 3d printing as a manufacturing method allows for a short iterative cycle, high degree of design freedom, customisation as a product feature, local production, and an high degree of repairability.
It’s going to be interesting to see how well git(hub) and discord serves as collaborative tools in this case. Hardware files are often binary, hardware components have complex interfaces between them, and hence depends more on human communication and collaboration.
I really hope this project succeeds. I’d love a cloud free robot vacuum that I can trust.
Even though it’s vibe coded, I like the idea of an open source repairable robot vacuum. The current generation of them are notoriously not built to last / be repairable.
I don't know why you would say that, my Xiaomi s6's wheel motor died, I was bummed about it. I ordered a replacement motor, and to my surprise, I only had to open one or two screws and the motor module popped right out. The module had a nice slitting connector. I put the new motor back in and I was done. The thing must be at least 8 years old by now and it's still chugging along. I now passed it on to my parents and it's cleaning their house.
Agreed. I have a 6.5 year old Roborock S5 Max, and it still works fine. I've replaced a few parts (can still get on AliExpress), but other than that no issues. It's cleaned 74km2.
Also very fond of the Roborock S5, in fact I recently got a second one for the other floor - totally took it apart, cleaned it, put it back together and stuck Valetudo onto it.
The first one is from 2017 and still going strong - issues so far: battery replaced (only recently), laser motor replaced, fuse replaced. Aside from the fuse it was very easy and doable for basically anyone.
I’ve had two S5s die on me recently. They kept shutting down in the middle of a clean, and from what I read, it needed a battery replacement.
Ordered one off Ali Express, and after another couple months, it also started dying. So replaced it with a newer Roborock.
Didn’t bother when the second S5 started doing the same, just got a new Roborock.
Both new ones have been going well so far, and while it does seem to be good for replacing parts (I had another lidar part fail, and the replacement was easy), I was disappointed that replacing the battery didn’t fix the shut down issues.
Same here: 10 year old Roomba from the 6xx series, still going strong. I bought official replacement parts for a wheel, some brushes and a new battery: Replacing them was very easy - just a few screws, no glued-together parts.
Assuming you live in a crazy big house (1000 m2), it cleaned your house 74000 times. Given S5 was released 8 years ago, even approximating it to 10, that's 20 times a day. I can imagine it taking about an hour to do one clean run. Jesus, did it ever stop cleaning
Agreed. I can code so I don't care whether it's vibecoded or whatever to bootstrap. Them working on designing hardware is what matters to me. I'll definitely keep an eye out for the kit, I don't have a lot of patience for hunting parts but would love to play with this.
The issue I have is the documentation and “status” is slop. Looking at the repo, how much of it is even real?
There’s supposed to be a build-along on YouTube but nothing there yet. The BoM is a bunch of aliexpress modules which is ok, but what about the chassis? Is that image generated?
The RFC calls to generate accurate models for the components, but the render looks like a full assembly?
When they get to the point of shipping a kit, why would I care? It's open source, just fix things. It's not rocket science, I'm just no good at working out the baseline machine that has parts to do the things. So I can't help at this point.
I don't expect a finished product. The value to me is the customizability and figuring out how to make it do what I want it to do. I'm sure that's not for everyone but like I have fingers. I can type. I can fix things. Slop is perfectly fine as a first draft because I'm envisioning a community of builders not a bunch of entitled twats who should just buy a Roomba.
A few thoughts on the vibe coding… This is probably just one person and this project wouldn’t have seen the light of day if they weren’t able to vibe code it. A few years ago this would have to be a kickstarter that raised at least several hundred thousand- probably millions to have a shot at successfully getting off the ground. You’re talking software and hardware engineering, experts in multiple disciplines, a whole team of people pouring in many hours to develop a product, etc.
Vibe coding doesn’t always have to result in low quality. An experienced engineer with good systems design skills piloting an agent can be incredibly productive. Although I’m pretty rusty at writing code, I’m still good at systems design and I’m having success with coding agents.
Recently, I’ve built a system for myself because what I wanted didn’t exist. There’s no way I ever would have done it without AI. I wouldn’t be able to pull it off myself even with years of time and a budget to hire developers for my personal project is nonexistent. It’s the kind of thing I never would have thought to start prior to good coding agents.
My productivity has been insane. I feel like there’s 10 of me. The quality of output is shockingly good. I’m looking at this and it’s one of the most put together systems I’ve worked on at any point in my career. It’s beyond what I saw from much more senior developers than I and it’s beyond what I was ever capable of myself.
I get why people don’t like vibe coding. It does produce a lot of slop in the hands of someone unskilled in the use of their tools. It costs people their jobs. There are a hundred reasons not to like it. The flip side is we get cool projects like this one because a single person can build the thing they always wanted and never could until now.
my interest in this would be to customize the cleaning plan/logic... especially regarding traversing difficult carpets edges (which my roborock struggles with)
maybe something like:
- this specific part of the carpet is the best place to enter onto it
- once successfully on a carpet, stay on it until done cleaning it
Personally, I find open hardware to be the selling point for devices that are supposedly running open source. If I can't change the parts/components, there's really no point.
The name is exciting to me. I've been a multiple time robot vacuum owner and it does have an appeal to be able to see a fresh build dissected like this. Why not contribute to this project instead of having a go all on my own, except of course with my AI helpers. I could pick the vacuum control board for the motors and sensors. I have some thoughts on brushes too.
It's a good point, vibe coding does lend itself to fast splitting among developers with the intent of recombining quickly too into a larger project.
The brushes usually don't go all the way to the sides of the vacuum, that's why many of them have an additional circular brush on the side to get into the corners and scoop the dirt to the big brushes in the middle.
No need for edges, also makes navigating through narrow things easier.
If you imagine a square robot traversing a wall and approaching a 90 degree inside corner, it can’t make the turn and would also be unable to make a perpendicular move to get more space.
That said Eufy, Makita and others make square-ish robots.
Mostly circular, some have slightly asymmetric shapes like Eufy e28. The mid range and higher typically have an extending arm that handles edges or corners
Interesting project. Aren't most modern robot vacuum's using image processing to determine whether to stop or not now though? How is Lidar going to help you avoid the cat's diarrhoea on the rug?
I am bone tired of slop. This looks like a useful thing to build (the cameras in existing closed source robo vacuums creep me out), but when people don't even write their announcement blog post by hand it gives me zero confidence in the project getting anywhere meaningful.
Perhaps not the place to share this, but it's depressing. I hope this proves me wrong.
It's a bit of an indicator about the effort they put into it. If they don't even write their blogpost themselves the question of "how much effort and thought did they put into the rest of their code / product".
Now, obviously they might just be bad at writing blogposts but surprisingly often it seems to be a decent red flag.
Because the thing is that the less effort you put into that the more anyone can just...reproduce the idea with their own LLM.
Even if s.o buil a cool thing and wants to share it with the world, if all they did was prompt Claude for a weekend what is stopping me from just doing it myself? Then I can even get it however I want.
Heh that was my first thought upon seeing this headline: how will the Valetudo guy contort himself to get upset about this to the tune of an unhinged screed this time?
You can purchase a lidar vac for £70-80 now. Even if you only replaced the brains, that's a quarter of the price of a Oomwoo. The only upgrade I'd want is self-emptying. You'd probably have to relocate the charging contacts but it seems highly achievable.
Or you could break up an existing vac for the parts. You'd get the lidar, bumper, ToF, cliff sensors, motors and wheels, perhaps even some seals for your printed parts. Again, much cheaper, especially if you shop on the used market (I can get a whole working vac for the price of new wheels). All these robots use common parts so the risk of getting it wrong is very small.
My point is perhaps they could coalesce around a common white label option unit or set of parts currently sold as a vacuum.
The kit is a control board for the pump and boiler, and some add-on sensors for temperature and pressure. The "high end" features that it enables are almost entirely software driven, the main one being temperature control via PID. I've seen even simpler mods for other machines that bypass the "brew" button so you can do things like connect a bluetooth scale to enable brew-by-weight on a machine that doesn't support it, or add a shot timer.
The commercial version of this would be the Decent, but it costs 3x as much. I would love something like this for my robot vacuums. Valetudo is minimally invasive, but there's no reason you couldn't control the vacuum + wheels, but navigation is hard and those sensors are much more complex (can you even access the camera and undistort the image?)
https://gaggiuino.github.io/#/
† they pulled the rug on open firmware
The dev opposes selling the connector PCBs, but people have always ignored that and sold them online. They're not hard to find, but having the PCB is really only the first step.
Dreame's rebranded Mova starts at something like 350 EUR. Yes it's kinda capable and yet still kinda shit - gets tangled, stuck and needs quite some TLC. It doesn't look like it's going to be very reliable either.
I can't imagine how poorly 70 one can be.
Reminds me of people buying battery stick vacs without checking and then getting disappointed it's not same as dyson (while samsung as actually leads according to project farm tests).
I think one major advantage of open source over commercial alternatives, is the possibility of endless improvements. Similarly, 3d printing as a manufacturing method allows for a short iterative cycle, high degree of design freedom, customisation as a product feature, local production, and an high degree of repairability.
It’s going to be interesting to see how well git(hub) and discord serves as collaborative tools in this case. Hardware files are often binary, hardware components have complex interfaces between them, and hence depends more on human communication and collaboration.
I really hope this project succeeds. I’d love a cloud free robot vacuum that I can trust.
Ordered one off Ali Express, and after another couple months, it also started dying. So replaced it with a newer Roborock.
Didn’t bother when the second S5 started doing the same, just got a new Roborock.
Both new ones have been going well so far, and while it does seem to be good for replacing parts (I had another lidar part fail, and the replacement was easy), I was disappointed that replacing the battery didn’t fix the shut down issues.
There’s supposed to be a build-along on YouTube but nothing there yet. The BoM is a bunch of aliexpress modules which is ok, but what about the chassis? Is that image generated?
The RFC calls to generate accurate models for the components, but the render looks like a full assembly?
Mmm I love the smell of slop in the morning
I don't expect a finished product. The value to me is the customizability and figuring out how to make it do what I want it to do. I'm sure that's not for everyone but like I have fingers. I can type. I can fix things. Slop is perfectly fine as a first draft because I'm envisioning a community of builders not a bunch of entitled twats who should just buy a Roomba.
Vibe coding doesn’t always have to result in low quality. An experienced engineer with good systems design skills piloting an agent can be incredibly productive. Although I’m pretty rusty at writing code, I’m still good at systems design and I’m having success with coding agents.
Recently, I’ve built a system for myself because what I wanted didn’t exist. There’s no way I ever would have done it without AI. I wouldn’t be able to pull it off myself even with years of time and a budget to hire developers for my personal project is nonexistent. It’s the kind of thing I never would have thought to start prior to good coding agents.
My productivity has been insane. I feel like there’s 10 of me. The quality of output is shockingly good. I’m looking at this and it’s one of the most put together systems I’ve worked on at any point in my career. It’s beyond what I saw from much more senior developers than I and it’s beyond what I was ever capable of myself.
I get why people don’t like vibe coding. It does produce a lot of slop in the hands of someone unskilled in the use of their tools. It costs people their jobs. There are a hundred reasons not to like it. The flip side is we get cool projects like this one because a single person can build the thing they always wanted and never could until now.
As best as I can tell, this project doesn't exist yet, just a bunch of boilerplate.
and
>It does produce a lot of slop in the hands of someone unskilled in the use of their tools.
Form a somewhat contradictory pair.
maybe something like:
It's a good point, vibe coding does lend itself to fast splitting among developers with the intent of recombining quickly too into a larger project.
No need for edges, also makes navigating through narrow things easier.
If you imagine a square robot traversing a wall and approaching a 90 degree inside corner, it can’t make the turn and would also be unable to make a perpendicular move to get more space.
That said Eufy, Makita and others make square-ish robots.
Perhaps not the place to share this, but it's depressing. I hope this proves me wrong.
Now, obviously they might just be bad at writing blogposts but surprisingly often it seems to be a decent red flag.
Because the thing is that the less effort you put into that the more anyone can just...reproduce the idea with their own LLM.
Even if s.o buil a cool thing and wants to share it with the world, if all they did was prompt Claude for a weekend what is stopping me from just doing it myself? Then I can even get it however I want.
It is not a robot firmware and has no role here.
Let alone why would someone want to attract the toxic culture that is the Valetudo creator and community?
This project seems like AI slop, but at this point that’s better than toxic dictators.
The AI slop on the site is not appealing, but it could also mean that the project will be parallelized successfully.