Hi,
I’m new to the forum and would be grateful for some advice. I would like to build something to connect to a Glucose meter via USB, and upload the results to an iPhone via bluetooth. I would like the device to be as small as possible and of course have a battery that lasts a year.
The glucose meter is downloadable to a PC via UsB so if The micro board has a host USB port then I should be able to get the data off the glucose meter.
There looks to be a health device protocol for bluetooth and CSR has a reference design and sample iPhone code, so it looks like I can then get the data to the iPhone.
It’s not something I’m looking to commercialise and so whatever I prototype would probably be the finished item, which should be as small as possible.
The two options I am considering are:
-
A small micro with two host USB ports, with a bluetooth dongle in one of them, and the glucose meter into the other.
-
Using the Intel Edison as this has bluetooth and a USB OTG port built in. I’m not very familiar with USB but it seems that non-OTG devices are backwards-compatible with OTG. I take this to mean if I put a non-OTG device into an OTG host, it will work.
Has anyone done this sort of thing before, or have any comments on which option might be more fruitful? It’s a long time since I did anything like this and there’s lots to learn!
Any advice would be gratefully received. Thanks!