cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32f407 with ADAS1000

Kumar123
Associate III

Hi Team

How can I implement the ADAS1000 ECG sensor with an STM32 board to acquire ECG waveforms using 3 leads, and how do I read the data from the sensor leads?

2 REPLIES 2
KDJEM.1
ST Employee

Hello @Kumar123;

 

I recommend you to look at this post "How can I interface the STM32F769-DISCO board with an ECG module's library to display data?" may help you.

 

Thank you.

Kaouthar 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Andrew Neil
Super User

@Kumar123 wrote:

How can I implement the ADAS1000 ECG sensor with an STM32 


Exactly the same way that you'd do it with any other microcontroller !

The ADAS1000 neither knows nor cares what microcontroller you use - all it sees are the signals at its IO pins.

So what you need to do is to make sure that you send all the right things to those pins  - in the right order, and at the right time.

And how do you know what those things & timings are? They will all be defined in the ADAS1000 datasheet:

https://www.analog.com/en/products/adas1000.html

How To Interface Anything To Anything Else

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.