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

The BLEPeripheral Library is not working properly with the Arduino SD library. #260

Open jkpachunk opened 5 years ago

jkpachunk commented 5 years ago

I have been using the Platform.io IDE to program my custom nRF52832 BLE device. I have modified the serial.ino example to stream lives data from an IMU (MPU9250) to the nRF Toolbox app which works without any issues.

I have attempted to modify this code even further by including the Arduino SD library in order to save the IMU data alongside the live streaming data. Though it appears that every time my device establishes a BLE connection it causes a reset. I was wondering if anyone has run into this same issue? Would this be an issue caused by the SPI connection to the microSD card?