From 2e6a9b9281bbe5013de872a4eda045e55988d1d4 Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Fri, 8 Jan 2021 09:57:01 +0100 Subject: [PATCH] updated readme --- readme.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0c03bd7..2b8e1a0 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,16 @@ First copy `example_config.yml` to `gpsconfig.yml` and adjust your parameters. if you intend to use this tool with ublox over USB or Serial, you need to set the name of your port in this config file. otherwise the program will panic. ### Requirements * Win, Linux or Mac Computer, ideally with serial port and WiFi -* download latest Release and unzip it -* execute `gyropgsc-$OS`, according to your operating system +* GPS device (Android or iOS smartphone and/or ublox 8/M8 series module) +* download latest release and unzip it + +### Preparation +Make sure you prepared your GPS device like described in chapter 3.3 of the Documentation. +Start gyrogpsc **before** connecting your smartphone via TCP. + +### Run +Execute `gyropgsc-$OS`, according to your operating system. + ## Build from source ### Requirements