I want to display multiple sensor output (temperature,smoke and light density) on my app. But my app shows two errors-
1.Error 503: Specified address is not a valid bluetooth address
2. List Index is too large Before this project ,I have built a simple app that can display only temperature value from my arduino project and that worked properly without any error. That time I used the same bluetooth module HC-05 and didn't get any error message. Then why I'm facing these Errors? Please help me Here are my app blocks -
A similar topic. See how the receiving block is built there, and read @ABG's advice on DelimiterByte (10).
You have "serial.println ()" in your arduino code, it's ok. In clock blocks, use a "ReceiveText" block with negative bytes, such as -1, instead of a "connect" block.
In the designer, in the properties of the Bluetooth component, set the value of "Delimiter Byte" to 10.