# ext-bluetoothSocket **Repository Path**: liliang9693/ext-bluetoothSocket ## Basic Information - **Project Name**: ext-bluetoothSocket - **Description**: mind+python模式两块行空板之间蓝牙socket通信 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-01-10 - **Last Updated**: 2025-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 行空板蓝牙Socket通信 ![](./python/_images/featured.png) --------------------------------------------------------- ## Table of Contents * [URL](#url) * [Summary](#summary) * [Blocks](#blocks) * [License](#license) * [Supported targets](#Supportedtargets) ## URL * Project URL : ```https://github.com/liliang9693/ext-bluetoothSocket``` * Tutorial URL : ```https://mindplus.dfrobot.com.cn/extensions-user``` ## Summary 使用Mind+V1.7.2及以上版本,在python模式用户库中加载此扩展,在两块行空板上分别运行服务器端和客户端程序,可实现两块行空板之间通过蓝牙进行Socket通信。 ## Blocks ![](./python/_images/blocks.png) ## Examples - 示例1:行空板1按钮控制行空板2上的L灯 - 服务器端 ![](./python/_images/examples0.png) - 客户端 ![](./python/_images/examples1.png) - 示例2:行空板1上的光线数据发送到行空板2屏幕上显示 - 服务器端 ![](./python/_images/examples3.png) - 客户端 ![](./python/_images/examples4.png) - 示例3:行空板1上的多个数据发送到行空板2屏幕上显示,使用字典和json - 服务器端 ![](./python/_images/examples5.png) - 客户端 ![](./python/_images/examples6.png) ## License MIT ## Supported targets MCU | JavaScript | Arduino | MicroPython | Python ------------------ | :----------: | :----------: | :---------: | ----- arduino | | | | micro:bit | | | | esp32 | | | | unihiker m10 | | | | √ ## Release Logs * V0.0.1 基础功能完成 * V0.0.2 增加英文翻译