dchvs 2021-02-19 23:58:17 +00:00
parent f86a46e6d2
commit b8c46f2523
1 changed files with 17 additions and 1 deletions

@ -20,4 +20,20 @@ Documentation:
* [Camera module data sheet](https://nextcloud.spirirobotics.com/f/3382)
* [Camera sensor data sheet](https://nextcloud.spirirobotics.com/f/3392)
* [Camera sensor development guide](https://nextcloud.spirirobotics.com/f/3396)
* [MIPI bridge](https://nextcloud.spirirobotics.com/f/3386)
* [MIPI bridge](https://nextcloud.spirirobotics.com/f/3386)
#### Driver EG25-G
Quectel application
```bash
sudo ./quectel-CM -s ctnet &
ifconfig eth1
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)