Arduino NANO BLE Sense Rev2 libraries

Hi - I bought 8x Nano BLE (4 Sense) - but received the BLE Sense Rev2. What are the libraries I have to add to this Rev2 version to get them to function error free? Thanks

Hi @odsouza1,
Have a look at the Nano 33 BLE Sense Rev2 documentation page under essentials suggest libraries. https://docs.arduino.cc/hardware/nano-33-ble-sense-rev2

Thank you so much - there is indeed a fund of information that I am going through to make sense of it.

I want one BLE Sense to talk to to a Nano BLE over BLE to for a "mesh". Hard work with the article being a basic tutorial.

All features of the BLE are not explored in detail.

The IDE gives superb examples for the normal Nano BLE sense - but not the BLE sense Rev2.

There are no changes on the BLE module between the Nano BLE sense and Nano BLE sense Rev2. I haven't tried all the BLE examples; however, the examples should also work on the Rev2 board as well. Have you experienced something different?

1 Like

I need to standardise on my IDE . Is the WEB IDE more updated than the V2 PC based version?
I need to find a consistent source of this information because it adds to my confusion.
Thanks

We would recommend using the latest version of Arduino IDE 2.0.3 . This software is available for Windows, Mac, and Linux and is the most widely used and supported version of the Arduino IDE.

Both Arduino IDE and Arduino Web Editor are officially provided by Arduino, and both are considered to be standardized versions of the Arduino IDE with documentation on both IDE's are covered, however, the Arduino IDE 2.0, is more feature-rich and customizable. Whereas the Web Editor is a web-based version of the Arduino IDE, which allows you to program your boards from any browser and can be useful for people who travel or do not want to install the software.

Thank you all for the quick and useful responses. I am now into the BLE environment. Very tricky with UUID's clogging up the system deployment speed.

One issue I have with BLE is that you install the sketch - it works well i.e I can see it in the phone app - but in a day it dissappears! and I am back to square-1!

What do you think I am doing wrong?

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