1

When I try #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 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

More info about the board: https://wiki.dfrobot.com/Bluno_Beetle_SKU_DFR0339

human
  • 121
  • 3

1 Answers1

0

The Device Is Not An Arduino Device (Uno,Mega,Nano,Mkr,etc)and arduinoBLE was made only arduino devices with builtin bluetooth