|
From: Dominic S. <dom...@gm...> - 2014-05-22 17:33:09
|
On 22 May 2014 15:40, Michael Mehari <meh...@gm...> wrote: > > My problem was to assign specific ubertooth devices to a specific spectrum band. For example, Ubertooth dev 1 to BT_channel 1-15, . . . > I looked inside the sniffer source code (ubertooth-rx) and it seems it only has two options. Either set to a specific channel or the entire 79 bluetooth channels? > > So my question is, it is possible to configure the ubertooth device to a specific range of BT channels? It's not possible with the current firmware, but would be possible with some firmware modifications. You could add a control message that set the limited set of channels (or use the set_afh_map command) and then set the desired hopping method. I assume you're not trying to follow a connection, but are more interested in monitoring a section of the spectrum? So you want to break the spectrum up in to six parts and use an Ubertooth in sweep mode in each? Have you also considered using a software defined radio implementation? You would still need multiple radio devices (such as HackRF), but it may be an interesting alternate angle to the problem. Thanks, Dominic |