Sunray / PI / Teensy

Bernard

Well-known member
Staff member
Here you can find my work on the adaptation of SUNRAY firmware for teensy pcb:
From the excellent work of Alexander https://forum.ardumower.de/members/alexanderg.14267/

Repos link: https://github.com/Boilevin/Sunray_TeensyPcb

and the Raspberry PI interface

Repos link: https://github.com/Boilevin/PiArdu-for-Sunray

Without Raspberry:
You use the Sunray APP to manage all the mower over the esp32 BLE .
Max 10 maps

With Raspbery:
You use Sunray APP to create the map and upload it into Rover.
From PiSunray main screen:
main00.png
and map menu:
You can now import the map in the raspberry.
Max 99 House with 9 map on each house.
maps00.pngmaps01.png

The timer page can start mowing on the house and map you want:
timer00.png

Manual page can drive mower (same as azuritber):
manual00.png

On auto page you can see the location on mower in the map and the actual process running:
auto00.png

And using house view you can see the 99 possible house , double click on one map upload it in the rover to start it.
auto01.png
 
Last edited:
Great work Bernard!
The information of the location of the mower you wrote "On auto page you can see the location on mower in the map and the actual process running:" is GPS-RTK based or ODO metrie based?
 
It's RTK location at +/- 2 cm when you have a fix.
Odometry and IMU are used to check some error on small movement or when you have a float rtk location.

I try to make a screen video capture of the working mode for easy understanding how it's work when i have time
 
Back
Top