Hello all,
Some posts mention existing solutions for connecting Arduino BLE to a laptop but I have yet to find any. Can anyone chime in with recommendations or solutions?
I have a nano BLE sense Rev 2 and want to log a couple of analog sensor inputs.
Ultimately I want to integrate these readings with some python code which is communicating with other sensors and save it to a common file or at least with common time stamps.
I have access to additional nano BLEs - seems like the easiest way would be to connect 2 nanos with one connected to the laptop acting as the central/server - just as in the example code (https://docs.arduino.cc/tutorials/nano-33-ble-sense/ble-device-to-device/)
Thanks!
Joe