dchvs 2021-02-20 03:41:58 +00:00
parent 3957f23e0e
commit c6d74fd50d
1 changed files with 10 additions and 2 deletions

@ -25,7 +25,7 @@ Documentation:
#### Driver EG25-G
Quectel application Internet connection
Quectel application Internet connection:
```bash
sudo ./quectel-CM -s ctnet &
@ -36,4 +36,12 @@ ping -I eth1 www.google.com
* [Cellular modem hardware design](https://nextcloud.spirirobotics.com/f/3971)
* [Cellular modem PPP](https://nextcloud.spirirobotics.com/f/3970)
* [Cellular modem AT commands](https://nextcloud.spirirobotics.com/f/3968)
* [Cellular modem GNSS AT commands](https://nextcloud.spirirobotics.com/f/3969)
* [Cellular modem GNSS AT commands](https://nextcloud.spirirobotics.com/f/3969)
#### Fan
Turn on the fan
```bash
sudo jetson_clocks --fan
```