Hello everybody,
i woud count the heartbeat. I have a sensor that send to Msp430 board the signal when beat the Heart. Here is my Idea --> I get the signal as Analog and change it to Digital, when it is greater than for Example 1.5V than i activate the TimerA. By next Beat i can calculate the different time between two Beat. It problem is, that the Msp Board should sample the Sensor signal always. I would know, can i write my programm better without sample the signal always?
Second solution --> Can i active any Timer-Capture on MSP430 board by give the Voltage on the Pin connected to the Timer? I mean, change any Pin connected to Timer as Input and give the Sensor Signal to the Pin so activate the timer. I don't know, whether function the second solution.
Thank's