Other Parts Discussed in Thread: MSP430FG439 , TUSB3410 I am new to msp430 and also programming of it. I have made the hardware of EKG board as given in the application note of EKG(slaa280a).but i dont know how to dump the code on the msp430fg439.There…
Other Parts Discussed in Thread: MSP430FG439 , TUSB3410 I am new to msp430 and also programming of it. I have made the hardware of EKG board as given in the application note of EKG(slaa280a).but i dont know how to dump the code on the msp430fg439.There…
Can I use one hand 2 fingers to touch the contact?
This is the EKG info: http://focus.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=slaa280a
I tried. The board became not that sensitive. But Im not sure about the reason.
Anyone…
Im trying to preset a value(int) in the program. Then later i can replace the value by heart rate reading. I chose P2.4 to be the output pin.
The board is workable and it is fine with original programming. After modifying the progrmming, I compiled…
I want to transfer the heart rate data mearsured by EKG monitor to eZ430-RF2500T target board so that the users can see their heart rate through GUI.
Problems:
1. I dont know where can i find the output from the EKG board. I know the monitor display…
Part Number: TIDA-00096 Other Parts Discussed in Thread: TIDA-01580 , , TIDA-010029 , MSP430FG439 , CC2541
I am working on a senior design project that is working with an ecg to monitor heartbeats and we're looking to purchase one of our systems. We…
Hi Siddhant,
I recommend taking a look at the following links:
Wireless ECG/EEG with MSP430 Microcontroller
An ECG Intelligent Monitoring System with MSP430 Microcontroller
Heart Rate and EKG Monitoring Using MSP430FG439
EKG-Based Heart Rate…
Other Parts Discussed in Thread: MSP430FG439 I am using the msp430fg439 and am trying to get the timers (A or B) to run, however, nothing is happening.
TACCTL0 = OUTMOD_4; // Set / Reset
TACCR0 = 63; TACCR1 = 15; // TACTL = TASSEL_2 + MC_1 + TACLR;…