# ble_test **Repository Path**: izzy/ble_test ## Basic Information - **Project Name**: ble_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-11 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 环境要求 node : v20.17.0 expo ## 启动步骤 1. Install dependencies ```bash npm install ``` 2. Start the app ```bash npx expo start ``` In the output, you'll find options to open the app in a ### 启动后,会提示如下内容: ``` › Using development build › Press s │ switch to Expo Go › Press a │ open Android › Press i │ open iOS simulator › Press w │ open web › Press j │ open debugger › Press r │ reload app › Press m │ toggle menu › shift+m │ more tools › Press o │ open project code in your editor › Press ? │ show all commands ``` > 默认启动模式为 expo go。即沙盒模式。因为该项目需要连接蓝牙,所以不能使用沙盒模式。 > 此时控制台中输入 a 即可,会切换到 安卓模式 > 安卓手机需要先安装一个 apk,该 apk有 eas 云打包生成 > 安卓手机需要先开启开发者模式,使用 typec 或者 use 连接到电脑上。 > 第一次跑需要连接,连接好后可不再连接。通过局域网即可。 ### 增加新的原生权限配置后需要使用 eas 重新 build一次 - eas build:configure - eas build --platform android --profile development 等待远程完成后下载新包重新安装