Skip to content

JohnnyPicnic/Robomow-ESP32

 
 

Repository files navigation

Robomow-ESP32

ESP32 based bluetooth Robomow controller

Based on https://www.skyynet.de/mowgli_connect.php

This is a modification of the original binary file to English. Since there is only a binary file, I have made a ugly script that simply replaces all (or most) German text with English translations, and recalculates the checksums.

Instructions:

  1. Download https://www.skyynet.de/ftp/mspitzel_v105.zip
  2. Unzip and load it in the Arduino IDE
  3. Modify def_ssid and def_pass to match your WIFI's SSID and password
  4. Modify http_username and http_password to what you want
  5. Compile and install on the ESP32.
  6. When the ESP32 connects to you WiFi, go http://:8080
  7. Upload my modified binary file
  8. Wait! it takes about 2 full minutes before it returns "OK"
  9. If you get "Fehler" just try again.
  10. Go to http://
  11. Go to the Configuration tab and input your robots bluetooth name under "SSID" and the mainboard serial number under "Mainboard SN"
  12. Now it should connect to your robot and show all kinds of data.

To add it to Home Assisntant:

Copy robomow.yaml to config/robomow.yaml

Add this to config/configuration.yaml homeassistant: customize: !include robomow.yaml

Hardware:

You need a ESP32 with PSRAM, so called WROVER module. I bought a LOLIN as mentioned from Aliexpress but I guess any with PSRAM would work.

I didn't wanted GPS to begin with, but since it works so well and the GPS module is so cheap I also got this

I guess it would be better with a module that works with all 5 possitioning systems: GPS (US), QZSS (Japan), BEIDOU (China), GALILEO (EU), and GLONASS (Russia), but I wasn't sure the protocol is compatible (all though the NMEA 0183 protocol seems to be universal).

About

ESP32 based bluetooth Robomow controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.5%
  • C++ 22.5%