1

I am working on developing blocks for Decoding and demodulating Bluetooth signal and then to show the sequence of 1s of 0s in demodulated signal.

I am trying to build blocks in GNURadio.

My question is : Is decoding Bluetooth previously built in GNU like photos or do we need to code it in python and build block by yourself?

Alexander L. Hayes
  • 3,892
  • 4
  • 13
  • 34

1 Answers1

0

My question is : Is decoding Bluetooth previously built in GNU like photos ...

Yes, gr-bluetooth is an open source OOT(out of tree) module for gnuradio that implements bluetooth.

See also Decoding Bluetooth signal and packets using GnuRadio

Vasil Velichkov
  • 1,236
  • 11
  • 17