As with any technology approached from zero knowledge, BT is a bit overwhelming at first glance.
I have been dreaming for some time about "wireless sensors" for game controller applications, to get away from the tyranny of wire (and i2c bus lengths!) that make wearables and "flexibles" challenging to implement. Everybody wants mocap, but nobody wants to wear a hokey wiring harness or even a tight, sweaty jumpsuit. So of course google led me eventually to IoT and Bluetooth.
I came across a multi-sensor device "to die for" -- spendy, but (seems) very small, light, capable and energy efficient: RSL10-SENSE-GEVK
I then started googling for "Arduino bluetooth" and it seems there are several prefab boards equipped with BT capability. Plus there are various headers shields available (Adafruit Bluefruit LE Shield - Bluetooth LE for Arduino : ID 2746 : $19.95 : Adafruit Industries, Unique & fun DIY electronics and kits is fairly representative) to add BT to a trad Arduino. I'm not quite sure whether the official Arduino MKR 1010 is a header shield (it looks like one) or a standalone Arduino. Anyway, there are options out there for an Arduino that speaks BT.
Now my ignorance kicks in. Could it really be as simple as "use the Arduino BLE library with an appropriate board, and your Arduino can talk to the RLS10"? Can the Arduino be either a slave or a master on the "pico-net" (new jargon to me!) and talk to any BT device(s) it detects? Are Bluetooth and BLE two different protocols, or do they inter-operate?
I've consulted a couple of "cool things you can do with Arduino and BT" online, hoping to get more clues... but they seem mostly oriented to using the Arduino to offer data to a tablet or phone app (where I assume the tablet or phone is the master). Haven't found any yet where slave wireless devices send data to the master Arduino which then uses the data to Do Stuff.
So, hoping for a short "is it feasible" answer, yes or no: if I had a couple of RSL10's and a BT-equipped Arduino, would I be ready to read sensor data without wires? If not, what else would I need?
