sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

BLE serial sketch not compiling for BLE Nano(V1.5) error: type 'Print' is not a base type for type 'BLESerial' #165

Closed akkthedev closed 7 years ago

akkthedev commented 7 years ago

When I try to compile the example sketch for BLE serial, it throws the following error: type 'Print' is not a base type for type 'BLESerial'. Arduino IDE Version: 1.8.3 and BLEPeripheral Library Version: 0.4.0

EDIT: Added IDE and Library Versions

akkthedev commented 7 years ago

It works after using the board from https://github.com/sandeepmistry/arduino-nRF5 instead of the official RBL