Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 大一立项项目

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 协议开源。