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

About bidirectional voice communication on nrf51822

Hello

I have a project about voice communication. Trying to do bidirectional voice communication, is there any possible to work on nrf51822

It means whatever via Bluetooth or RF is fine.

I've already checked old question, it seems that low energy Bluetooth not support for A2DP.

Now i have 3 ways want to try 1.using RF&modified gazll library(but i have no source code, is there anyway to get it?) 2.Write a all new one RF portal 3.change chips, and give up everything , I've done before

which one could be better?

Parents
  • If you can do with relatively low data rate (300-400 kbps), Gazell should be fine. You can do bidirectional data transfer out-of-the box, so no modifications should be needed.

    If you want to write an RF protocol from scratch, you may have use in taking a look at this.

Reply
  • If you can do with relatively low data rate (300-400 kbps), Gazell should be fine. You can do bidirectional data transfer out-of-the box, so no modifications should be needed.

    If you want to write an RF protocol from scratch, you may have use in taking a look at this.

Children
No Data