greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.95k stars 433 forks source link

Capture other signals #344

Closed XxSwiftflamexX closed 5 years ago

XxSwiftflamexX commented 5 years ago

How can you use the ubertooth to capture signsls other than Bluetooth? Such as: 802.11 FHSS (1MBit) and Some proprietary 2.4GHz wireless devices from the FAQ

mikeryan commented 5 years ago

You will have to write custom firmware to speak to other wireless devices. See this code for example of talking to a proprietary 2.4 GHz electric skateboard:

https://github.com/greatscottgadgets/ubertooth/blob/master/firmware/bluetooth_rxtx/ego.c

mikeryan commented 5 years ago

Closing this because I think the above covers it. Feel free to reopen if you have further questions.