When downloading Eclipse I was advised not to do so and to rather use Android-Studio.
Has anyone in this group used "SerialGraph" with Android-Studio and if so, please assist me
I am using an Olimex EKG/EMG shield for Adruino UNO. I have written the Arduino sketch (with additional averaging algorithm) and I get a clean ECG waveform which displays nicely on Arduino IDE serial plotter.
meetAndroid.send(ECGval); sends the correct values to Amarino_2_v0_55.apk and I can see these values on my android phone using Amarino "Monitoring".
Now I want to see the P, QRS, and T waves graphally to make sure that they are there and in the right places! Also to be expanded to detect signs or arrhythmia.
I am retired and I am not really interested in going down the long path of learning modern Java - I last touched the JAVA puppy nearly 20 years ago!
My doctor tells me I have Atrial Fibrillation so I decided to make my own ECG monitor (on cell phone) to use more often than visiting the doctor.
Any help will be most appreciated.