From 2683f2beaedd131f1510257d3d661fd1f907e15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ja=C5=82ocha?= Date: Mon, 20 Apr 2020 14:18:33 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c4b699..f81e515 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ To get the OGN-Tracker source code from this github repository: ``` cd git clone https://github.com/pjalocha/esp32-ogn-tracker.git -cd ogn32-ogn-tracker +cd esp32-ogn-tracker ``` -If you want to use the OLED display with the U8g2 library you need to install it from the project directory: +If you want to use the OLED display with the U8g2 library you need to install it in *components* in the project directory: ``` mkdir components @@ -55,6 +55,16 @@ make make flash ``` +To see the console output and thus to check if the ESP32 is alive +``` +minicom +``` +For minicom setup use 115200bps /dev/ttyUSB0 serial port and turn hardware and software handshake OFF. It is important, otherwise if you type something it won't be sent to the ESP32. +Press *Ctrl-C* to list the internal state and parameters. To change parameters, use $POGNS like this: +``` +$POGNS,AcftType=1,Pilot=YourName +``` + ## Wiring the GPS For the original HELTEC board you need to wire the UART GPS follow the pins defined in the hal.cpp