Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxwelljay256/bike-computer
基于 ESP-32 和 esp-idf v4.4 的 自行车 GPS 码表,HITSZ 2022-2023 大一立项项目
https://github.com/maxwelljay256/bike-computer
atgm336h diy e-paper esp-idf esp32 gps hitsz jy901s
Last synced: 21 days ago
JSON representation
基于 ESP-32 和 esp-idf v4.4 的 自行车 GPS 码表,HITSZ 2022-2023 大一立项项目
- Host: GitHub
- URL: https://github.com/maxwelljay256/bike-computer
- Owner: MaxwellJay256
- License: mit
- Created: 2023-11-13T15:10:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T14:16:42.000Z (about 1 year ago)
- Last Synced: 2024-01-10T16:05:35.324Z (about 1 year ago)
- Topics: atgm336h, diy, e-paper, esp-idf, esp32, gps, hitsz, jy901s
- Language: C
- Homepage:
- Size: 29.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bike-Computer
HITSZ 2023 大一立项项目——自行车 GPS 码表
Collaborators: [chaos](https://github.com/chaos0514), [Maxwell Jay](https://github.com/MaxwellJay256), [CY](https://github.com/CYCLECHENHUOHUA), [chickencheng](https://github.com/chickencheng)
项目基于 `ESP32`,使用 `ESP-IDF v4.4.6` C 语言框架。
## Contents
- [Hardware](./Hardware):硬件设计文件
- [components](./components):ESP-IDF 组件,相当于几个独立的库
- [mpu6050](./components/mpu6050):MPU6050 6 轴陀螺仪驱动(已弃用)
- [epaper](https://github.com/MaxwellJay256/GDEY0154D67-esp32-driver):电子墨水屏 GDEY0154D67 的驱动,以一个单独的仓库托管,在本项目中作为一个 submodule 引用。
- [jy901s](./components/jy901s):JY901S 9 轴陀螺仪驱动
- [gps-ATGM336H](./components/gps-ATGM336H):ATGM336H GPS 模块驱动
- [main](./main):项目的主程序代码。## License
本项目使用 MIT 协议开源。