传感器与手机之间的蓝牙通信项目(已停止)
This project was originally intended to build a Bluetooth connection between a microcontroller and a smartphone for sensor communication. Due to time, ability, and resource constraints, the development has been stopped.
The repository has since been repurposed to host Git tutorial documents and related learning materials.
bluetooth/
├── README.md # Project overview (this file)
├── LICENSE.txt # MIT License
├── readme.txt # Git basics notes
├── 08-完整的工作流程.pdf/.docx # Git complete workflow guide
├── document/
│ ├── readme.md # Notes on the reference thesis
│ └── Xin Gao Masterarbeit.pdf # Reference master's thesis (Xin Gao)
└── 重新开始未完成的工作/ # Git tutorial series
├── 001-一个天坑.pdf/.docx # A pitfall to avoid
├── 01-拉取代码.pdf/.docx # Pulling code (git pull/clone)
├── 02-跟踪文件.pdf/.docx # Tracking files (git add)
├── 03-删除文件.pdf/.docx # Deleting files (git rm)
├── 04-创建分支并关联.pdf/.docx # Creating and linking branches
├── 05-分支管理.pdf/.docx # Branch management
├── 06-多人协作.pdf/.docx # Multi-person collaboration
├── 07-标签管理.pdf/.docx # Tag management
└── add-commit-reset-branch-status.pdf # Quick reference: add, commit, reset, branch, status
The 重新开始未完成的工作/ directory contains a series of step-by-step Git tutorials (in Chinese). Each document covers a specific Git topic:
| # | Topic | Description |
|---|---|---|
| 001 | 一个天坑 | Common pitfalls when getting started |
| 01 | 拉取代码 | Cloning and pulling repositories |
| 02 | 跟踪文件 | Staging and tracking files with git add |
| 03 | 删除文件 | Removing files with git rm |
| 04 | 创建分支并关联 | Creating branches and linking to remote |
| 05 | 分支管理 | Managing branches (switch, merge, delete) |
| 06 | 多人协作 | Collaborating with others (push, pull, resolve conflicts) |
| 07 | 标签管理 | Working with tags (git tag) |
| 08 | 完整的工作流程 | A complete Git workflow overview |
All tutorials are provided in both
.docxformats.
- Xin Gao Masterarbeit.pdf — A master's thesis by Xin Gao, included as a reference document. See
document/readme.mdfor additional notes.
This project is licensed under the MIT License — see the LICENSE.txt file for details.
Copyright (c) 2025 Zebin Gao