This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
bluetoothconnect [2019/01/18 12:58] jfduval |
bluetoothconnect [2019/01/18 13:00] (current) jfduval [Stream data with Bluetooth] |
||
---|---|---|---|
Line 28: | Line 28: | ||
Using the GUI with Bluetooth is //almost// the same as with USB. You start by opening a COM port, and you can stream sensor values and send control commands. The only difference is that with Bluetooth you should always be in Auto mode. | Using the GUI with Bluetooth is //almost// the same as with USB. You start by opening a COM port, and you can stream sensor values and send control commands. The only difference is that with Bluetooth you should always be in Auto mode. | ||
+ | Plan 2.0: | ||
{{ ::streamauto.png |}} | {{ ::streamauto.png |}} | ||
+ | |||
+ | Plan 3.0: | ||
+ | {{ :autop3.png |}} | ||
**Normal mode:** for every packet the GUI will send a Read request, and the circuit will send a Reply packet. If you are streaming at 100Hz, it means that you'll be sending Read packets every 10ms, and receiving replies shortly after. The packet rate will be 200/s. | **Normal mode:** for every packet the GUI will send a Read request, and the circuit will send a Reply packet. If you are streaming at 100Hz, it means that you'll be sending Read packets every 10ms, and receiving replies shortly after. The packet rate will be 200/s. |