Direction Finding in Thingy91x_nrf5340

Hello team,

I wanted to implement direction finding using BT for nRF5340 available in Thingy 91x.

Please let me know is it possible to implement or any pre available examples supports this feature.

Thanks and regards,

Vinay

Parents
  • Hello Vinay, 

    The Thingy:91 X is a prototyping platform for cellular IoT based on the nRF9151 System-in-Package. The nRF5340 SoC is primarily used to add USB connectivity to the Nordic Thingy:91 X, where it acts as a USB composite device exposing two UART interfaces of the nRF9151 to a USB host as two CDC ACM devices used for logging and debugging. The Connectivity bridge application also implements a Bluetooth LE UART service which is disabled by default.

    Programming another sample on the nRF5340 will disable the USB connectivity and leave only JTAG interface for programming.

    Kind regards,
    Øyvind

Reply
  • Hello Vinay, 

    The Thingy:91 X is a prototyping platform for cellular IoT based on the nRF9151 System-in-Package. The nRF5340 SoC is primarily used to add USB connectivity to the Nordic Thingy:91 X, where it acts as a USB composite device exposing two UART interfaces of the nRF9151 to a USB host as two CDC ACM devices used for logging and debugging. The Connectivity bridge application also implements a Bluetooth LE UART service which is disabled by default.

    Programming another sample on the nRF5340 will disable the USB connectivity and leave only JTAG interface for programming.

    Kind regards,
    Øyvind

Children
Related