Which MCU + BT/BLE for heart rate and ECG monitoring (from TI ADS1293)

Status
Not open for further replies.

victus

Member
I am working on a portable wireless heart monitor with Bluetooth interface. The idea is to measure ECG signals for at least 1 day straight and then transmit data to the Android device. According to my research I believe that TI's ADS family would probably be the most suitable for my case, specifically ADS1293, which is in short all-in-one ECG chip.

I am now searching for a suitable microcontroller with Bluetooth capability which would acquire the signals from ADS1293, save them to external flash memory and then transfer them to the phone over BT/BLE. The original idea was to work with Arduino, but then I came across SoC TI CC2640. It obviously looks really suitable for my case at first glance since it's dimensions are small and it also has low power consumption, but so does Nordic nRF52832. I've already searched all related forums for comparison between these two and people seem to prefer nRF52832 a bit more over CC2640. However, TI already has a very similar project design like mine here. Code is already provided, but the project is designed with CC2541, which is not compatible with CC2640 though, but I suppose that this would still help with coding.

Since I basically don't have any previous experience with these platforms, I was wondering which MCU+BT/BLE would you recommend to me? An important factor here is also that the development process should be as cheap as possible since I am a student, so the price of debuggers, development boards and software should also be taken into consideration.
Should I rather choose any other MCU e.g. like RFdroid or would you have any other recommendations? I would really prefer a well supported MCU for faster development process and quicker learning curve.

Thanks for help and any suggestions in advance.
 
I use these

They're basically plug and play like the ZigBees
Did you mean Xbees?
ZigBee is the name of a proprietary protocol stack not product or IEEE standard.
Xbee is Digi's hardware product of which one variant uses the Zigbee stack, other variants don't.
 
They really look solid, but I believe that Arduino + HC-05 would consume too much power. Please keep in mind that the whole circuit should be powered by the battery pack and should last at least 24 hours. Arduino is also pretty big, so I am looking for preferably smaller MCUs.
 
They really look solid, but I believe that Arduino + HC-05 would consume too much power. Please keep in mind that the whole circuit should be powered by the battery pack and should last at least 24 hours. Arduino is also pretty big, so I am looking for preferably smaller MCUs.

Well, you're in the "Teensy" forum here, so why don't you use one ? :) They're pretty small.
 
Status
Not open for further replies.
Back
Top