FAQ

From Open Mower Wiki
Jump to navigation Jump to search

GENERAL

What is OpenMower?

OpenMower is a project that modifies an existing commercial Lawn mower robot (currently the Yard Force 500) with better steering electronics to provide, among other things, GPS navigation and optimized mowing paths. See the intro video here: https://www.youtube.com/watch?v=BSF04i3zNGw

Can I buy an assembled OpenMower or a kit?

No, at present it is a DIY yourself project that will require effort and technical skill on your part. But there is a very active community, so help is available.

How much does it cost?

Approx €350 for the mower + €400 for RTK GPS + €100 (yeah, semiconductor shortage..) for a Raspberry Pi + €200 for custom hardware.

Who created OpenMower?

Clemens Elflein, known as @c.ez in the project's Discord (https://discord.com/channels/958476543846412329/958476543846412331) is the designer and creator of OpenMower. If you like what he is doing, please support him on Patreon

What is the current stage of the project

The OpenMower is running in prototype at @c.ez. He is currently waiting for revised PCBs to arrive for validation. A group of early builders are buying parts and getting ready to “co-build” with @c.ez to test and validate the design.

Where can I find more information?

The entry points for more information are:

What license is OpenMower based on?

The license is “Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License”, pls. see here: https://creativecommons.org/licenses/by-nc-sa/4.0/

BUILDING AN OPENMOWER YOURSELF

What skills do I need to build one?

  • Taking hardware apart and putting it together again
  • Buying parts
  • Soldering, in particular SMD techniques for making the main PCB
  • Electronics, getting Linux and ROS on a Raspberry Pi, probably installing some packages etc.
  • Debugging, patience, tech creativity, joy in participating

What should I do if I want to build an OpenMower?

Remember, we are very early stage, so don’t expect finished build instructions, rather be prepared to figure out quite a bit of stuff yourself (with the help of the community). That said, head to the #open-mower-builds in the Discord and be part of an exciting activity.

What can I do right now if I want to build?

Start getting parts! Look at the preliminary BOM in https://github.com/ClemensElflein/OpenMower/wiki and start getting the big chunks, like the YardForce 500, Raspberry Pis, GPS RTK modules etc.

Start following the #open-mower-builds Discord channel here

Should I order a PCB for the main board right now?

Not yet. @c.ez is currently awaiting a shipment of rev 0.9.1.beta of the main board. Once he has validated that, we should be able to start ordering.

Is there a step-by-step instruction?

Not yet. @c.ez is working on it.

Is there a recommended place to buy parts?

Unfortunately, no. Best EU suggestions are Farnell, Mouser, Digikey.

If anyone has better suggestions, pls. share in #open-mower-builds on the Discord and it will be included here.

Where do I buy Raspberry Pis?

RPIs have a serious world-wide shortage at the moment. You may check https://rpilocator.com/ if they point to anywhere that has supply.

If you find EU vendors with supply, pls. share in #open-mower-builds in the Discord.

OPENMOWER TECH

Can I use a different mower than the YardForce 500?

The project is designed for the YF500, so the immediate answer is no. The project is solely focused on making the YF500 work at the moment. However, YF500 seems to be one branding of a Chinese robot that appears under other names, too. So likely, we’ll discover that other brands (and also other models of Yard Force) can work. Also some builders in the Discord are looking into robots from other manufacturers to see if the core OpenMower tech could be applied to those. Check #mower-dissection if you want to follow or participate. But applying to other brands will likely not happen before the YF500 based OpenMower seems to run well.

Where can I buy the Yard Force 500?

If you find other good vendors, pls. share in #open-mower-builds on the Discord and it will be included here.

Is Yard Force 500 available in the US?

It seems not directly. You may try to import it from Amazon in the EU. Those that have it confirm that it operates on 100-240 V~, 50/60 Hz, 56 W.

If you find a consistent way to obtain a YF500 or a compatible mower in the US, pls. share in #open-mower-builds on the Discord and it will be included here.

What is special about the OpenMower?

  • OpenMower utilizes two GPS RTK units (one on the Mower, the other in a fixed place) to allow OpenMower to have centimeter-precise location data.
  • That means that you can train OpenMower on your lawn edge and it can run without a boundary wire. And you can train it on several lawn segments that it can then roam between.
  • The exact location info allows OpenMower to cut along an efficient planned path rather than move chaotically around like almost every commercial mower out there.
  • You build it yourself and all the soft- and hardware is open source, so if you have the skills, you can mod it further.

What technological platforms is OpenMower based on?

  • The Mower
    • Raspberry Pi SBC running Linux and ROS 1 for the robotics; mapping and navigation etc.
    • GPS RTK module communicating with a fixed GPS RTK module to provide cm accuracy
    • Raspberry Pi Nano (microcontroller) to operate motors and sensors
  • The GPS base station
    • GPS RTK module for providing a point of reference to provide cm accuracy in conjunction with the module on the mower

WHAT ABOUT MOWERS THAT ARE NOT YARD FORCE 500?

How does OpenMower compare to ArduMower https://www.ardumower.de/

ArduMower is a slightly more mature but also more closed project, also using RTK GPS and no wire. You can get both an assembled mower and a full kit.

As @c.ez# writes, it depends on your preference: "So basically: If you're looking to build an robotic mower as fast as possible, I'd recommend you to go with the Ardumower. If you're in for the tech, I recommend you to follow this project instead (!!obviously biased opinion here!!)". See his full post here: https://discord.com/channels/958476543846412329/961804411112394842/963271459357204560

How does OpenMower compare to Navimow https://navimow.segway.com/

Navimow is a new system that seems to be still not quite launched on the market (as per 2022-04-19). It looks to be quite full-featured and should offer a commercial out-of-the box solution with app and many features. Price point seems to be €1.300.

What do we know about the feasibility of doing OpenMower on other mowers?

In the channel #mower-dissection channel, members are taking apart other brands/models from Yard Force 500 to assess the viability of applying the OpenMower platform to them. There is also a Google Sheet with collected notes and observations here: https://docs.google.com/spreadsheets/d/1BX0-KEs5v-VED8-RA4BLE-wRdXHtlmcKy4n9K5vJVAA/edit?usp=sharing

Ask @tinker0436 for edit permission if you want to contribute.

A note on other mowers and future direction

It is likely that in a later version, the OpenMower platform could be split in "core" and "specific mower" parts so that many mowers could be supported and it would be easy to hack OpenMower onto your mower. But at the current stage, the project is focused on realizing a working beta on the Yard Force 500, There are already individual builders that are experimentally trying to adapt OpenMower to their owen mower platforms.

Maintenance of this FAQ

This FAQ is maintained by @tinker0436

It is a work in progress. If you have additional questions or comments or find stuff missing, use the Discord #open-mower channel and tag a @Mod so that we get a ping. Comments and suggestions are very welcome!

Disclaimer

This FAQ is provided as-is and free of charge. No guarantees of any kind are made that the information contained herein is exact or correct or does not violate any local regulations or cause any security risk. Any use you make of any information given here is at your own discretion and risk.