Hi All,
I have a nrf52 PCA10040 Kit with me . I loaded the BLE app UART Central example binary into my Kit . The LED 1 is blinking (Scanning Indication) But am not getting any logs in Minicom ?
Am I missing anything ? My UART COnfiguration,
const app_uart_comm_params_t comm_params =
{
.rx_pin_no = 8,
.tx_pin_no = 6,
.rts_pin_no = 5,
.cts_pin_no = 7,
.flow_control = APP_UART_FLOW_CONTROL_ENABLED,
.use_parity = false,
.baud_rate = UART_BAUDRATE_BAUDRATE_Baud38400
};
I tried enabling and disabling HW flow control in minicom, Am not getting any logs ..
Am using Ubuntu 14.04 OS .