This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART communication using nRH52840

  1. I am a newbee to nrf 52840..I saw lot of documents and got confused on where to start ..indly guide me on this
  2. we are trying nrf52840 dev kit as we are using nrf52840 in our custom board
  3. Let me know how can start for UART communciation using this dev Kit
  4. Kindly let me know the procedures
  5. Also if I plan to use custom board for this..let me know how we can program for incoming BLE msg to be sent via UART..

Kindly let me know

Thanks and regards

Ravi chandran

  • sravich1 said:

    This is the example code under ble_peripheral/ble_uart...I hope this does both sending as well as receiving..we have not changed any code...let me know where do we need to change for seeing this..

    also we want ble to be on once it is powered on..currently it is on for few seconds and ble goes off...any flag or any code where we need to enable to run ble all the time...kindly let me know.

    The ble_app_uart peripheral example in the SDK acts as a "bridge" between a serial device and a wireless device, in that it receives data over serial and transports it wireless over BLE to the wireless device, and vice versa. It does not supports having two devices connected over serial without modifications. 

    The example starts advertising after the initialization routine at the start of main.c. It does not turn it off.

    regards

    Jared 

  • Hi Jared,

    we were able to change advertising value which is default set at 18000 to 0 ,then you will have the BLE connected as long it is on...also we were abel to get the Tx and Rx using the App...we will ping you if you further need any help from your side.

    regards

    Ravi

  • Good,

    I'll close this case then, since it seems that the orginal issue has been resolved. Please create a new ticket for any future issues.

    regards

    Jared 

Related