I'm struggling to get my Mkr WiFi 1010 to connect to my PC via bluetooth and stream sensor data to it. Here's where I am so far:
I've followed the directions on the element14 site to upgrade my arduinos to enable bluetooth. The firmware update was sucessful, and I downloaded the ArduinoBLE library to my IDE. When I upload one of the example sketches to the board I can see the bluetooth device from my PC. But I don't have a Raspberry Pi, so the rest of the tutorial is not that useful to me. I'm trying to connect to a PC, not a Pi anyway.
Unfortunately I'm not finding any documentation on the ArduinoBLE library, so I'm completely blind as to what commands I need to use to control the bluetooth on the Mkr WiFi 1010. All I can do is read example sketches and try to discern what commands may or may not work. The most helpful example I've found is one on Github because the program is supposed to do almost exactly what I want. It's just using a different sensor. When I run that sketch I can see the bluetooth device from my PC but I can't get them to pair. I've also tried pairing to my android phone but like the PC is hangs for a while on "Pairing..." then errors out.
How do I get my PC to pair with the Mkr WiFi 1010?
Once I do get them to pair, how do I see the data on the PC that the Arduino is supposed to be sending? My eventual destination for the data is Either Touch Designer or Unity, but at the moment I just want to see the raw sensor data streaming in a terminal or something like that.
Is there any documentation on the ArduinoBLE library that lists all the commands and tells what they do?