{"id":34636762,"url":"https://github.com/entertech/enter-biomodule-ble-ios-sdk","last_synced_at":"2025-12-24T17:04:04.996Z","repository":{"id":47595628,"uuid":"171814454","full_name":"Entertech/Enter-Biomodule-BLE-iOS-SDK","owner":"Entertech","description":"The bio-module(Flowtime device) Bluetooth management iOS SDK./回车生物电采集模块设备管理（蓝牙） iOS  SDK。","archived":false,"fork":false,"pushed_at":"2025-05-21T07:28:38.000Z","size":82427,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-12T09:33:17.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Entertech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-21T06:35:42.000Z","updated_at":"2025-05-21T07:28:42.000Z","dependencies_parsed_at":"2025-05-21T08:41:38.071Z","dependency_job_id":null,"html_url":"https://github.com/Entertech/Enter-Biomodule-BLE-iOS-SDK","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/Entertech/Enter-Biomodule-BLE-iOS-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-Biomodule-BLE-iOS-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-Biomodule-BLE-iOS-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-Biomodule-BLE-iOS-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-Biomodule-BLE-iOS-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Entertech","download_url":"https://codeload.github.com/Entertech/Enter-Biomodule-BLE-iOS-SDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Entertech%2FEnter-Biomodule-BLE-iOS-SDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T17:02:33.815Z","updated_at":"2025-12-24T17:04:04.990Z","avatar_url":"https://github.com/Entertech.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English Readme](/README_EN.md)\n\n# Enter Biomodule BLE SDK\n\n# 目录\n\n- [Enter Biomodule BLE SDK](#enter-biomodule-ble-sdk)\n- [目录](#目录)\n  - [介绍](#介绍)\n  - [Demo演示](#demo演示)\n  - [开发组件](#开发组件)\n    - [BLE基础SDK](#ble基础sdk)\n    - [蓝牙UI](#蓝牙ui)\n  - [安装集成](#安装集成)\n    - [环境要求](#环境要求)\n    - [集成方式](#集成方式)\n\n## 介绍\n\nSDK 包含回车生物电采集模块的蓝牙连接和生物电采集控制。通过此 SDK 可以在 iOS app 里快速实现和我们的采集模块连接，并控制其进行数据的采集和停止等指令。UI模块提供了蓝牙连接的UI和通过蓝牙升级固件的UI。\n\n## Demo演示\n\n我们提供[心流App](https://github.com/Entertech/Enter-AffectiveCloud-Demo-iOS.git)这个演示应用集成了基础蓝牙功能、蓝牙设备管理界面、情感云SDK、以及自定义的数据展示控件，较好的展示了脑波及心率数据从 硬件中采集到上传情感云实时分析最后产生分析报表及数据展示的整个过程。\n\n## 开发组件\n\n\u003e 运行 Demo 需要 `pod install` \n \n工程有两部分组成：UI + SDK 。 \n如图：\n\n\u003cimg src=\"https://github.com/Entertech/Enter-Biomodule-BLE-iOS-SDK/blob/master/img/1.png?raw=true\" width=\"600\"\u003e\n\n### BLE基础SDK\n\n\u003e 提供模块连接及数据采集功能。\n\n快速接入，接口详情请参见[BLE基础SDK](EnterBioModuleBLESDK/)。\n\n\n### 蓝牙UI\n\n\u003e 提供标准的蓝牙连接及固件升级UI。\n\n快速接入，接口详情请参见[蓝牙UI](UI/)。\n\n## 安装集成\n\n### 环境要求\n\n- Xcode版本: Xcode11\n\n- 系统版本: iOS 11以上\n\n### 集成方式\n\nCocoaPods\n\n1. 在`Podfile`中添加如下配置信息。\n\n```\n#(蓝牙SDK)\npod 'EnterBioModuleBLE'\n\n#(蓝牙UI库，根据需求添加)\npod 'EnterBioModuleBLEUI'\n```\n\n1. 在`Podfile`中添加 `add use_frameworks!`。\n2. 运行 `pod install`。\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentertech%2Fenter-biomodule-ble-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentertech%2Fenter-biomodule-ble-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentertech%2Fenter-biomodule-ble-ios-sdk/lists"}