Back to the catalog

Starling 文档

Bundle OKF 0.2 · 4 conceitos · ShanireZ/Starling

Open source Repository Open in the app JSON README (API)

About

# Starling 文档

* [agents/](./agents/index.md)
* [Starling v2 立项文档](./charter.md)
* [GSX250R 建模参考资料](./gsx250r-reference.md)
* [Starling 原型一号规格(prototype v1)](./prototype-v1.md)

Details

Kind
OKF bundles
Topic
No topic detected
Publisher
shanirez
Origin
okf_github
Category
dados
Version
0.2
Stars
1
Last push
2026-09-06T07:19:23Z
Repository state
ativo
Language
HTML
License
GPL-3.0
Added
2026-09-08 02:17:33
Updated
2026-09-08 02:17:33
Origin id
ShanireZ/Starling:docs/index.md

README

# Starling

[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE)
![Type: physical prototype](https://img.shields.io/badge/type-physical%20prototype-success.svg?style=flat-square)
![Platform: GSX250R](https://img.shields.io/badge/platform-GSX250R-blue.svg?style=flat-square)
![Prototype: v1 specified](https://img.shields.io/badge/prototype-v1%20specified-orange.svg?style=flat-square)

Starling v2 是面向 Suzuki GSX250R 车身侧板的电子百叶进气口(“鳃口”)原型:固定框承风、多片叶片由一个舵机联动,开口朝车头迎风,并随车速张合。

## 当前状态

原型一号已经形成可审查的设计包,但尚未完成上板或实车验证:

- [立项文档](docs/charter.md)记录 v2 的范围、失效保护和安全边界。
- [原型一号规格](docs/prototype-v1.md)包含 BOM、接线、台架验证顺序和控制逻辑。
- [参数化 CAD](cad/starling_v1.scad)及其 [打印/装配说明](cad/README.md)是机构的唯一 CAD 来源;`cad/dist/` 为打印交付包。
- [固件骨架](firmware/starling/starling.ino)面向 ESP32 DevKit(WROOM-32),定义了皮托压差测速、舵机控制、被动记录和 USB/蓝牙配置边界;源码明确标注为尚未上板编译验证的骨架。

## 3D 机构演示

[gsx250r-vreal.html](proto/gsx250r-vreal.html) 是唯一现行 3D 演示。可通过本地静态 HTTP 服务器从仓库根目录打开。页面用滑杆模拟车速和百叶开度,并可拖入其他 `.glb`/`.gltf` 模型。页面中的气流效果是机制演示,**不是 CFD 或性能验证**。

## 项目约束

- 设计铁律和当前状态见 [AGENTS.md](AGENTS.md)。
- 断电时机构应由弹簧回到闭合位置;上路前须完成台架、封闭场地和当地法规自查。

## License

本项目自有的代码、文档与素材采用 [GNU General Public License v3.0](LICENSE) 发布。

More