Problems with ArduinoBLE

I have a RedBoard project that I was hoping to add BLE support to, so I picked up a RedBoard Artemis. I finally got Arduino uploading successfully after wasting the better part of a day on it (viewtopic.php?f=172&t=51972).

I have the 2.0.2 core and added the ArduinoBLE 1.1.3 library. Under examples, there’s a new submenu called “INCOMPATIBLE” with “ArduinoBLE” nested under it, with the examples nested under that.

The next bad sign is the following warning: “WARNING: library ArduinoBLE claims to run on samd, megaavr, mbed architecture(s) and may be incompatible with your current board which runs on apollo3 architecture(s).”

I’m able to build and upload the LED example, but in the serial monitor I just see “starting BLE failed!”

What are the next steps to getting BLE working?

See this (just 4 threads below yours):

viewtopic.php?f=169&t=54311