Arduino SMS pulse alarm for High School beginners

Hey me and , my group members participated in the mesa competition and won with a pulse sensor, Arduino uno and blinking leds. We wanted to step it up and make Arduino Sms Pulse Alarm monitor but we are not sure what to order, we are new to this and would like to know what components we need?We want it to alert when pulse gets to high and display the beats per minute on a screen. Should we use a Gsm sheild or a Arduino yun? And What led Screen is best to Use?

If you are in a mesa competition, you should have read this forum is not for questions.

I believe @larryD means that the Introductory Tutorials section of the Forum is not for questions.

It says clearly PLEASE DON'T POST YOUR QUESTIONS IN THIS TUTORIAL SECTION

I have suggested to the Moderator to move your Thread.

...R

And if you already have a pulse sensor and a program that reads the pulse let's see that first. Then we can help your thinking about how you might improve it.

But basically detecting that some value is higher than some other value is very easy. Displaying a simple value like a pulse rate i.e. a number, is easy. Sending SMS messages is not at all difficult. And many examples of all of them exist. Just put them together and you're there.

Steve