<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openmower.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vamatis</id>
	<title>Open Mower Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openmower.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vamatis"/>
	<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Special:Contributions/Vamatis"/>
	<updated>2026-05-13T09:57:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=244</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=244"/>
		<updated>2022-07-12T16:11:06Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: added setting up section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;This page will guide you through the steps needed to flash and configure the XESCs for use with the OpenMower Project&lt;br /&gt;
&lt;br /&gt;
This mini-HOWTO is meant to guide you through the different steps.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS PAGE IS CONSIDERED A WORK IN PROGRESS AND WILL BE UPDATED REGULARLY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&#039;&#039;This Wiki 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.&lt;br /&gt;
Please note that motors can be dangerous, especially the mowing one. Always take the blade apart when building / testing around the bot, and make sure nothing contacts any of the moving parts.&lt;br /&gt;
&lt;br /&gt;
We cannot be held responsible for your actions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== STM32 Version ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your STM32 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Only linux have been tested for now, but other OS will come.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
For this how-to, you will need:&lt;br /&gt;
- A Linux Computer with internet connection&lt;br /&gt;
- The XESC you want to flash&lt;br /&gt;
- A micro USB cable&lt;br /&gt;
- A ST programmer (STlink v2 or blue pill for exemple)&lt;br /&gt;
- Some wires to connect the XESC and the STLINK&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Your Machine ===&lt;br /&gt;
&lt;br /&gt;
We created a script to make sure everything on your machine is setup correctly. To use it:&lt;br /&gt;
&lt;br /&gt;
- Run a terminal on your computer&lt;br /&gt;
- run &amp;lt;code&amp;gt;wget https://github.com/vamatis/Random/blob/main/xesc-computer-setup-script.sh &amp;lt;/code&amp;gt;&lt;br /&gt;
- then &amp;lt;code&amp;gt;chmod u+x xesc-computer-setup-script.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
- and finally &amp;lt;code&amp;gt;sudo ./xesc-computer-setup-script.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will create a XESC-Setup folder with the following architecture:&lt;br /&gt;
&lt;br /&gt;
- XESC-Setup&lt;br /&gt;
  - bldc-bootloader&lt;br /&gt;
  - xesc_firmware&lt;br /&gt;
  - configs&lt;br /&gt;
&lt;br /&gt;
The bldc-bootloader folder contains the VESC bootloader for the STM32&lt;br /&gt;
The xesc_firmware contains the custom firmware for the XESC&lt;br /&gt;
The config folder contains configurations for the drive and mower motors&lt;br /&gt;
&lt;br /&gt;
Once you have that done, you&#039;re ready to proceed!&lt;br /&gt;
&lt;br /&gt;
=== Connecting everything ===&lt;br /&gt;
Depending on the Programmer you use, you will need to connect either 3 or 4 wires between the programmer and XESC.&lt;br /&gt;
These wires are:&lt;br /&gt;
- 3V3V (not mandatory, depends on the programmer used)&lt;br /&gt;
- SWDIO -&amp;gt; the dataline&lt;br /&gt;
- SWDCLK -&amp;gt; the clockline&lt;br /&gt;
- GND&lt;br /&gt;
&lt;br /&gt;
Looking at the XESC from the top (USB on top) and with the usb port facing towards you, the pinout is as follows:&lt;br /&gt;
3V3&lt;br /&gt;
SWDIO&lt;br /&gt;
GND&lt;br /&gt;
SWDCLK&lt;br /&gt;
RESET&lt;br /&gt;
&lt;br /&gt;
Note that we won&#039;t use the reset line.&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Bootloader ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Firmware ===&lt;br /&gt;
&lt;br /&gt;
=== Connection to VESC TOOL and configuration ===&lt;br /&gt;
&lt;br /&gt;
== RP2040 Version ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your RP2040 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Compared to the STM32 version, flashing the RP2040 XESC is pretty simple:&lt;br /&gt;
&lt;br /&gt;
- Connect your XESC to your computer using the micro USB port&lt;br /&gt;
XESC will then appear as a mass storage device.&lt;br /&gt;
- Copy/Paste the firmware file to that new storage&lt;br /&gt;
&lt;br /&gt;
On the RP2040 version, ROS automatically loads the necessary config for the OPENMOWER motors, so you don&#039;t need to do anything else.&lt;br /&gt;
&lt;br /&gt;
Enjoy your flashed XESCs!&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=243</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=243"/>
		<updated>2022-07-12T14:59:56Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;This page will guide you through the steps needed to flash and configure the XESCs for use with the OpenMower Project&lt;br /&gt;
&lt;br /&gt;
This mini-HOWTO is meant to guide you through the different steps.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS PAGE IS CONSIDERED A WORK IN PROGRESS AND WILL BE UPDATED REGULARLY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&#039;&#039;This Wiki 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.&lt;br /&gt;
Please note that motors can be dangerous, especially the mowing one. Always take the blade apart when building / testing around the bot, and make sure nothing contacts any of the moving parts.&lt;br /&gt;
&lt;br /&gt;
We cannot be held responsible for your actions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== STM32 Version ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your STM32 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
For this how-to, you will need:&lt;br /&gt;
- A Computer with internet connection&lt;br /&gt;
- The XESC you want to flash&lt;br /&gt;
- A micro USB cable&lt;br /&gt;
- A ST programmer (STlink v2 or blue pill for exemple)&lt;br /&gt;
- Some wires to connect the XESC and the STLINK&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Your Machine ===&lt;br /&gt;
&lt;br /&gt;
=== Connecting everything ===&lt;br /&gt;
Depending on the Programmer you use, you will need to connect either 3 or 4 wires between the programmer and XESC.&lt;br /&gt;
These wires are:&lt;br /&gt;
- 3V3V (not mandatory, depends on the programmer used)&lt;br /&gt;
- SWDIO -&amp;gt; the dataline&lt;br /&gt;
- SWDCLK -&amp;gt; the clockline&lt;br /&gt;
- GND&lt;br /&gt;
&lt;br /&gt;
Looking at the XESC from the top (USB on top) and with the usb port facing towards you, the pinout is as follows:&lt;br /&gt;
3V3&lt;br /&gt;
SWDIO&lt;br /&gt;
GND&lt;br /&gt;
SWDCLK&lt;br /&gt;
RESET&lt;br /&gt;
&lt;br /&gt;
Note that we won&#039;t use the reset line.&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Bootloader ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Firmware ===&lt;br /&gt;
&lt;br /&gt;
=== Connection to VESC TOOL and configuration ===&lt;br /&gt;
&lt;br /&gt;
== RP2040 Version ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your RP2040 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Compared to the STM32 version, flashing the RP2040 XESC is pretty simple:&lt;br /&gt;
&lt;br /&gt;
- Connect your XESC to your computer using the micro USB port&lt;br /&gt;
XESC will then appear as a mass storage device.&lt;br /&gt;
- Copy/Paste the firmware file to that new storage&lt;br /&gt;
&lt;br /&gt;
On the RP2040 version, ROS automatically loads the necessary config for the OPENMOWER motors, so you don&#039;t need to do anything else.&lt;br /&gt;
&lt;br /&gt;
Enjoy your flashed XESCs!&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=242</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=242"/>
		<updated>2022-07-12T14:59:36Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&#039;&#039;This page will guide you through the steps needed to flash and configure the XESCs for use with the OpenMower Project&lt;br /&gt;
