sandeepmistry / arduino-BLEPeripheral

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

Can't get response from Serial.println() #264

Open NickShargan opened 5 years ago

NickShargan commented 5 years ago

Hi,

I'm running code from examples that contains calls to Serial.println() like this:

Serial.println(F("BLE Peripheral"));

Is it correct that when the device (custom nrf51822) connected via programmer, Serial.println() calls should work in the same way as for usual Arduino and print messages to Serial Monitor in Arduino IDE? I've double checked that frequencies in setup() and serial monitor are the same.

Would like to print values from sensor for debugging puposes.

adamhun94 commented 3 years ago

@NickShargan Did you achieve something about this? If yes, how? Which debugger you used? Thanks!