1

When I try to #include <ArduinoBLE.h> in my Arduino program, I get the error:

WARNING: library ArduinoBLE claims to run on samd, megaavr, mbed, apollo3, mbed_nano, mbed_portenta architecture(s) and may be incompatible with your current board which runs on avr architecture(s).

Apart from potentially trying to import an incompatible library, am I doing something wrong? If not, are there any Arduino libraries for AVR architectures that will allow me to transfer data through Bluetooth via dealing with Services, Characteristics, Descriptors, etc.?

The Beetle Bluno BLE board is based on:

  • ICSP1: ATmega 328P
  • ICSP2: CC2540
ocrdu
1,7953 gold badges12 silver badges24 bronze badges
asked Jun 28, 2021 at 10:47
1
  • 1
    ArduinoBLE is not compatible with CC2540. the CC2540 on Bluno Beetle has AT commands Commented Jun 28, 2021 at 11:31

1 Answer 1

0

The device is not an Arduino device (Uno, Mega, Nano, Mkr, etc) and ArduinoBLE was made only for Arduino devices with built-in Bluetooth.

dda
1,5951 gold badge12 silver badges17 bronze badges
answered Jul 2, 2021 at 14:23
1
  • it is an Arduino, just the BLE IC is not supported by the ArduinoBLE library Commented Jan 13, 2023 at 17:11

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.