问题

I am looking out for a hardware which will push data into into the Android device.

The hardware basically inserts data i.e. BloodPressure(BP).

I want the mobile to handle the remaining application!

The BP monitor hardware may be even compatible with iOS/WP7. This is basically to build a customized solution for BP Monitoring.

Basically, I want to build an annoying app which will run in a mobile device, and will rigorously alert user about recording/checking the BP after the appropriate interval.

I am well-versed with Android and find no challenge as such to build the app.

But when it comes to hardware, I am kinda blank!

Thus, let me know if anybody is/has been aware such device in market!

Also, if there is anybody interested in building this customized health-care tool, do let me know.

Thank you.

Ciao,

K10

回答1:

this is too broad a question for SO. That being said here are some things you can look at and think about.

Some blood pressure hardware exists already (i.e. http://www.bing.com/search?setmkt=en-US&q=bluetooth+bloodpressure returns lots of examples) depending on the protocols they use for communication you may already be able to talk to some of them from an android device. You'd prolly have to test them out to know for sure though.

If you are looking to make the hardware yourself look in to microcontrolers such as Arduino and once you've got that stuff down read about using a bluetooth module, such as http://www.sparkfun.com/products/10269 . Then all thats left is finding a blood pressure sensor that is easy to hook up to a micro controller =).

回答2:

This is a "5-years later answer", but even in 2017, the only real, supported, validated/certified, third-party enabled (with non-public, on-demand only API) that I know of are the Telehealth devices by Omron (1 Blood Pressure Monitor and one Scale, both BLE). Everything else they provide looks to use their Omron Connect app as the only data-sharing option.

I have personally checked their API (my organization has developed stuff with their permission), and I can say it will suit most, if not all 3rd party app necessities. But you do need to get in touch with them for API access.

If you look at their comparison table, you will see they provide direct hardware integration (sans-middle the Omron Connect app), and they will provide the API on purchase of a HEM-9200T device. Further note the device is only distributed in a very narrow list of countries (US is included).

Other than that, there are a lot of China-made, non-certified, unregulated, unsupported devices. I would order 3 or 4 (suepr-cheap) from aliexpress to check out which ones actually can be reverse-engineered or provide sample github code.

回答3:

As a side note: I built this a bit more than a year ago. The app is called Bluetooth Blood Pressure (imaginative name, right) and is available on Android.

Now the bad part: there are a number of devices out there. Every single one of them has TERRIBLE user experience. Once you move past that, all but one of them require Bluetooth comm protocol access that is unavailable in Android Java Bluetooth libraries (you have to dip into the underlying bluez layer to speak to them, and that's not available from Java and generally requires you to root the device and talk directly to the Bluez dbus interface). The one device that I was able to find (and that I support) has since been discontinued.

All the vendors have terribly restrictive NDAs covering their protocols and are completely opaque about WHO you have to talk to before you can even SIGN the stupid NDA: as a result, not a single one of them has an actually decent app for their device.

Good luck.

来源:https://stackoverflow.com/questions/10405410/blood-pressure-monitor-via-bluetooth-internet-in-android

blood pressure android app,Blood Pressure Monitor via Bluetooth/Internet in Android相关推荐

  1. 2022-10-13 Android APP 全屏幕显示全透明沉浸式主题android:theme样式 Theme.TranslucentTheme

    一.android8真机上运行默认的app主题是这样的,有titile,状态栏不透明. 二.我想改成全透明沉浸式主题样式. 1.res/values/themes.xml 文件添加Translucen ...

  2. 解决: is not accessible from java.lang.Class android.app.AppComponentFactory

    堆栈如下: Caused by: java.lang.IllegalAccessException: java.lang.Class<com.MainActivity> is not ac ...

  3. Android应用开发——service连接泄露异常:android.app.ServiceConnectionLeaked: that was originally bound here

    在做service开发过程中,大部分可能会遇到以下异常,该异常仅通过log输出,并不会导致app crash. E/ActivityThread: Activity com.example.image ...

  4. android 图标错误的是什么,如何修复:android.app.RemoteServiceException:从包中发布的错误通知*:无法创建图标:StatusBarIcon...

    我在崩溃日志中看到以下异常: android.app.RemoteServiceException: Bad notification posted from package com.my.packa ...

  5. android.support.v4.app.FragmentManager无法转换为android.app.FragmentManager

    昨天有同学截图问我这个问题,也就是我的MusicList中出现的报错.这里记录一下,后面的同学就可以直接参考了. 报错原因显示:需要的类型是android.app.FragmentManager,而你 ...

  6. android app 自动登录,Android APP首次登录和之后自动登录流程

    Android APP首次登录和之后自动登录流程 Android APP首次登录和之后自动登录流程 App登陆保存数据流程 App因为要实现自动登陆功能,所以必然要保存一些凭据,所以比较复杂. App ...

  7. Android APP存储路径和缓存清理规范

    1. Android APP统一存储数据规范 基于Android系统对存储卡访问的各种特性,在充分保证基线的产品交互体验前提下,定义Android APP各业务开发中的可选存储路径,对应存储特性,各自 ...

  8. android app开发_如何雇用Android App开发人员

    android app开发 You have thought of a good project for an application in android and you have a gut fe ...

  9. Android App Bundle(aab)与UnsatisfiedLinkError

    一.起因 所做项目因为是在Google Play市场,并且在2019.8.1开始,必须要携带64位so库,又因为所做App涉及到C层库比较多.大概有10MB左右.所以使用了Google最新的Andro ...

最新文章

  1. VScode配置anaconda虚拟环境+运行
  2. sql添加删除主键、外键
  3. 怎么导入sklearn包_在导入sklearn包是报错
  4. 华为鸿蒙公测链接,华为鸿蒙系统2.0启动第二轮公测,新增6款nova机型
  5. 获取族_批量添加族参数(上)
  6. javaweb----三层架构+
  7. jenkins sonar-scanner 安装测试
  8. JProfiler分析内存泄漏
  9. Apache OpenOffice-java调用时的问题总结
  10. [VB.NET]各们,请问如何使用vb.net编写两个进程间消息通信的程序啊
  11. js 设置cookie
  12. Word2007 生成目录英文变成大写的解决办法
  13. Android青翼蝠王之ContentProvider
  14. 关于认知升级的思考-认知升级是深度思考、认知升级是探索未知
  15. 前端设计——音乐盒子
  16. ORA-12505, TNS:listener does not currently know of SID given in connect descript 错误 更改方法
  17. 拓嘉辰丰:拼多多直通车推广常见问题解析
  18. flutter 仿照 uiswitch
  19. 一种实现人工智能程序自进化的概念原理
  20. 自主研发编程语言Mulan(木兰)评测(附视频讲解)

热门文章

  1. 干了两晚,带你探索那讲不清的字符串
  2. 脚本修改root密码和命令修改root密码
  3. 公链分析报告(6)--Zcash
  4. JRebel 热部署
  5. Linux centos+selenium+firefox+java (无图形界面)获取动态网页
  6. 在Vista下删除EISA配置的隐藏分区
  7. 经典算法大全51例——3.杨辉三角(又称帕斯卡三角形)
  8. 2019热门新兴行业盘点 有没有找到适合你的?
  9. 云网融合助力大型企业网络底座布局
  10. chatgpt怎么用 chatgpt使用教程