How to connect Arduino nano 33 to pc via Bluetooth (window)?

Hi, guys.

I don't know how to send data from nano 33 iot to Arduino IDE via bluetooth.

Is this a tutorial?

This is the forum for help not for tutorial search for it on google pls check community guidance before posting the project

No, but @sigawath is planning to write one once he/she had mastered the problem :laughing:

@sigawath, your topic has been moved to a more suitable location on the forum. Introductory Tutorials is not for questions.

Welcome to the forum.

You cannot. The Arduino Nano 33 IoT can send data via a virtual serial over USB.

You can however use a generic BLE app like BLE Scanner and many others on iOS and Android to inspect and change BLE characteristics and services. Have a look around the Nano 33 IoT and BLE sub-forum. You can find a lot of information.

This is also a good place to start learning about BLE.

https://www.arduino.cc/reference/en/libraries/arduinoble/

Then you should have a look at the examples in the BLE library. You can find them in the IDE.

1 Like

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