# ext2-py-bluetoothsocket **Repository Path**: mind-plus/ext2-py-bluetoothsocket ## Basic Information - **Project Name**: ext2-py-bluetoothsocket - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-13 - **Last Updated**: 2026-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: MindPlus-Ext2 ## README # 行空板蓝牙通信 ![cover](extension/public/cover.png) `bluetoothSocket` 是一个适用于 Mind+ V2 Python积木模式的扩展(基于pybluez库实现的蓝牙socket通信,适用行空板)。 该扩展共提供 6 个积木。 ## 积木 | 积木类型 | 积木内容 | |---|---| | 命令 | 启动蓝牙服务器 | | 布尔 | 蓝牙服务器 缓存区有数据? | | 数值 | 蓝牙服务器 取缓存数据后清空缓存 | | 命令 | 启动蓝牙客户端 连接服务器 地址 [MAC] | | 命令 | 蓝牙客户端,发送消息 [DATA] | | 命令 | 关闭蓝牙客户端 | ## 更新日志 ### V0.0.3 - 完成扩展基础功能 ## 开发指南 更详细的 Mind+ V2 扩展开发说明请参考:[Mind+官方扩展开发文档](https://mindplus.dfrobot.com.cn/mp2/Extensions/) ## V1 原始库来源 本库迁移自 Mind+ V1(1.x)用户库,保留 `compatibilityId` 字段以兼容旧版工程。 - compatibilityId:`liliang-bluetoothsocket-thirdex` - 原作者:liliang - 原始仓库:https://gitee.com/liliang9693/ext-bluetoothSocket