Hi, i want to use Arduino to send a counter to MIT Appinventor through HC-05 Bluetooth module using serial, and then compare the counter in Appinventor to set the respective text of TinyDB. However, with my blocks, i can only success in compare the first value. Using my attached blocks as example, when my Arduino send a 'S' to Appinventor through bluetooth, and then later send a 'D' again, only the 'towel_802' tag had the text set, while the 'pillow_802' tag remain empty.
I wish to set both tag, what is the problem with my blocks?
Any help will be appreciate, and please ask if any extra information is require.