&lt;br /&gt;
This mini-HOWTO is meant to guide you through the different steps.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS PAGE IS CONSIDERED A WORK IN PROGRESS AND WILL BE UPDATED REGULARLY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&#039;&#039;This Wiki 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.&lt;br /&gt;
Please note that motors can be dangerous, especially the mowing one. Always take the blade apart when building / testing around the bot, and make sure nothing contacts any of the moving parts.&lt;br /&gt;
&lt;br /&gt;
We cannot be held responsible for your actions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;STM32 Version&#039;&#039;&#039; ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your STM32 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
For this how-to, you will need:&lt;br /&gt;
- A Computer with internet connection&lt;br /&gt;
- The XESC you want to flash&lt;br /&gt;
- A micro USB cable&lt;br /&gt;
- A ST programmer (STlink v2 or blue pill for exemple)&lt;br /&gt;
- Some wires to connect the XESC and the STLINK&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Your Machine ===&lt;br /&gt;
&lt;br /&gt;
=== Connecting everything ===&lt;br /&gt;
Depending on the Programmer you use, you will need to connect either 3 or 4 wires between the programmer and XESC.&lt;br /&gt;
These wires are:&lt;br /&gt;
- 3V3V (not mandatory, depends on the programmer used)&lt;br /&gt;
- SWDIO -&amp;gt; the dataline&lt;br /&gt;
- SWDCLK -&amp;gt; the clockline&lt;br /&gt;
- GND&lt;br /&gt;
&lt;br /&gt;
Looking at the XESC from the top (USB on top) and with the usb port facing towards you, the pinout is as follows:&lt;br /&gt;
3V3&lt;br /&gt;
SWDIO&lt;br /&gt;
GND&lt;br /&gt;
SWDCLK&lt;br /&gt;
RESET&lt;br /&gt;
&lt;br /&gt;
Note that we won&#039;t use the reset line.&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Bootloader ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Firmware ===&lt;br /&gt;
&lt;br /&gt;
=== Connection to VESC TOOL and configuration ===&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;RP2040 Version&#039;&#039;&#039; ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your RP2040 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Compared to the STM32 version, flashing the RP2040 XESC is pretty simple:&lt;br /&gt;
&lt;br /&gt;
- Connect your XESC to your computer using the micro USB port&lt;br /&gt;
XESC will then appear as a mass storage device.&lt;br /&gt;
- Copy/Paste the firmware file to that new storage&lt;br /&gt;
&lt;br /&gt;
On the RP2040 version, ROS automatically loads the necessary config for the OPENMOWER motors, so you don&#039;t need to do anything else.&lt;br /&gt;
&lt;br /&gt;
Enjoy your flashed XESCs!&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=241</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=241"/>
		<updated>2022-07-12T14:58:51Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: /* STM32 Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page will guide you through the steps needed to flash and configure the XESCs for use with the OpenMower Project&lt;br /&gt;
&lt;br /&gt;
This mini-HOWTO is meant to guide you through the different steps.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS PAGE IS CONSIDERED A WORK IN PROGRESS AND WILL BE UPDATED REGULARLY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
This Wiki 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.&lt;br /&gt;
Please note that motors can be dangerous, especially the mowing one. Always take the blade apart when building / testing around the bot, and make sure nothing contacts any of the moving parts.&lt;br /&gt;
We cannot be held responsible for your actions.&lt;br /&gt;
&lt;br /&gt;
== STM32 Version ==&lt;br /&gt;
&#039;&#039;In this section, we will guide you through the first flashing and configuration of your STM32 based XESC&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
For this how-to, you will need:&lt;br /&gt;
- A Computer with internet connection&lt;br /&gt;
- The XESC you want to flash&lt;br /&gt;
- A micro USB cable&lt;br /&gt;
- A ST programmer (STlink v2 or blue pill for exemple)&lt;br /&gt;
- Some wires to connect the XESC and the STLINK&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Your Machine ===&lt;br /&gt;
&lt;br /&gt;
=== Connecting everything ===&lt;br /&gt;
Depending on the Programmer you use, you will need to connect either 3 or 4 wires between the programmer and XESC.&lt;br /&gt;
These wires are:&lt;br /&gt;
- 3V3V (not mandatory, depends on the programmer used)&lt;br /&gt;
- SWDIO -&amp;gt; the dataline&lt;br /&gt;
- SWDCLK -&amp;gt; the clockline&lt;br /&gt;
- GND&lt;br /&gt;
&lt;br /&gt;
Looking at the XESC from the top (USB on top) and with the usb port facing towards you, the pinout is as follows:&lt;br /&gt;
3V3&lt;br /&gt;
SWDIO&lt;br /&gt;
GND&lt;br /&gt;
SWDCLK&lt;br /&gt;
RESET&lt;br /&gt;
&lt;br /&gt;
Note that we won&#039;t use the reset line.&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Bootloader ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Firmware ===&lt;br /&gt;
&lt;br /&gt;
=== Connection to VESC TOOL and configuration ===&lt;br /&gt;
&lt;br /&gt;
== RP2040 Version ==&lt;br /&gt;
In this section, we will guide you through the first flashing and configuration of your RP2040 based XESC&lt;br /&gt;
&lt;br /&gt;
Compared to the STM32 version, flashing the RP2040 XESC is pretty simple:&lt;br /&gt;
&lt;br /&gt;
- Connect your XESC to your computer using the micro USB port&lt;br /&gt;
XESC will then appear as a mass storage device.&lt;br /&gt;
- Copy/Paste the firmware file to that new storage&lt;br /&gt;
&lt;br /&gt;
On the RP2040 version, ROS automatically loads the necessary config for the OPENMOWER motors, so you don&#039;t need to do anything else.&lt;br /&gt;
&lt;br /&gt;
Enjoy your flashed XESCs!&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=240</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=240"/>
		<updated>2022-07-12T14:49:51Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: /* RP2040 Version */ - added flashing instruction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page will guide you through the steps needed to flash and configure the XESCs for use with the OpenMower Project&lt;br /&gt;
&lt;br /&gt;
This mini-HOWTO is meant to guide you through the different steps.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS PAGE IS CONSIDERED A WORK IN PROGRESS AND WILL BE UPDATED REGULARLY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
This Wiki 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.&lt;br /&gt;
Please note that motors can be dangerous, especially the mowing one. Always take the blade apart when building / testing around the bot, and make sure nothing contacts any of the moving parts.&lt;br /&gt;
We cannot be held responsible for your actions.&lt;br /&gt;
&lt;br /&gt;
== STM32 Version ==&lt;br /&gt;
In this section, we will guide you through the first flashing and configuration of your STM32 based XESC&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
For this how-to, you will need:&lt;br /&gt;
XXXXX&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Your Machine ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Bootloader ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Firmware ===&lt;br /&gt;
&lt;br /&gt;
=== Connection to VESC TOOL and configuration ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== RP2040 Version ==&lt;br /&gt;
In this section, we will guide you through the first flashing and configuration of your RP2040 based XESC&lt;br /&gt;
&lt;br /&gt;
Compared to the STM32 version, flashing the RP2040 XESC is pretty simple:&lt;br /&gt;
&lt;br /&gt;
- Connect your XESC to your computer using the micro USB port&lt;br /&gt;
XESC will then appear as a mass storage device.&lt;br /&gt;
- Copy/Paste the firmware file to that new storage&lt;br /&gt;
&lt;br /&gt;
On the RP2040 version, ROS automatically loads the necessary config for the OPENMOWER motors, so you don&#039;t need to do anything else.&lt;br /&gt;
&lt;br /&gt;
Enjoy your flashed XESCs!&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Mini_HOWTOs&amp;diff=239</id>
		<title>Mini HOWTOs</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Mini_HOWTOs&amp;diff=239"/>
		<updated>2022-07-12T14:19:59Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: Addeed link to the XESC firmware page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here you can find various collected instructions on how to do various tasks related to the OpenMower project. Most are rather impressionistic and are not meant to be detailed, thoroughly tested guides, but more a quick notion on how to do something rather than having to be a detective and find out entirely on your own.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Disclaimer&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This material 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.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Warning ==&lt;br /&gt;
Please note that this project currently is in a very early stage! So don&#039;t go buying stuff right away! You will need to order and solder your own boards, since there are no assembled boards for sale yet.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you&#039;re actually allowed to build this device in your area. There may be laws / patents prohibiting you of doing so!&lt;br /&gt;
&lt;br /&gt;
Please just be responsible and if you&#039;re not sure what you&#039;re doing, please don&#039;t do anything.&lt;br /&gt;
&lt;br /&gt;
BTW the warranty of your brand new mower will obviously be void as soon as you modify it in any way, so be aware.&lt;br /&gt;
&lt;br /&gt;
== List of Mini HOWTOs ==&lt;br /&gt;
&lt;br /&gt;
* [[Simple set-up of a RTK base station]]&lt;br /&gt;
*[[Setting up ROS on a Raspberry Pi (intended to be the Rover -- OpenMower)]] (placeholder for now)&lt;br /&gt;
*[[Flashing firmware on the Pi Pico]]&lt;br /&gt;
*[[Flashing Xesc firmware]]&lt;br /&gt;
*[[Running an OpenMower simulation]]&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=238</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=238"/>
		<updated>2022-07-12T14:18:00Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: First draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page will guide you through the steps needed to flash and configure the XESCs for use with the OpenMower Project&lt;br /&gt;
&lt;br /&gt;
This mini-HOWTO is meant to guide you through the different steps.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS PAGE IS CONSIDERED A WORK IN PROGRESS AND WILL BE UPDATED REGULARLY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
This Wiki 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.&lt;br /&gt;
Please note that motors can be dangerous, especially the mowing one. Always take the blade apart when building / testing around the bot, and make sure nothing contacts any of the moving parts.&lt;br /&gt;
We cannot be held responsible for your actions.&lt;br /&gt;
&lt;br /&gt;
== STM32 Version ==&lt;br /&gt;
In this section, we will guide you through the first flashing and configuration of your STM32 based XESC&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
For this how-to, you will need:&lt;br /&gt;
XXXXX&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Your Machine ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Bootloader ===&lt;br /&gt;
&lt;br /&gt;
=== Flashing the Firmware ===&lt;br /&gt;
&lt;br /&gt;
=== Connection to VESC TOOL and configuration ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== RP2040 Version ==&lt;br /&gt;
In this section, we will guide you through the first flashing and configuration of your RP2040 based XESC&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=237</id>
		<title>Flashing Xesc firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Flashing_Xesc_firmware&amp;diff=237"/>
		<updated>2022-07-12T14:09:32Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: Creating the flashing page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;temp&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Builder_Road_Map&amp;diff=116</id>
		<title>Builder Road Map</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Builder_Road_Map&amp;diff=116"/>
		<updated>2022-05-30T14:15:53Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: fixed mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: This WIKI was only just started on 2022-04-22, but are actively working on filling it up and making a good documentation for the new builders out there!&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
