My apologies if I posted this to the wrong forum but it is a basic programming issue but specific to the new nRF52840 board I bought. I can get part of the BLE example code running (LED on/off control via tablet, but not PBswitch read) I can get standard Blinky example running, but I can not get a simple Serial.println(“hello”); working. I have done so successfully with several other arduino boards but not the nRF52. I need to test some of my SPI and I2C code with this ARM MCU and will need “printing” to help me debug the port. This works on a nano but not the new board.
Serial.begin(9600); // Serial is the USB serial port
Serial.println(“HELLO”);
Any help or suggestions appreciated.