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.
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.