my project is about reading analog value from the microcontroller then convert the readings to string
and send it to an app in the phone using mit app inventor for example
mcu send text value: "1023" i can display it in the phone app with no problem and the data is correct
but i want to compare this data for example if the data is greater than 1000 i want to display a warning message in mit app inventor.
i think maybe the mistake is in comparison of the values received which is text and the number in mit app!
Show us what exactly you get from mcu. For appinventor it doesn't matter whether the number is a number or a string. It is important that the string contains only digits without additional characters, e.g. spaces or other characters.
Hello friends, i tried also your solutions but also the same problem you can see i uploaded all the picture about the project please let me know where is the mistake?