Hello everyone, I am currently working on a project for class and could really use some assistance. My problem is as follows: arduino nano get value from sensor, then via bluetooth transmit to app, on app I
Thank you for reply
about the arduino code i get the data from the sensor, into a string and then send it all to the app. O
n the app i split the string into 1 variable. what i want is to create a list from the values of that variable over a period of time and pick the largest value in that list.
Code here:
Check your Arduino code to see if it's sneaking in extra messages that don't have numbers.
There is an if/then value block you can use to return true or false values for noncomparable list items and there is a IS A Number block that will identify garbage before you apply math in your max/min tests