Please note that this project currently is in a very early stage! So don&#039;t go buying stuff right away! You will need to order and solder your own boards, since there are no assembled boards for sale yet.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you&#039;re actually allowed to build this device in your area. There may be laws / patents prohibiting you of doing so!&lt;br /&gt;
&lt;br /&gt;
Please just be responsible and if you&#039;re not sure what you&#039;re doing, please don&#039;t do anything.&lt;br /&gt;
&lt;br /&gt;
BTW the warranty of your brand new mower will obviously be void as soon as you modify it in any way, so be aware.&lt;br /&gt;
&lt;br /&gt;
== Intro ==&lt;br /&gt;
If you want to embark on building an OpenMower, we have collected an overview of the various parts and where find information and what to to below. Beware that this is not complete, but it gives you some navigation to how to go about making a project for yourself.&lt;br /&gt;
&lt;br /&gt;
Please see the image to the right for an overview that will assist you when reading the road map description below. &lt;br /&gt;
&lt;br /&gt;
You can find more information on the various parts in the page [[Building the Mower|&#039;&#039;&#039;Building the Mower&#039;&#039;&#039;]]&lt;br /&gt;
[[File:Road map.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Disclaimer&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This material 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.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Road map ==&lt;br /&gt;
&lt;br /&gt;
===The Mower===&lt;br /&gt;
&lt;br /&gt;
====Get a mower in a store ====&lt;br /&gt;
So far only the Yard Force 500 is supported. See [[FAQ]] for more about alternative mowers.&lt;br /&gt;
&lt;br /&gt;
====Disassemble the mower and Remove the old mainboard====&lt;br /&gt;
See @c.ez&#039;s YouTube video https://www.youtube.com/watch?v=_bImqD-pQSA&lt;br /&gt;
&lt;br /&gt;
Now, it is ready for a new main board. &lt;br /&gt;
&lt;br /&gt;
=== PCBs with components ===&lt;br /&gt;
You need to build 4 PCBs; 1 for the main board and 3 for the motor controls (ESCs). You have to get the PCBs, get the parts and solder it yourself at the current stage. Due to international parts shortage, getting parts is quite a detective task, but here, we give you some help.&lt;br /&gt;
&lt;br /&gt;
The recommended process for getting parts is the following:&lt;br /&gt;
&lt;br /&gt;
# There are some parts lists (BOMs) maintained in Octopart - they will be given below. &lt;br /&gt;
# Use the Octopart site to find out where there are parts available and order them. You will very likely have to use several vendors. We propose that you start at digikey and then move on for parts that you can not get there.&lt;br /&gt;
# Order the parts.&lt;br /&gt;
# Use the relevant Gerber files for the board that you are making to order PCBs at e.g. JLCPCB. If you plan to use a hot plate or an oven for the soldering process, consider simultaneously ordering a stencil for placing solder paste on your PCBs.&lt;br /&gt;
&lt;br /&gt;
====Main board====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!What&lt;br /&gt;
!Where&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Gerber files&lt;br /&gt;
|https://github.com/ClemensElflein/OpenMower/tree/main/dist/Mainboard &lt;br /&gt;
|Get the latest zip file here. &lt;br /&gt;
|-&lt;br /&gt;
|BOM .csv file&lt;br /&gt;
|https://github.com/ClemensElflein/OpenMower/blob/main/dist/Mainboard/OpenMowerMainboard_bom_.csv&lt;br /&gt;
| With a little effort can be used to create an Octpoart list or a digikey list, if you spend some time mapping fields. The file has digikey and lcsc part numbers in it already.&lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart &lt;br /&gt;
|https://octopart.com/bom-tool/ODFKeG8J&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
|-&lt;br /&gt;
|Interactive BOM&lt;br /&gt;
|https://github.com/ClemensElflein/OpenMower/blob/main/dist/Mainboard/ibom.html&lt;br /&gt;
|Use this file to see where parts go, very useful when you start to assemble.&lt;br /&gt;
Download the file and use it locally on you workstation. It has option to save state for how far you have gotten.&lt;br /&gt;
|}&lt;br /&gt;
=====Further parts needed=====&lt;br /&gt;
You also need&lt;br /&gt;
&lt;br /&gt;
*A Raspberry Pi 4&lt;br /&gt;
*An RTK Module&lt;br /&gt;
*A Raspberry Pi Pico&lt;br /&gt;
&lt;br /&gt;
====xESC2040====&lt;br /&gt;
&lt;br /&gt;
This version of the three motor drivers uses the RP2040 chip which should be available. The ESC can be produced single-sided for the OpenMower project (so it is less complicated than the STM32 version that is dual sided). xESC2040 has an option to mount some component on the underside to enable CAN interfacing, but, as said, this is not needed for the OpenMower. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!What&lt;br /&gt;
!Where&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Gerber files&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/blob/main/PCB/xESC2040/GERBER/ &lt;br /&gt;
|Use latest zip file here&lt;br /&gt;
|-&lt;br /&gt;
|BOM .csv file&lt;br /&gt;
|TODO&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart &lt;br /&gt;
| https://octopart.com/bom-tool/p1aqUopq&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
Note: this BOM is &#039;&#039;without&#039;&#039; the CAN components for the underside (they are not needed for the OpenMower project). &lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart&lt;br /&gt;
| https://octopart.com/bom-tool/tZ27Fd1N&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
Note: this BOM is &#039;&#039;with&#039;&#039; the CAN components for the underside (they are not needed for the OpenMower project). &lt;br /&gt;
|-&lt;br /&gt;
|Interactive BOM&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/blob/main/PCB/xESC2040/BOM/ibom.html&lt;br /&gt;
|Use this file to see where parts go, very useful when you start to assemble.&lt;br /&gt;
Download the file and use it locally on you workstation. It has option to save state for how far you have gotten.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====x-ESC (original STM32 version)====&lt;br /&gt;
&lt;br /&gt;
This version of the three motor drivers uses the STM32 chip which is in very short supply, therefore the xESC2040 was designed and you should probably go for the xESC2040, unless you actually have access to STM32s. Also the STM32 version uses a double-sided PCB, so it is harder to solder than xESC2040.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!What&lt;br /&gt;
!Where&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Gerber files&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/tree/main/PCB/xESC2_mini_VESC/GERBER &lt;br /&gt;
|Zip the files in this directory&lt;br /&gt;
|-&lt;br /&gt;
|BOM .csv file&lt;br /&gt;
|TODO&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart &lt;br /&gt;
|https://octopart.com/bom-tool/hUY6qiSp&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
|-&lt;br /&gt;
|Interactive BOM&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/blob/main/PCB/xESC2_mini_VESC/BOM/ibom.html&lt;br /&gt;
|Use this file to see where parts go, very useful when you start to assemble.&lt;br /&gt;
Download the file and use it locally on you workstation. It has option to save state for how far you have gotten.&lt;br /&gt;
|}&lt;br /&gt;
===Base station with the base RTK GPS module===&lt;br /&gt;
[TODO] @c.ez : Need info.&lt;br /&gt;
&lt;br /&gt;
===Charging Station ===&lt;br /&gt;
&lt;br /&gt;
=====Get a CC/CV module=====&lt;br /&gt;
This is currently needed to fix the charging station provided by Yard Force due to incompatibilities with the replaced main-board. It should be possible to fix this issue, but right now, it is necessary. See [[Building the Mower]]  for where to get it.&lt;br /&gt;
&lt;br /&gt;
====Upgrade the Charging Station ====&lt;br /&gt;
[TODO] @c.ez : Need info.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Builder_Road_Map&amp;diff=115</id>
		<title>Builder Road Map</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Builder_Road_Map&amp;diff=115"/>
		<updated>2022-05-30T14:15:15Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: added STM32 and RP2040 with CAN boms.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: This WIKI was only just started on 2022-04-22, but are actively working on filling it up and making a good documentation for the new builders out there!&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
Please note that this project currently is in a very early stage! So don&#039;t go buying stuff right away! You will need to order and solder your own boards, since there are no assembled boards for sale yet.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you&#039;re actually allowed to build this device in your area. There may be laws / patents prohibiting you of doing so!&lt;br /&gt;
&lt;br /&gt;
Please just be responsible and if you&#039;re not sure what you&#039;re doing, please don&#039;t do anything.&lt;br /&gt;
&lt;br /&gt;
BTW the warranty of your brand new mower will obviously be void as soon as you modify it in any way, so be aware.&lt;br /&gt;
&lt;br /&gt;
== Intro ==&lt;br /&gt;
If you want to embark on building an OpenMower, we have collected an overview of the various parts and where find information and what to to below. Beware that this is not complete, but it gives you some navigation to how to go about making a project for yourself.&lt;br /&gt;
&lt;br /&gt;
Please see the image to the right for an overview that will assist you when reading the road map description below. &lt;br /&gt;
&lt;br /&gt;
You can find more information on the various parts in the page [[Building the Mower|&#039;&#039;&#039;Building the Mower&#039;&#039;&#039;]]&lt;br /&gt;
[[File:Road map.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Disclaimer&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This material 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.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Road map ==&lt;br /&gt;
&lt;br /&gt;
===The Mower===&lt;br /&gt;
&lt;br /&gt;
====Get a mower in a store ====&lt;br /&gt;
So far only the Yard Force 500 is supported. See [[FAQ]] for more about alternative mowers.&lt;br /&gt;
&lt;br /&gt;
====Disassemble the mower and Remove the old mainboard====&lt;br /&gt;
See @c.ez&#039;s YouTube video https://www.youtube.com/watch?v=_bImqD-pQSA&lt;br /&gt;
&lt;br /&gt;
Now, it is ready for a new main board. &lt;br /&gt;
&lt;br /&gt;
=== PCBs with components ===&lt;br /&gt;
You need to build 4 PCBs; 1 for the main board and 3 for the motor controls (ESCs). You have to get the PCBs, get the parts and solder it yourself at the current stage. Due to international parts shortage, getting parts is quite a detective task, but here, we give you some help.&lt;br /&gt;
&lt;br /&gt;
The recommended process for getting parts is the following:&lt;br /&gt;
&lt;br /&gt;
# There are some parts lists (BOMs) maintained in Octopart - they will be given below. &lt;br /&gt;
# Use the Octopart site to find out where there are parts available and order them. You will very likely have to use several vendors. We propose that you start at digikey and then move on for parts that you can not get there.&lt;br /&gt;
# Order the parts.&lt;br /&gt;
# Use the relevant Gerber files for the board that you are making to order PCBs at e.g. JLCPCB. If you plan to use a hot plate or an oven for the soldering process, consider simultaneously ordering a stencil for placing solder paste on your PCBs.&lt;br /&gt;
&lt;br /&gt;
====Main board====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!What&lt;br /&gt;
!Where&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Gerber files&lt;br /&gt;
|https://github.com/ClemensElflein/OpenMower/tree/main/dist/Mainboard &lt;br /&gt;
|Get the latest zip file here. &lt;br /&gt;
|-&lt;br /&gt;
|BOM .csv file&lt;br /&gt;
|https://github.com/ClemensElflein/OpenMower/blob/main/dist/Mainboard/OpenMowerMainboard_bom_.csv&lt;br /&gt;
| With a little effort can be used to create an Octpoart list or a digikey list, if you spend some time mapping fields. The file has digikey and lcsc part numbers in it already.&lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart &lt;br /&gt;
|https://octopart.com/bom-tool/ODFKeG8J&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
|-&lt;br /&gt;
|Interactive BOM&lt;br /&gt;
|https://github.com/ClemensElflein/OpenMower/blob/main/dist/Mainboard/ibom.html&lt;br /&gt;
|Use this file to see where parts go, very useful when you start to assemble.&lt;br /&gt;
Download the file and use it locally on you workstation. It has option to save state for how far you have gotten.&lt;br /&gt;
|}&lt;br /&gt;
=====Further parts needed=====&lt;br /&gt;
You also need&lt;br /&gt;
&lt;br /&gt;
*A Raspberry Pi 4&lt;br /&gt;
*An RTK Module&lt;br /&gt;
*A Raspberry Pi Pico&lt;br /&gt;
&lt;br /&gt;
====xESC2040====&lt;br /&gt;
&lt;br /&gt;
This version of the three motor drivers uses the RP2040 chip which should be available. The ESC can be produced single-sided for the OpenMower project (so it is less complicated than the STM32 version that is dual sided). xESC2040 has an option to mount some component on the underside to enable CAN interfacing, but, as said, this is not needed for the OpenMower. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!What&lt;br /&gt;
!Where&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Gerber files&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/blob/main/PCB/xESC2040/GERBER/ &lt;br /&gt;
|Use latest zip file here&lt;br /&gt;
|-&lt;br /&gt;
|BOM .csv file&lt;br /&gt;
|TODO&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart &lt;br /&gt;
| https://octopart.com/bom-tool/p1aqUopq&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
Note: this BOM is &#039;&#039;without&#039;&#039; the CAN components for the underside (they are not needed for the OpenMower project). &lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart&lt;br /&gt;
| https://octopart.com/bom-tool/tZ27Fd1N&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
Note: this BOM is &#039;&#039;with&#039;&#039; the CAN components for the underside (they are not needed for the OpenMower project). &lt;br /&gt;
|-&lt;br /&gt;
|Interactive BOM&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/blob/main/PCB/xESC2040/BOM/ibom.html&lt;br /&gt;
|Use this file to see where parts go, very useful when you start to assemble.&lt;br /&gt;
Download the file and use it locally on you workstation. It has option to save state for how far you have gotten.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====x-ESC (original STM32 version)====&lt;br /&gt;
&lt;br /&gt;
This version of the three motor drivers uses the STM32 chip which is in very short supply, therefore the xESC2040 was designed and you should probably go for the xESC2040, unless you actually have access to STM32s. Also the STM32 version uses a double-sided PCB, so it is harder to solder than xESC2040.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!What&lt;br /&gt;
!Where&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Gerber files&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/tree/main/PCB/xESC2_mini_VESC/GERBER &lt;br /&gt;
|Zip the files in this directory&lt;br /&gt;
|-&lt;br /&gt;
|BOM .csv file&lt;br /&gt;
|https://octopart.com/bom-tool/hUY6qiSp&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
|-&lt;br /&gt;
|BOM on Octopart &lt;br /&gt;
|https://octopart.com/bom-tool/hUY6qiSp&lt;br /&gt;
|Use this to see where parts are available&lt;br /&gt;
|-&lt;br /&gt;
|Interactive BOM&lt;br /&gt;
|https://github.com/ClemensElflein/xESC/blob/main/PCB/xESC2_mini_VESC/BOM/ibom.html&lt;br /&gt;
|Use this file to see where parts go, very useful when you start to assemble.&lt;br /&gt;
Download the file and use it locally on you workstation. It has option to save state for how far you have gotten.&lt;br /&gt;
|}&lt;br /&gt;
===Base station with the base RTK GPS module===&lt;br /&gt;
[TODO] @c.ez : Need info.&lt;br /&gt;
&lt;br /&gt;
===Charging Station ===&lt;br /&gt;
&lt;br /&gt;
=====Get a CC/CV module=====&lt;br /&gt;
This is currently needed to fix the charging station provided by Yard Force due to incompatibilities with the replaced main-board. It should be possible to fix this issue, but right now, it is necessary. See [[Building the Mower]]  for where to get it.&lt;br /&gt;
&lt;br /&gt;
====Upgrade the Charging Station ====&lt;br /&gt;
[TODO] @c.ez : Need info.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=108</id>
		<title>Building the Mower</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=108"/>
		<updated>2022-05-30T07:26:57Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: added octoparts boms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the OpenMower Building guide!&lt;br /&gt;
&lt;br /&gt;
Note: This WIKI was only just started on 2022-04-22, but are actively working on filling it up and making a good documentation for the new builders out there!&lt;br /&gt;
&lt;br /&gt;
== Warning ==&lt;br /&gt;
Please note that this project currently is in a very early stage! So don&#039;t go buying stuff right away! You will need to order and solder your own boards, since there are no assembled boards for sale yet.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you&#039;re actually allowed to build this device in your area. There may be laws / patents prohibiting you of doing so!&lt;br /&gt;
&lt;br /&gt;
Please just be responsible and if you&#039;re not sure what you&#039;re doing, please don&#039;t do anything.&lt;br /&gt;
&lt;br /&gt;
BTW the warranty of your brand new mower will obviously be void as soon as you modify it in any way, so be aware.&lt;br /&gt;
&lt;br /&gt;
== Intro ==&lt;br /&gt;
Below you can find an overview of the major parts and components in the OpenMower.&lt;br /&gt;
&lt;br /&gt;
There is a also another page with a [[Builder Road Map|&#039;&#039;&#039;Builder Road Map&#039;&#039;&#039;]] that gives guide to how to go about building your own OpenMower project.&lt;br /&gt;
&lt;br /&gt;
== Bill OF Materials ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Open Mower Bill of Materials&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Description &lt;br /&gt;
!Optional!! Availability !! Quantity Required !! Source Link 1 !! Alternate Source&lt;br /&gt;
|-&lt;br /&gt;
| Mower (Yardforce Classic 500) || Base building block &lt;br /&gt;
| || Off the shelf || 1 ||https://amzn.to/3NWgIxk&lt;br /&gt;
|  &#039;&#039;&#039;Note:&#039;&#039;&#039; Earlier, we had a reference to myrobotcenter. However, they have gone into reconstruction, so be aware of that vendor!&lt;br /&gt;
|-&lt;br /&gt;
| OpenMower Mainboard || The core of the new electronics. &lt;br /&gt;
| || Custom || 1 || Components Octopart BOM:&lt;br /&gt;
https://octopart.com/bom-tool/ODFKeG8J&lt;br /&gt;
| WIP&lt;br /&gt;
|-&lt;br /&gt;
| xESC || Motor drivers &lt;br /&gt;
| || Custom || 3 || Components Octoparts BOM:&lt;br /&gt;
- RP2040 no CAN version:&lt;br /&gt;
&lt;br /&gt;
https://octopart.com/bom-tool/p1aqUopq&lt;br /&gt;
&lt;br /&gt;
-RP2040 full:&lt;br /&gt;
&lt;br /&gt;
WIP&lt;br /&gt;
&lt;br /&gt;
- STM32 :&lt;br /&gt;
&lt;br /&gt;
WIP&lt;br /&gt;
|  WIP&lt;br /&gt;
|-&lt;br /&gt;
| Raspebrry Pi 4 || The brain of the robot. Also used to send RTK correction data from the base station.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the base station the Raspberry Pi can be any model with Ethernet and USB, for the robot we need the Raspberry Pi 4 with at least 4 GB of RAM.&lt;br /&gt;
| || Off the shelf || 2 || WIP || WIP&lt;br /&gt;
|-&lt;br /&gt;
| Ardusimple RTK2B GPS || Positioning system for the bot &lt;br /&gt;
| || Off the shelf || 2 || https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/ || https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/&lt;br /&gt;
|-&lt;br /&gt;
| Raspberry Pi Pico|| Microcontroller talking to peripherals, soldered to the OpenMower mainboard&lt;br /&gt;
| ||Off the shelf||1||Widely available||&lt;br /&gt;
|-&lt;br /&gt;
|3D printed brackets||To hold the GPS inside the bot&lt;br /&gt;
| ||Custom||1||https://www.printables.com/fr/model/175826-openmower-gps-mount-for-yardforce-classic-500&amp;lt;nowiki/&amp;gt;||WIP&lt;br /&gt;
|-&lt;br /&gt;
|SMA Angle Adapter&lt;br /&gt;
|Needed to connect the GPS without bending the wire too much&lt;br /&gt;
|&lt;br /&gt;
|Off the shelf&lt;br /&gt;
|1&lt;br /&gt;
|https://amzn.to/3K913b1&lt;br /&gt;
|WIP&lt;br /&gt;
|-&lt;br /&gt;
|CC/CV Step Down module&lt;br /&gt;
| As charger for the docking station&lt;br /&gt;
|&lt;br /&gt;
|Off the shelf&lt;br /&gt;
|1&lt;br /&gt;
|https://amzn.to/3NUdRVL&lt;br /&gt;
|WIP&lt;br /&gt;
|-&lt;br /&gt;
|Docking Station Adapter PCB&lt;br /&gt;
|A PCB to hold the module in place.&lt;br /&gt;
|&lt;br /&gt;
|Custom&lt;br /&gt;
|1&lt;br /&gt;
| WIP&lt;br /&gt;
|WIP&lt;br /&gt;
|-&lt;br /&gt;
|GPS PCB&lt;br /&gt;
| A ground plane PCB to improve GPS reception&lt;br /&gt;
|&lt;br /&gt;
|Custom&lt;br /&gt;
|1&lt;br /&gt;
|WIP&lt;br /&gt;
|WIP&lt;br /&gt;
|-&lt;br /&gt;
|USB Angle Adapter&lt;br /&gt;
|If you want to use the Classic 500&#039;s USB port&lt;br /&gt;
|YES&lt;br /&gt;
|Off the shelf&lt;br /&gt;
|1&lt;br /&gt;
|https://amzn.to/3ukNAIj&lt;br /&gt;
|WIP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Building the bot==&lt;br /&gt;
&lt;br /&gt;
We are working on providing step by step instructions on how to build the bot. At the moment, we only have Clemens&#039;s video:&lt;br /&gt;
https://www.youtube.com/watch?v=_bImqD-pQSA&lt;br /&gt;
&lt;br /&gt;
==Setup and test==&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=FAQ&amp;diff=98</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=FAQ&amp;diff=98"/>
		<updated>2022-05-11T07:17:42Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GENERAL ==&lt;br /&gt;
&lt;br /&gt;
==== What is OpenMower? ====&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
==== Can I buy an assembled OpenMower or a kit? ====&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== How much does it cost? ====&lt;br /&gt;
Approx €350 for the mower + €400 for RTK GPS + €100 (yeah, semiconductor shortage..) for a Raspberry Pi + €200 for custom hardware.&lt;br /&gt;
&lt;br /&gt;
==== Who created OpenMower? ====&lt;br /&gt;
Clemens Elflein, known as @c.ez in the project&#039;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 [https://www.patreon.com/ClemensElflein/posts Patreon] &lt;br /&gt;
&lt;br /&gt;
==== What is the current stage of the project ====&lt;br /&gt;
The OpenMower is running in prototype at @c.ez. The mainboard and ESC work fine, just the STM32 for the ESCs are currently expensive.&lt;br /&gt;
Therefore we&#039;re working on a cheaper motor controller alternative. A group of early builders are buying parts and getting ready to “co-build” with @c.ez to test and validate the design.&lt;br /&gt;
&lt;br /&gt;
==== Where can I find more information? ====&lt;br /&gt;
The entry points for more information are:&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412331 The Discord for the project]&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412332 Annoncements]&lt;br /&gt;
* This FAQ&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/964895268132757514 Important links to GitHub, the YouTube channel etc.]&lt;br /&gt;
&lt;br /&gt;
==== What license is OpenMower based on? ====&lt;br /&gt;
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/&lt;br /&gt;
&lt;br /&gt;
== BUILDING AN OPENMOWER YOURSELF ==&lt;br /&gt;
&lt;br /&gt;
====What skills do I need to build one?====&lt;br /&gt;
&lt;br /&gt;
* Taking hardware apart and putting it together again&lt;br /&gt;
* Buying parts&lt;br /&gt;
* Soldering, in particular SMD techniques for making the main PCB&lt;br /&gt;
* Electronics, getting Linux and ROS on a Raspberry Pi, probably installing some packages etc.&lt;br /&gt;
* Debugging, patience, tech creativity, joy in participating&lt;br /&gt;
&lt;br /&gt;
====What should I do if I want to build an OpenMower?====&lt;br /&gt;
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).&lt;br /&gt;
That said, head to the #open-mower-builds in the Discord and be part of an exciting activity.&lt;br /&gt;
&lt;br /&gt;
====What can I do right now if I want to build?====&lt;br /&gt;
Start getting parts! Look at the preliminary BOM in https://wiki.openmower.de/index.php?title=Building_the_Mower and start getting the big chunks, like the YardForce 500, Raspberry Pis, GPS RTK modules etc.&lt;br /&gt;
&lt;br /&gt;
Start following the #open-mower-builds Discord channel here&lt;br /&gt;
&lt;br /&gt;
====Should I order a PCB for the main board right now?====&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
====Is there a step-by-step instruction?====&lt;br /&gt;
Not yet. @c.ez  is working on it. &lt;br /&gt;
&lt;br /&gt;
====Is there a recommended place to buy parts?====&lt;br /&gt;
Unfortunately, no. Best EU suggestions are Farnell, Mouser, Digikey.&lt;br /&gt;
&lt;br /&gt;
If anyone has better suggestions, pls. share in #open-mower-builds on the Discord and it will be included here.&lt;br /&gt;
&lt;br /&gt;
====Where do I buy Raspberry Pis?====&lt;br /&gt;
RPIs have a serious world-wide shortage at the moment. You may check https://rpilocator.com/ if they point to anywhere that has supply.&lt;br /&gt;
&lt;br /&gt;
If you find EU vendors with supply, pls. share in #open-mower-builds in the Discord.&lt;br /&gt;
== OPENMOWER TECH - GENERAL ==&lt;br /&gt;
&lt;br /&gt;
====Can I use a different mower than the YardForce 500?====&lt;br /&gt;
The project is designed for the YF500, so the immediate answer is no.&lt;br /&gt;
The project is solely focused on making the YF500 work at the moment.&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
====Where can I buy the Yard Force 500?====&lt;br /&gt;
&lt;br /&gt;
* https://www.myrobotcenter.eu/en/yardforce-classic-500 Note: They promise 48 hrs to delivery, but several builders have waited 7+ days and, so beware.&lt;br /&gt;
* Amazon.de. &lt;br /&gt;
&lt;br /&gt;
If you find other good vendors, pls. share in #open-mower-builds on the Discord and it will be included here.&lt;br /&gt;
====Is Yard Force 500 available in the US?====&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
====What is special about the OpenMower?====&lt;br /&gt;
&lt;br /&gt;
* 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.&lt;br /&gt;
* 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.&lt;br /&gt;
* 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.&lt;br /&gt;
* You build it yourself and all the soft- and hardware is open source, so if you have the skills, you can mod it further.&lt;br /&gt;
&lt;br /&gt;
==== What technological platforms is OpenMower based on? ====&lt;br /&gt;
&lt;br /&gt;
* The Mower&lt;br /&gt;
** [https://www.raspberrypi.org/ Raspberry Pi SBC] version 4 running Linux and [https://www.ros.org/ ROS 1] for the robotics; mapping and navigation etc.&lt;br /&gt;
** [https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/ GPS RTK module] communicating with a fixed GPS RTK module to provide cm accuracy&lt;br /&gt;
** [https://www.raspberrypi.com/products/raspberry-pi-pico/ Raspberry Pi Pico] (microcontroller) to operate sensors such as the IMU, battery voltage &amp;amp; charge current, &amp;quot;stop&amp;quot; button, lift sensor in front wheels etc...&lt;br /&gt;
* The GPS base station&lt;br /&gt;
** GPS RTK module for providing a point of reference to provide cm accuracy in conjunction with the module on the mower&lt;br /&gt;
&lt;br /&gt;
== WHAT ABOUT MOWERS THAT ARE NOT YARD FORCE 500? ==&lt;br /&gt;
&lt;br /&gt;
====ArduMower https://www.ardumower.de/&amp;lt;nowiki/&amp;gt;====&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
As @c.ez# writes, it depends on your preference: &amp;quot;So basically: If you&#039;re looking to build an robotic mower as fast as possible, I&#039;d recommend you to go with the Ardumower. If you&#039;re in for the tech, I recommend you to follow this project instead (!!obviously biased opinion here!!)&amp;quot;. See his full post here: https://discord.com/channels/958476543846412329/961804411112394842/963271459357204560&lt;br /&gt;
&lt;br /&gt;
====Navimow https://navimow.segway.com/&amp;lt;nowiki/&amp;gt;====&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== ReP_AL mowers https://repalmakershop.com/ ====&lt;br /&gt;
ReP_AL has a mower that that you build yourself, based on a 3D print design that you can print yourself or buy from them. You buy the kit of all parts. They say &amp;quot;Fully autonomous robot lawn mower with TFT Touchscreen and Smartphone APP.  The mower project includes the mower itself a boundary wire control station, smartphone APP, TFT Touchscreen interface and an optional charging station.&amp;quot; The mover control is Arduino based and the software is open source. There is some indications that they are moving towards GPS RTK.&lt;br /&gt;
&lt;br /&gt;
====What do we know about the feasibility of doing OpenMower on other mowers?====&lt;br /&gt;
In the [https://discord.com/channels/958476543846412329/960885921174130758 #mower-dissection channel on the Discord], 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&lt;br /&gt;
&lt;br /&gt;
Ask @tinker0436 for edit permission if you want to contribute.&lt;br /&gt;
====A note on other mowers and future direction====&lt;br /&gt;
&lt;br /&gt;
It is likely that in a later version, the OpenMower platform could be split in &amp;quot;core&amp;quot; and &amp;quot;specific mower&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== About the Yard Force 500 ==&lt;br /&gt;
&lt;br /&gt;
==== Can the YF500 be made to mow more than 500 square meters? ====&lt;br /&gt;
First: The area that the producers report are highly approximate. The reason being that traditional robotic mowers cut at random, so in a given time, they eventually cover the entire lawn more or less intensively. Hence, it is all approximate. Many owners of the traditional robots cover more area than the robots are made out for, simply by having them run a lot over a week, thus with the many hours of mowing per week, covering an area larger than specified for a given mower.&lt;br /&gt;
&lt;br /&gt;
That said, it is quite likely that OpenMower on YF500 has more direct capacity than 500 square meters - since it mows systematically and covers every bit of lawn only once. We still have no reports on how many square meters the YF500 can cover on one charge, but as we start having actual OpenMowers out there, we can report on that. &lt;br /&gt;
&lt;br /&gt;
We might later set up the software to have the mower return and pick up again where it left off upon an empty battery - but that is not implemented yet. It should be doable in software, though, and thus be able to increase the area that it is possible to cover.&lt;br /&gt;
&lt;br /&gt;
Lastly, there seems to be extra physical space for more battery in the YF500 &#039;&#039;under&#039;&#039; the battery pack, but it has not been investigated yet. Be aware, that it takes knowledge to work with the batteries. You should know what you are doing, since the batteries contain a lot of power and may explode or combust if handled incorrectly.&lt;br /&gt;
&lt;br /&gt;
== OPENMOWER TECH - SPECIFICS ==&lt;br /&gt;
&lt;br /&gt;
=== RTK GPS ===&lt;br /&gt;
&lt;br /&gt;
==== Which RTK GPS modules are used in the basic OpenMower design? ====&lt;br /&gt;
These ones: https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/&lt;br /&gt;
&lt;br /&gt;
==== How many RTK GPS modules are needed for OpenMower? ====&lt;br /&gt;
In the actual phase 1 design, 2 are needed, one at base and one on the mower. The one on the mower is mandatory to measure exact position. The one at base provides reference. Without the reference, the exact location of the mower can not be determined. See a good explanation of this here: https://www.ardusimple.com/rtk-explained/&lt;br /&gt;
&lt;br /&gt;
The reference may - possibly - be provided instead by publicly available servers that can provide local correction data. One of these solutions is NTRIP. Using such a source, it should be possible to not have the RTK GPS module on the base, but instead subscribe to the correction signal from the internet. Two notes regarding that: 1) The current design does not have this out of the box, so you would have to modify the ROS code yourself for this setup. And 2) if the Internet-based correction signal becomes unavailable, your mower will lose cm-precise location and cannot navigate. With the basic design with two RTK modules, that is not a problem.&lt;br /&gt;
&lt;br /&gt;
==== How do the two RTK GPS modules communicate with each other - what are the options? ====&lt;br /&gt;
The original OpenMower implementation has a separate process running which receives the RTK corrections from an NTRIP server via WiFi and redirects them to the GPS board. The IP is set to the base station in the local network, you can update it to an external service provider though.&lt;br /&gt;
&lt;br /&gt;
This has the drawback, that you constantly need to be connected to the WiFi.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the ArduSimple board has a slot where you can plug an external radio as direct bridge between the robot and the base station for extended range. ArduSimple offers multiple modules for this and they will all work plug and play with the OpenMower, since the OpenMower expects corrected data and does not care how the GPS receives the corrections. If you are using this though, you might need to edit your GPS configuration (see ArduSimple manual) and disable the NTRIP receiver process in ROS.&lt;br /&gt;
&lt;br /&gt;
== Maintenance of this FAQ ==&lt;br /&gt;
This FAQ is maintained by @tinker0436 &lt;br /&gt;
&lt;br /&gt;
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!&lt;br /&gt;
&lt;br /&gt;
====Disclaimer====&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=50</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=50"/>
		<updated>2022-04-29T10:25:34Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: Small order update + link name change to make it easier for peopel (following suggestions by a wiki-author channel user)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenMower Wiki ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the OpenMower Wiki!&lt;br /&gt;
&lt;br /&gt;
This WIKI was only just started on 2022-04-22, but we&#039;ll collaborate on getting good information on the OpenMower project collected here.&lt;br /&gt;
&lt;br /&gt;
If you want to contribute to the Wiki, just register and you can participate. Head to the [https://discord.com/channels/958476543846412329/967345181013725194 #wiki-authors Discord channel] if you want talk about the Wiki.&lt;br /&gt;
&lt;br /&gt;
== How to Get Started ==&lt;br /&gt;
&lt;br /&gt;
One of the first steps currently is to browse around the discord and understand what the project is about. You can also have a look at Clemens&#039; second video ([https://www.youtube.com/watch?v=_bImqD-pQSA here]) of the project that details how to assemble the bot.&lt;br /&gt;
&lt;br /&gt;
When you&#039;re ready, you can have a look at the &#039;&#039;&#039;[[Building the Mower]]&#039;&#039;&#039; section to see the Bill of Materials and steps required &#039;&#039;&#039;(Note this wiki is in progress and not complete yet, but we&#039;re working on it!)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
=== [[FAQ]] ===&lt;br /&gt;
There is a continually evolving [[FAQ]] that is a good starting point for understanding the project and getting answers to some key questions. &lt;br /&gt;
&lt;br /&gt;
[[FAQ|See the FAQ here]]&lt;br /&gt;
&lt;br /&gt;
=== [[Project overview|Project overview and timeline]] ===&lt;br /&gt;
Current status and future goals - [[Project overview|See it here]]&lt;br /&gt;
&lt;br /&gt;
=== [[Hardware|Hardware Revisions]] ===&lt;br /&gt;
Open Mower hardware revisions, changelog, info: [[Hardware|Here]]&lt;br /&gt;
&lt;br /&gt;
=== Where to find more information ===&lt;br /&gt;
&lt;br /&gt;
The entry points for more information are:&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412331 The Discord for the project]&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412332 Annoncements in the Discord]&lt;br /&gt;
* [https://www.youtube.com/c/ClemensElflein/videos YouTube]&lt;br /&gt;
* [https://github.com/ClemensElflein/OpenMower Open Mower Main GitHub Repo - Overall and hardware]&lt;br /&gt;
* [https://github.com/ClemensElflein/open_mower_ros Open Mower GitHub Repo for the ROS logic in the OpenMower]&lt;br /&gt;
* [https://github.com/ClemensElflein/xESC xESC Motor Controller Repo (custom part for main board)]&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
At the moment, there are different ways to contribute:&lt;br /&gt;
&lt;br /&gt;
* Building your own mower, testing the software and reporting bugs / committing fixes on the github repository&lt;br /&gt;
&lt;br /&gt;
* If you&#039;re not scared to see the inside of some mowers, please help us understand more about how they are built following instructions in the &#039;&#039;&#039;[[Mower Dissection]]&#039;&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
* And finally, [https://www.patreon.com/ClemensElflein Patreon to support Clemens&#039; amazing work]&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
This Wiki 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.&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=35</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=35"/>
		<updated>2022-04-23T10:48:38Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenMower Wiki ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the OpenMower Wiki!&lt;br /&gt;
&lt;br /&gt;
This WIKI was only just started on 2022-04-22, but we&#039;ll collaborate on getting good information on the OpenMower project collected here.&lt;br /&gt;
&lt;br /&gt;
If you want to contribute to the Wiki, just register and you can participate. Head to the [https://discord.com/channels/958476543846412329/967345181013725194 #wiki-authors Discord channel] if you want talk about the Wiki.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
=== [[FAQ]] ===&lt;br /&gt;
There is a continually evolving [[FAQ]] that is a good starting point for understanding the project and getting answers to some key questions. &lt;br /&gt;
&lt;br /&gt;
[[FAQ|See the FAQ here]]&lt;br /&gt;
&lt;br /&gt;
=== [[Project overview|Project overview and timeline]] ===&lt;br /&gt;
Current status and future goals - [[Project overview|See it here]]&lt;br /&gt;
&lt;br /&gt;
=== Where to find more information ===&lt;br /&gt;
&lt;br /&gt;
The entry points for more information are:&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412331 The Discord for the project]&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412332 Annoncements in the Discord]&lt;br /&gt;
* [https://www.youtube.com/c/ClemensElflein/videos YouTube]&lt;br /&gt;
* [https://github.com/ClemensElflein/OpenMower Open Mower Main GitHub Repo - Overall and hardware]&lt;br /&gt;
* [https://github.com/ClemensElflein/open_mower_ros Open Mower GitHub Repo for the ROS logic in the OpenMower]&lt;br /&gt;
* [https://github.com/ClemensElflein/xESC xESC Motor Controller Repo (custom part for main board)]&lt;br /&gt;
&lt;br /&gt;
== How to Get Started ==&lt;br /&gt;
&lt;br /&gt;
One of the first steps currently is to browse around the discord and understand what the project is about. You can also have a look at Clemens second video of the project that details how to assemble the bot.&lt;br /&gt;
&lt;br /&gt;
When you&#039;re ready, you can have a lookt at the &#039;&#039;&#039;[[Building the Mower]]&#039;&#039;&#039; section to see the Bill of Materials and steps required &#039;&#039;&#039;(Note this wiki is in progress and not complete yet, but we&#039;re working on it!)&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
At the moment, there are different ways to contribute:&lt;br /&gt;
&lt;br /&gt;
* Building your own mower, testing the software and reporting bugs / committing fixes on the github repository&lt;br /&gt;
&lt;br /&gt;
* If you&#039;re not scared to see the inside of some mowers, please help us understand more about how they are built following instructions in the &#039;&#039;&#039;[[Mower Dissection]]&#039;&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
* And finally, [https://www.patreon.com/ClemensElflein Patreon to support Clemens&#039; amazing work]&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=34</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=34"/>
		<updated>2022-04-23T10:48:08Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenMower Wiki ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the OpenMower Wiki!&lt;br /&gt;
&lt;br /&gt;
This WIKI was only just started on 2022-04-22, but we&#039;ll collaborate on getting good information on the OpenMower project collected here.&lt;br /&gt;
&lt;br /&gt;
If you want to contribute to the Wiki, just register and you can participate. And head head to the [https://discord.com/channels/958476543846412329/967345181013725194 #wiki-authors Discord channel] if you want talk about the Wiki.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
=== [[FAQ]] ===&lt;br /&gt;
There is a continually evolving [[FAQ]] that is a good starting point for understanding the project and getting answers to some key questions. &lt;br /&gt;
&lt;br /&gt;
[[FAQ|See the FAQ here]]&lt;br /&gt;
&lt;br /&gt;
=== [[Project overview|Project overview and timeline]] ===&lt;br /&gt;
Current status and future goals - [[Project overview|See it here]]&lt;br /&gt;
&lt;br /&gt;
=== Where to find more information ===&lt;br /&gt;
&lt;br /&gt;
The entry points for more information are:&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412331 The Discord for the project]&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412332 Annoncements in the Discord]&lt;br /&gt;
* [https://www.youtube.com/c/ClemensElflein/videos YouTube]&lt;br /&gt;
* [https://github.com/ClemensElflein/OpenMower Open Mower Main GitHub Repo - Overall and hardware]&lt;br /&gt;
* [https://github.com/ClemensElflein/open_mower_ros Open Mower GitHub Repo for the ROS logic in the OpenMower]&lt;br /&gt;
* [https://github.com/ClemensElflein/xESC xESC Motor Controller Repo (custom part for main board)]&lt;br /&gt;
&lt;br /&gt;
== How to Get Started ==&lt;br /&gt;
&lt;br /&gt;
One of the first steps currently is to browse around the discord and understand what the project is about. You can also have a look at Clemens second video of the project that details how to assemble the bot.&lt;br /&gt;
&lt;br /&gt;
When you&#039;re ready, you can have a lookt at the &#039;&#039;&#039;[[Building the Mower]]&#039;&#039;&#039; section to see the Bill of Materials and steps required &#039;&#039;&#039;(Note this wiki is in progress and not complete yet, but we&#039;re working on it!)&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
At the moment, there are different ways to contribute:&lt;br /&gt;
&lt;br /&gt;
* Building your own mower, testing the software and reporting bugs / committing fixes on the github repository&lt;br /&gt;
&lt;br /&gt;
* If you&#039;re not scared to see the inside of some mowers, please help us understand more about how they are built following instructions in the &#039;&#039;&#039;[[Mower Dissection]]&#039;&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
* And finally, [https://www.patreon.com/ClemensElflein Patreon to support Clemens&#039; amazing work]&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=33</id>
		<title>Building the Mower</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=33"/>
		<updated>2022-04-23T10:01:33Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: added availability column&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the OpenMower Building guide!&lt;br /&gt;
&lt;br /&gt;
This WIKI was only just started on 2022-04-22, but are actively working on filling it up and making a good documentation for the new builders out there!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bill OF Materials ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Open Mower Bill of Materials&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Description !! Availability !! Quantity Required !! Source Link 1 !! Alternate Source&lt;br /&gt;
|-&lt;br /&gt;
| Mower (Yardforce Classic 500) || Base building bloc || Off the shelf || 1 ||  WIP ||  WIP&lt;br /&gt;
|-&lt;br /&gt;
| OpenMower Mainboard || The core of the new electronics || Custom || 1 || WIP || WIP&lt;br /&gt;
|-&lt;br /&gt;
| Xesc || Motor drivers || Custom || 3 || WIP  ||  WIP&lt;br /&gt;
|-&lt;br /&gt;
| Raspebrry pi4 || The brain of the bot. Also used to send correction data from the base station. At the moment, the base station pi can me any model as not much processing is required || Off the shelf || 2 || WIP || WIP&lt;br /&gt;
|-&lt;br /&gt;
| Ardusimple RTK2B GPS || Positioning system for the bot || Off the shelf || 2 || https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/ || https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/&lt;br /&gt;
|-&lt;br /&gt;
| 3D printed brackets || To hold the GPS into the bot || Custom || 1 || https://www.printables.com/fr/model/175826-openmower-gps-mount-for-yardforce-classic-500 || WIP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Building the bot ==&lt;br /&gt;
&lt;br /&gt;
We are working on providing step by step instructions on how to build the bot. At the moment, we only have Clemens&#039;s video:&lt;br /&gt;
https://www.youtube.com/watch?v=_bImqD-pQSA&lt;br /&gt;
&lt;br /&gt;
== Setup and test ==&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=32</id>
		<title>Building the Mower</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=32"/>
		<updated>2022-04-23T09:58:15Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: added a first version BOM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the OpenMower Building guide!&lt;br /&gt;
&lt;br /&gt;
This WIKI was only just started on 2022-04-22, but are actively working on filling it up and making a good documentation for the new builders out there!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bill OF Materials ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Open Mower Bill of Materials&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Description !! Quantity Required !! Source Link 1 !! Alternate Source&lt;br /&gt;
|-&lt;br /&gt;
| Mower (Yardforce Classic 500) || Base building bloc || 1 ||  WIP ||  WIP&lt;br /&gt;
|-&lt;br /&gt;
| OpenMower Mainboard || The core of the new electronics || 1 || WIP || WIP&lt;br /&gt;
|-&lt;br /&gt;
| Xesc || Motor drivers || 3 || WIP  ||  WIP&lt;br /&gt;
|-&lt;br /&gt;
| Raspebrry pi4 || The brain of the bot. Also used to send correction data from the base station. At the moment, the base station pi can me any model as not much processing is required || 2 || WIP || WIP&lt;br /&gt;
|-&lt;br /&gt;
| Ardusimple RTK2B GPS || Positioning system for the bot || 2 || https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/ || https://www.ardusimple.com/product/simplertk2b-basic-starter-kit-ip65/&lt;br /&gt;
|-&lt;br /&gt;
| 3D printed brackets || To hold the GPS into the bot || 1 || https://www.printables.com/fr/model/175826-openmower-gps-mount-for-yardforce-classic-500 || WIP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Building the bot ==&lt;br /&gt;
&lt;br /&gt;
We are working on providing step by step instructions on how to build the bot. At the moment, we only have Clemens&#039;s video:&lt;br /&gt;
https://www.youtube.com/watch?v=_bImqD-pQSA&lt;br /&gt;
&lt;br /&gt;
== Setup and test ==&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=31</id>
		<title>Building the Mower</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Building_the_Mower&amp;diff=31"/>
		<updated>2022-04-23T09:42:10Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: first page draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the OpenMower Building guide!&lt;br /&gt;
&lt;br /&gt;
This WIKI was only just started on 2022-04-22, but are actively working on filling it up and making a good documentation for the new builders out there!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bill OF Materials ==&lt;br /&gt;
&lt;br /&gt;
== Building the bot ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup and test ==&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=26</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Main_Page&amp;diff=26"/>
		<updated>2022-04-23T08:40:42Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: changed the &amp;quot;pages we need&amp;quot; section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenMower Wiki ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the OpenMower Wiki! I hope that this Wiki will help us to collect all all information about the OpenMower project.&lt;br /&gt;
&lt;br /&gt;
To be honest, I have no idea how to write a Wiki, but I think we can figure this out.&lt;br /&gt;
&lt;br /&gt;
I&#039;ll be putting content here if I have the time, but it would be really nice if some people would like to work on this as well!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
=== [[FAQ]] ===&lt;br /&gt;
There is a continually evolving [[FAQ]] that is a good starting point for understanding the project and getting answers to some key questions. &lt;br /&gt;
&lt;br /&gt;
[[FAQ|See the FAQ here]]&lt;br /&gt;
&lt;br /&gt;
=== [[Project overview and timeline]] ===&lt;br /&gt;
Current status and future goals - [[Project overview|See it here]]&lt;br /&gt;
&lt;br /&gt;
=== Where to find more information ===&lt;br /&gt;
&lt;br /&gt;
The entry points for more information are:&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412331 The Discord for the project]&lt;br /&gt;
* [https://discord.com/channels/958476543846412329/958476543846412332 Annoncements in the Discord]&lt;br /&gt;
* [https://www.youtube.com/c/ClemensElflein/videos YouTube]&lt;br /&gt;
* [https://github.com/ClemensElflein/OpenMower Open Mower Main GitHub Repo - Overall and hardware]&lt;br /&gt;
* [https://github.com/ClemensElflein/open_mower_ros Open Mower GitHub Repo for the ROS logic in the OpenMower]&lt;br /&gt;
* [https://github.com/ClemensElflein/xESC xESC Motor Controller Repo (custom part for main board)]&lt;br /&gt;
* [https://www.patreon.com/ClemensElflein Patreon to support Clemens&#039; amazing work]&lt;br /&gt;
&lt;br /&gt;
== How to Get Started ==&lt;br /&gt;
&lt;br /&gt;
One of the first steps currently is to browse around the discord and understand what the project is about. You can also have a look at Clemens second video of the project that details how to assemble the bot.&lt;br /&gt;
&lt;br /&gt;
When you&#039;re ready, you can have a lookt at the &#039;&#039;&#039;[[Building the Mower]]&#039;&#039;&#039; section to see the Bill of Materials and steps required &#039;&#039;&#039;(Note this wiki is in progress and not complete yet, but we&#039;re working on it!)&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
At the moment, there are different ways to contribute:&lt;br /&gt;
&lt;br /&gt;
* Building your own mower, testing the software and reporting bugs / committing fixes on the github repository&lt;br /&gt;
&lt;br /&gt;
* If you&#039;re not scared to see the inside of some mowers, please help us understand more about how they are built following instructions in the &#039;&#039;&#039;[[Mower Dissection]]&#039;&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
* And finally, [https://www.patreon.com/ClemensElflein Patreon to support Clemens&#039; amazing work]&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Mower_Dissection&amp;diff=21</id>
		<title>Mower Dissection</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Mower_Dissection&amp;diff=21"/>
		<updated>2022-04-23T08:27:55Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: cosmetic changes + rephrasing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Why a mower dissection? ==&lt;br /&gt;
&lt;br /&gt;
Don&#039;t worry, no bot will be injured here!&lt;br /&gt;
Right now, only one mower model (the Yardforce Classic 500) is officially supported, but one of the long term goals of the OpenMower project is to be able to use more and more mowers, being of the shelf models or even custom builds.&lt;br /&gt;
&lt;br /&gt;
To do that, the project relies and people willing to Open the mowers they own, (or even buy some to be dissected) and document their work for others.&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
A dedicated Google Spreadsheet has been open to document the dissections and list the compatible hardware. You can find it [https://docs.google.com/spreadsheets/d/1BX0-KEs5v-VED8-RA4BLE-wRdXHtlmcKy4n9K5vJVAA/edit#gid=1041122740 here]&lt;br /&gt;
&lt;br /&gt;
If you own a more and are willing to take it appart to take some pictures, please ask for editing rights and fill the page.&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Project_overview&amp;diff=20</id>
		<title>Project overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Project_overview&amp;diff=20"/>
		<updated>2022-04-23T08:25:04Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will describe the project&#039;s goals and direction. It may be updated from time to time to reflect the evolution in the design choices and opportunities.&lt;br /&gt;
&lt;br /&gt;
=== Software Timeline ===&lt;br /&gt;
Current software runs and needs to be tested by more users&lt;br /&gt;
&lt;br /&gt;
Future goals:&lt;br /&gt;
&lt;br /&gt;
- Integrate with Iot/ Home automation&lt;br /&gt;
&lt;br /&gt;
- Additional features&lt;br /&gt;
&lt;br /&gt;
=== Hardware Timeline ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently the main goal is to have as many people as possible using the actual revision of everything and testing it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Future goals are:&lt;br /&gt;
&lt;br /&gt;
- new motherboard revision with better integration and external breakout boards for bot compatibility&lt;br /&gt;
&lt;br /&gt;
- adding more and more commercial bots to the compatibility list (thanks to users dissections for example, plus exploded parts views..)&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Mower_Dissection&amp;diff=19</id>
		<title>Mower Dissection</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Mower_Dissection&amp;diff=19"/>
		<updated>2022-04-23T08:23:23Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: Started a first draft of the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Right now, only one mower model (the Yardforce Classic 500) is officially supported, but one of the long term goals of the OpenMower project is to be able to use more and more mowers, being of the shelf models or even custom builds.&lt;br /&gt;
&lt;br /&gt;
To do that, the project relies and people willing to Open the mowers they own, (or even buy some to be dissected) and document their work for others.&lt;br /&gt;
&lt;br /&gt;
A dedicated Google Spreadsheet has been open to document the dissections and list the compatible hardware. You can find it [https://docs.google.com/spreadsheets/d/1BX0-KEs5v-VED8-RA4BLE-wRdXHtlmcKy4n9K5vJVAA/edit#gid=1041122740 here]&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
	<entry>
		<id>https://wiki.openmower.de/index.php?title=Project_overview&amp;diff=18</id>
		<title>Project overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmower.de/index.php?title=Project_overview&amp;diff=18"/>
		<updated>2022-04-23T08:13:13Z</updated>

		<summary type="html">&lt;p&gt;Vamatis: Started a first draft of the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will describe the project&#039;s goals and direction. It may be updated from time to time to reflect the evolution in the design choices and opportunities.&lt;br /&gt;
&lt;br /&gt;
=== Software Timeline ===&lt;br /&gt;
Current software runs and needs to be tested by more users&lt;br /&gt;
&lt;br /&gt;
Future goals:&lt;br /&gt;
&lt;br /&gt;
- Integrate with Iot/ Home automation&lt;br /&gt;
&lt;br /&gt;
- Additional features&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Hardware Timeline&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently the main goal is to have as many people as possible using the actual revision of everything and testing it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Future goals are:&lt;br /&gt;
&lt;br /&gt;
- new motherboard revision with better integration and external breakout boards for bot compatibility&lt;br /&gt;
&lt;br /&gt;
- adding more and more commercial bots to the compatibility list (thanks to users dissections for example, plus exploded parts views..)&lt;/div&gt;</summary>
		<author><name>Vamatis</name></author>
	</entry>
</feed>