Bluetooth Terminal/Graphics for Android
Hi! I can open the serial monitor and display my values. However I cannot view any graph. Can anyone help me please? Will be grateful. Thanks :)
Wish such a thing had existed years ago would never have believed it was possible to monitor live graph's whilst out on the bike and log data. I'm using it to monitor and log data on how my automatic bicycle shifter is performing. Save's having to have a data logger Arduino shield and SD cards. Until I remembered that I could lock the screen rotation the graphs refreshing with orientation changes was annoying, would do it when cornering sometimes.
Hello, can autoscaling be switched off? I need fixed scaling.
..and yet it can't connect.
Exactly what I was looking for.
Hi there, i have the same problem as Muaz Muttalib, i can't get the data to be represented in the chart, however in the terminal it appears properly. I am also using a xiaomi Mi3. The data i receive is ranged from 0-5 or 0-1023. Integers or floats. If you could help it would be nice! Thanks for this app, it is really useful!
Hi! I can open the serial monitor and display my values. However I cannot view any graph. Can anyone help me please? Will be grateful. Thanks :)
We are analyzing lower back posture by measuring the angle of the spine in two points. The graphs and data logger are very useful. I wish there was a way to save the graphs and analyze data on this app.
As with others below everything seems to be working except the graph is not displayed on my Nexus 5 running 5.1. Terminal works fine. This is a shame - would otherwise be perfect for my project.
can anyone tell me that what type of data has to fed to the application via bluetooth so that the waveform gets displayed. -thank you
Im using arduino mini pro and hc-05. Terminal seems to work just fine, but in graph there is no data at all. Im using mi3
This is a great app got it running very easily even the graph part flawless. All i wanted to ask is if u could add date and time stamps to the terminal or at least the log as this makes it possible to then also use this data on the pc! Also actual time on the graphs would be excellent! Thank u for this great app! Good luck
cant get the chart working, any help ??
Good application.To display graph on screen use 0x0A at last instead of "n". Then it work properly. Thanks for this app. This may be very useful for robot calibration /PI control loop parameter setting using terminal mode and verify action/effect of with graph.
The only problem is font are too small in terminal and graph . font size
Getting data base but no graph tried. A lot
puwdi puwdi piro dipindi
Now I can analyze my room temperature very easily.
I love this app, it's a very nice to improve my phone, to connect external to transfer my video download,"I love it"
/* Receives from the Analog Pin Sends to HC05 The circuit: * RX is digital pin 0 (connect to TX of other device) * TX is digital pin 1 (connect to RX of other device) * 3.3 Vtg of Arduino UNO to VCC of HC05 * Gnd of HC05 to Ground of Arduino UNO * Analog data to pin A0 */ #include int sensor = A0; SoftwareSerial mySerial(0, 1); // RX, TX of Arduino UNO float a=55.0; // Initial FLoat Value void setup() { // Open serial communications and wait for port to open: pinMode(sensor, INPUT); // read sensor value Serial.begin(38400); //begin serial Data Rate at 38400 bits per second while (!Serial) { ; // wait for serial port to connect. Needed for Leonardo only } // set the data rate for the SoftwareSerial port mySerial.begin(38400); } void loop() // run over and over { a = 0; // Initial variable value for(;a
very good program. The only thing that worth improving is very small font size on graphics.
Exactly what I was looking for.
Congratulations on turning out a SERIOUSLY USEFUL programme. If I can just make some suggestions: 1 The input string display at the bottom is utterly redundant, particularly when a terminal screen is included. 2. The output and send section is also redundant, for the same reason 3. Much the same can be said for the value in the graph header, or at least have the ability to omit it. 4. It would be nice to show the maxs as strings i.e. to display a temperature as 40.00 degrees max, multiply by 100 and send the integer but have the max show as "40", not 4000. 5. I would like to be able to configure it to show one, or two, graphs as well. Thank you very much
by M####:
This is a great app got it running very easily even the graph part flawless. All i wanted to ask is if u could add date and time stamps to the terminal or at least the log as this makes it possible to then also use this data on the pc! Also actual time on the graphs would be excellent! Thank u for this great app! Good luck