Connect nano BLE to laptop for wireless sensor data logging

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

Am I missing something, just use USB. The nano can write to Serial, the laptop can read the Serial.

You may be able to do this with one Nano even if your laptop doesn't have BLE, but you need to be more forthcoming about your data collection.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.