Hello, I posted the same topic on arduino.stackexchange.com but I thought I could get more help here as I haven't heard from the community in stackexchange. I apologize if you're seeing the same post.
Here it goes:
I encountered a problem while working with Adafruit Bluefruit BLE and Adafruit PN532 NFC/RFID shield. Normally, the bluetooth module starts advertising as soon as BLESerial.begin() is called. In my case, it didn't start advertising even if BLESerial.begin() was called in the setup().
Source code: Microsoft OneDrive - Access files anywhere. Create docs with free Office Online.
As you can see in the serial output console, Bluefruit only started advertising after scanning a card on the NFC/RFID reader. However, what I would like to see is to advertise Bluefruit as soon as the board is set up.
For the record, both the modules are in good shape as I tested them by running example sketches provided by Adafruit. Does anyone know what did I do wrong? Any thought is appreciated.