-
Notifications
You must be signed in to change notification settings - Fork 0
Custom GNSS Boards based on K823 GNSS Module
Yiannis Menexes edited this page Aug 3, 2022
·
5 revisions
- Power the board on (through USB port)
- Connect to the wifi that the board itself creates (should be of name
arduino-esp32
or something similar) - After wifi connection, you should be redirected to the wifi's config page (board's native wifi IP address is 172.217.28.1).
- In this menu, choose the option
Configure new AP
which will redirect you to a sub-menu where you get to choose which wifi-network the board will be connected to. - Now, the board should be connected to the chosen wifi-network.
At this point, the board should be connected to a network of your choice which provides an internet connection in order for the board to be able to communicate with the NTRIP server that we are going to configure below
- Show current NTRIP settings:
192.168.45.170/showcurrent
- Edit NTRIP settings:
192.168.45.170/set
- Connect your PC with the Board through an Ethernet cable
- Access the board through its local LAN IP (let's say
169.254.2.1
), on a browser - Here you can configure serial settings and anything else that is related to the ethernet adapter (Baud Rate should be 115200)
-
- You can access the board through Telnet, either on LAN (use configured port from "Ethernet setup" section)
or WLAN (port 2101)
- You can access the board through Telnet, either on LAN (use configured port from "Ethernet setup" section)
It makes no difference on whether the user chooses the CRU or a simple terminal Telnet,
but for the purpose of this guide we will be using CRU
- COM1 is for WiFi
- COM2 is for Bluetooth
- COM3 is for Ethernet
rtkdynamics LAND
rtksource AUTO
rtkobsmode 0
rtksolution 0
log com1 gpgga ontime 0.05
interfacemode com1 auto auto on
saveconfig
- log
port
NMEAsentence
ontimeinterval
- Prints the selected NMEA sentence (let's say
gpgga
) on the given port (let's saycom1
) everyinterval
(let's say 0.05s or 20hz) -
ontime
parameter can be omitted, and the command will only print once
- Prints the selected NMEA sentence (let's say
- interfacemode
port
input mode
output mode
status
- For port (let's say
com1
) sets the mode (let's sayauto
) of input and output to a status (on or off)
- For port (let's say
- saveconfig
- Saves the current config so it persists through board restarts or power on/off
- reset
- Restarts the board
- freset
- Factory reset the board to default values
- unlogall
- Disable logging for every port (Com1~3)
- log comconfig
- Prints settings for every port (baud rate etc.)
- log loglista
- Prints what is logged by all ports (Com1~4)
- log version
- Prints firmware information
- Advanced IP Scanner
- Device Installer - Will only scan Lantronix related IPs