Added ublox-init to doc

This commit is contained in:
Benjamin Vedder 2024-01-11 15:00:10 +01:00
parent e55ce294ef
commit 2bc55235d6
1 changed files with 16 additions and 0 deletions

View File

@ -5256,6 +5256,22 @@ Returns the age of the last gnss-sample in seconds.
--- ---
#### ublox-init
| Platforms | Firmware |
|---|---|
| Express | 6.05+ |
```clj
(ublox-init optRateMs)
```
Re-initializes the ublox gnss-module. Returns true on success and nil on failure. Nil most likely means that something is wrong with the connection.
The optional argument optRateMs can be used to set the navigation rate in milliseconds. By default 500 ms us used. Not any navigation rate is possible, it depends on the ublox module in use. Common rates that can work are 100, 200, 500, 1000 and 2000 ms.
---
## ESP-NOW ## ESP-NOW
The VESC Express has full support for ESP-NOW. It can be used in any combination of bluetooth and wifi, the only limitation is that it must use the same channel as the wifi. That is mainly an issue in station mode as there is no way to control the channel that the access point the express connects to uses. The VESC Express has full support for ESP-NOW. It can be used in any combination of bluetooth and wifi, the only limitation is that it must use the same channel as the wifi. That is mainly an issue in station mode as there is no way to control the channel that the access point the express connects to uses.