Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsfraz/trek-tracker
Trek tracker for tracking your motorcycles or whatever.
https://github.com/jsfraz/trek-tracker
beidou deb diy fritzing galileo glonass gnss gps pcb python qzss raspberry-pi raspberry-pi-zero socketio vehicle-tracking
Last synced: 8 days ago
JSON representation
Trek tracker for tracking your motorcycles or whatever.
- Host: GitHub
- URL: https://github.com/jsfraz/trek-tracker
- Owner: jsfraz
- Created: 2024-06-26T18:27:44.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T12:00:32.000Z (3 months ago)
- Last Synced: 2024-09-05T12:49:58.204Z (3 months ago)
- Topics: beidou, deb, diy, fritzing, galileo, glonass, gnss, gps, pcb, python, qzss, raspberry-pi, raspberry-pi-zero, socketio, vehicle-tracking
- Language: Python
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trek-tracker
Tracker for the Trek project.
- [Server](https://github.com/jsfraz/trek-server)
- [Client](https://github.com/jsfraz/trek-client)- [Wiki](https://github.com/jsfraz/trek-tracker/wiki)
## Used GPS module
- [Waveshare LC76G](https://www.waveshare.com/wiki/LC76G_GNSS_Module)
## Building and installing
```bash
dpkg-deb -b . trek-tracker-1.0.0.deb
sudo dpkg -i trek-tracker-1.0.0.deb
```Or you can download and install the package from [Releases](https://github.com/jsfraz/trek-tracker/releases).
### Power on/power off button
To enable powering off with the button you MUST add `dtoverlay=gpio-shutdown` in the end of `/boot/config.txt` file.
## 3D printed case
![1](cases/Yuki%20250%20CSR/case.png "1")
Model created in [Blender](https://www.blender.org/), snapshot captured using [MeshLab](https://www.meshlab.net/).
## Shield
Created in [Fritzing](https://fritzing.org/).
### Sketch
![Sketch](images/shield.png "Sketch")
### PCB
![PCB top](images/shield_pcb_top.png "PCB top")
![PCB bottom](images/shield_pcb_bottom.png "PCB bottom")
Screenshot from [PCBWay online gerber viewer](https://www.pcbway.com/project/OnlineGerberViewer.html).