This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2540/41 as voice transceiver

Other Parts Discussed in Thread: CC2540, CC2541, CC2510, CC8520

Hello

I want to design a device with the size of a watch that can call to another person who is on a pc several meters away (or via the pc to a SIP server).
the call will be always be an emergency call, so there will not be a lot of calls in a year. as the device is very small i want to use a coin cell battery for this.

my question is can i use the CC2540/41 for this? i want to use this because it can last long on a coin cell battery. 

Regards

Tim Claeys

  • Hi Tim,

    Currently (BLEv1.2.1), the maximum measured throughput is around 6kB/s which is not suitable for voice transfer.

    You could however send a "Alert" notification or something like that, with at least 10-100 meters using a integrated PCB or chip antenna. If you'd want longer range, you would have to go with an dipole antenna.

    Best Regards

  • Hi.

    Could i use the use the proprietary mode in the 2541 to transfer voice? and keep the low power specifications when not in a call?
     

    Regards

  • Hi Tim,

    Yes of course. In fact, using CC2541 completely in proprietary mode,  will be even lower power than using it in Bluetooth low energy mode. But the you'll loose all the good the comes with Bluetooth low energy, such as interoperability with smart phones and so on. You would also have to write the software on your own.

    Best Regards

  • Hello Nick,

    I suppose technically you could send voice, you just couldn't send it in real time.  That is probably not what Tim is looking for. I was thinking of a BLE station where someone could leave a short voice message, state their first name or say a word for authentication or even say their email address.

  • Hi 

    It needs to be real time so  i will probably use the proprietary mode. 
    Is there an example project with proprietary mode available ?

    Regards 

  • You can take a look at the following post.  It has an example of two-way communication.  It may work for you. http://e2e.ti.com/support/low_power_rf/f/156/p/90490/314829.aspx#314829

    Also, Design Note DN402 - Simple Audio Loopback for CC25xx should be helpful. 

    http://www.ti.com/lit/an/swra138/swra138.pdf

  • Okay. My silly question is, why not use the CC2510, as there is already plenty of code for audio transmission?

    Ron

  • Or have a look at the CC8520 it is made to transmitt wireless audio :-)