I'm noob at app inventor, and i find a problem at making a metronome.
My arduino has display and bluetooth, and it work flawless when i try to send a normal text(like the "Mi" for example). But when i try to make a string so my user can input a infinite amount of data and send to the arduino it prints "0".
I inputed Dó,Dó,sec_5,Dó with my "read" command and it shows.
List_preview: ["Do", "Do", 5, "Do"]. Note: the display don't accept accents.
Number_of_objects_in_the_list: 4.
Order: 0.
you have some empty sockets in your blocks... you should fill them accordingly...
also are you aware, that the index in list block returns 0 in case the thing is not found in the list? see also the documentation http://ai2.appinventor.mit.edu/reference/blocks/lists.html#indexinlist