Hello!
I am a newbie into Android development :) Have made a lot of Arduino projects, though. Now, within my university research group, we are developing smart textile clothing, which, now needs some wearable system to take readings to.
My thoughts are as follows: I have several sensors (that are pressure sensors in fact) connected to arduino and it is set up for a bluetooth connection with the phone. I have learned how to establish a connection and send data from arduino to my phone.
I have 2 questions, is it possible to make a real-time graph (plot) of the signal, that is generated, where the X axis would be time and Y axis would be either 0-5 or 0-1 and is it possible to simultaneously save this data to a .txt file in order to analyze the readings later in Excel, MatLab and so on.
I've been searching forums for similar programs and found only
https://groups.google.com/forum/#!msg/mitappinventortest/xNulYntNqRA/HF2uTZVSAwAJ;context-place=msg/mitappinventortest/p0HZMdOQT4c/IJzvOGF8BAAJThough I don't really understand how to work with canvas. Maybe someone can point me out on that.
Thank you very much in advance :)