https://github.com/martonmiklos/robomow_rl_ppm_remote
Drive your RL series Robomow lawnmower with a PPM remote
https://github.com/martonmiklos/robomow_rl_ppm_remote
lawnmower ppm robomow
Last synced: 3 months ago
JSON representation
Drive your RL series Robomow lawnmower with a PPM remote
- Host: GitHub
- URL: https://github.com/martonmiklos/robomow_rl_ppm_remote
- Owner: martonmiklos
- Created: 2021-11-02T23:06:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T20:38:39.000Z (over 1 year ago)
- Last Synced: 2025-03-15T11:49:59.513Z (7 months ago)
- Topics: lawnmower, ppm, robomow
- Language: C++
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RC Remote control for Robomow RL series lawn mowers
## What?
Quick and dirty Arduino code to being able to control your Robomow RL series mower* with a PPM remote.
*= Tested with Robomow City 120 ~~however likely to work with RL-1000, RL-2000 RL-550, RL-850, etc. which has similar removable terminal with pigtail cable.~~ It is possible that similar mowers are compatible, however RL-500 is known to be using a different protocol.
[](https://www.youtube.com/watch?v=UquXWUTpAvM)
# Necessary equipment
* PPM compatible RC transmitter an receiver (tested with a DJI Phantom MK1 remote an receiver)
* Arduino Pro micro (the code shall be portable to other Arduinos)
* Inverter to the Arduino TX line
* [PPM-reader library from Nikkilae](https://github.com/Nikkilae/PPM-reader)
# Connection info - [see schematic in cad folder](https://raw.githubusercontent.com/martonmiklos/robomow_rl_ppm_remote/master/cad/pro_micro_adapter_schematic.pdf)* Hook your PPM receiever's output to the Arduino's pin 3
* Remove the terminal from the mower
* Connect your Serial1 port TX pin to the RX pin of mower's terminal RJ11 (pin 5)
* Power your Arduino and the mower
* Profit!