i want to do simple data transfer and why blueetooth serial terminal was not be able to detect the device?

how to do simple data transfer using bluetooth serail terminal?

Parents Reply
  • Hello,

    venkatesha kj said:
    which function was used to receive the data?

    The data is received from the SoftDevice in the BLE_NUS_EVT_RX_DATA event.

    venkatesha kj said:
    instead of sending data to uart i try to display on oled display but not displayed on the oled
    venkatesha kj said:
    if i disable the uart and try to print on display it was not working?

    Please use the Insert -> Code option when sharing code here on DevZone.

    This sounds like an application layer logical issue. 
    Were you able to see the data on your serial terminal before you started modifying the example? Keep in mind that I do not know anything about your OLED display, or the driver you are using to operate it.
    Have you verified that the OLED performs as expected with a test sequence of bytes? For example, does it perform as expected if you pass a couple of ASCII encoded bytes to your Paint_DrawString_EN function?

    Best regards,
    Karl

Children
No Data
Related