Hi, I'm developing a device to send data from an absolute rotary encoder from a Pi (PiZeroW) to a RPi3 via a Bluetooth connection using PyBluez. In a nutshell, I want to collect the data on one device and send it to be displayed by the other. Collection and display may persist for 20 mins. I can est...