Searching for a sample

Hello,

I came across a Nordic Q&A discussing a sample called hci_uart_with_usb_uart_bridge in this post. I have searched in the v1.0.1 tag but couldn't find the mentioned sample.

Could you please guide me on how to locate this sample?

Best regards,

Youssef

Parents
  • Hello Youssef, 

    What version of the nRF Connect SDK are you working on? You are referring to a post from 2019, where they present a very old version of our SDK: v1.0.1. The current version is v2.6.1, while v2.7.0 is right around the corner (after summer). 

    Are you working on the nRF9160 DK or the Thingy:91?

    What is the intension? Have you looked at the latest version of our Cellular: LTE Sensor Gateway sample? Note that this sample is for the nRF9160DK.

    Kind regards,
    Øyvind

  • Hello Øyvind,

    I am currently working with version 2.5.0 on the Thingy:91 and need a sample that merges the applications of connectivity_bridge and hci_lpuart.

    My goal is to establish communication between the nRF52 and nRF9160 on the Thingy:91. I have managed to achieve communication using UART1, but I am facing the following issues:

    1. When using UART1 in async mode, the Rx gets disabled automatically after receiving a packet from one of the devices.
    2. I want the Thingy:91 to be visible to a terminal, allowing me to send packets to the nRF9160. I believe the connectivity bridge application can facilitate this, but I need a sample that integrates both hci_lpuart and connectivity_bridge.

    Could you please provide guidance or a sample project that achieves this integration?

    Best Regards,

    Youssef

Reply
  • Hello Øyvind,

    I am currently working with version 2.5.0 on the Thingy:91 and need a sample that merges the applications of connectivity_bridge and hci_lpuart.

    My goal is to establish communication between the nRF52 and nRF9160 on the Thingy:91. I have managed to achieve communication using UART1, but I am facing the following issues:

    1. When using UART1 in async mode, the Rx gets disabled automatically after receiving a packet from one of the devices.
    2. I want the Thingy:91 to be visible to a terminal, allowing me to send packets to the nRF9160. I believe the connectivity bridge application can facilitate this, but I need a sample that integrates both hci_lpuart and connectivity_bridge.

    Could you please provide guidance or a sample project that achieves this integration?

    Best Regards,

    Youssef

Children
Related