We had some issues sending over the data collected from the pressure sensor to the other Arduino via bluetooth because the arduino can only reliably send one character at a time. To overcome this issue, we mapped the recorded values to be between one and nine, and then transmitted the mapped number via bluetooth.

Log in or sign up for Devpost to join the conversation.