Software
Step by Step setup
You don't have to program the compute module yourself, but you have to set it up. The following steps help you to setup your Tracker.
If you want to have a deeper insight in the code itself, you can find the documented code in the github repository: https://github.com/oliverheisel/DataDrivenSailing
Use the hostname: buoy1.local (replace the number accordingly)
The instructions are the same as the one of the BoatTracker. You can find the BoatTracker instructions here. There is one configuration step that is different:
G_Change the configuration
Open the code configuration file (it is a python script, so use your ide):
/home/globaladmin/code/config/config.pyChange the hostname number accordingly (it needs to be the same as you defined in the firmware - see Task 1)
!!! This is what changed !!! - Make sure that Type = "buoy" and the others are commented out
Save and Reboot with:
sudo reboot
Last updated