This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Transmit only BLE hardware

Are there any nordic ICs that only have transmit capabilities? Would there be any power benefit to only supporting transmission if the application only needs to transmit (like iBeacon)?

Parents
  • Hi Amit

    We stopped doing transmit only devices a long time ago, there simply isn't that much to save in terms of chip cost by removing the RX chain.

    All our current devices are transceivers (TX and RX capable) , but you can still use them in a transmit only fashion to reduce the average power if you want.

    That said, our current BLE stacks will always use the receiver when advertising to pick up possible scan and connection requests. If you want to do transmit only broadcasting with a Nordic device today you would have to bypass the BLE stack and control the radio directly.

    Cheers Torbjørn

Reply
  • Hi Amit

    We stopped doing transmit only devices a long time ago, there simply isn't that much to save in terms of chip cost by removing the RX chain.

    All our current devices are transceivers (TX and RX capable) , but you can still use them in a transmit only fashion to reduce the average power if you want.

    That said, our current BLE stacks will always use the receiver when advertising to pick up possible scan and connection requests. If you want to do transmit only broadcasting with a Nordic device today you would have to bypass the BLE stack and control the radio directly.

    Cheers Torbjørn

Children
Related