https://github.com/proxymow/proxymow-mower
Proxymow Mower is a robotic lawn mower guided by computer vision.
https://github.com/proxymow/proxymow-mower
automation computer-vison lawn-mower micro-python nodemcu-esp8266 raspberrypi-pico robotics
Last synced: about 2 months ago
JSON representation
Proxymow Mower is a robotic lawn mower guided by computer vision.
- Host: GitHub
- URL: https://github.com/proxymow/proxymow-mower
- Owner: proxymow
- License: mit
- Created: 2024-10-16T07:00:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T21:19:00.000Z (3 months ago)
- Last Synced: 2025-02-17T22:25:43.589Z (3 months ago)
- Topics: automation, computer-vison, lawn-mower, micro-python, nodemcu-esp8266, raspberrypi-pico, robotics
- Language: OpenSCAD
- Homepage: https://proxymow.co.uk
- Size: 4.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxymow Automated Robot Lawn Mower (Mower)
## What the project does
Proxymow is a robotic lawn mower system that uses computer vision to locate and guide the mower. This repository contains the MicroPython source code for the mower device. The sister repository [Proxymow Server](https://github.com/proxymow/proxymow-server) contains the source code for the server.## Why the project is useful
Proxymow differs from many robotic mowers:
* Does not rely on vulnerable boundary wires
* Does not use GPS or Bollards
* Does not need to be taught a route, supports plug-in mowing patterns
* Employs very low cost technology: Rasperry Pi, NodeMCU## Getting started
Clone or Download the repo and change directory to the installation folder.Edit utils.py to set up Wi-Fi access, and schematic.py to *wire up* your mower.
Use Thonny, or rshell to deploy the following MicroPython files to your device:
* main.py
* mower.py
* schematic.py
* utils.py
* shared_utils.py
* artic.py
* umotion_lib.pyReset the device and use the test client to issue some commands:
```
cd clients; python udp_client.py
```## Getting help
Read the documentation [module information](https://proxymow.co.uk/mower).## Who maintains and contributes to the project
[email protected]