Skip to content

ZebinGao/bluetooth

Repository files navigation

Bluetooth

传感器与手机之间的蓝牙通信项目(已停止)

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.


📂 Project Structure

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

📖 Git Tutorial Series

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 .pdf and .docx formats.


📄 Reference Document

  • Xin Gao Masterarbeit.pdf — A master's thesis by Xin Gao, included as a reference document. See document/readme.md for additional notes.

📜 License

This project is licensed under the MIT License — see the LICENSE.txt file for details.

Copyright (c) 2025 Zebin Gao

About

the communication between sensors and handy

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors