贪玩蓝月有人玩吗过HackRF One吗

Ubertooth One - Hak5 Gear
Ubertooth One
The Ubertooth One is an opensource Bluetooth test tool from Michael Ossmann. It is the world's first affordable Bluetooth monitoring and development platform and is a fully open source product (both hardware and software).
Commercial Bluetooth monitoring equipment starts at about $10,000. Project Ubertooth seeks to produce an affordable platform that can be used for Bluetooth monitoring and for the development of new Bluetooth and wireless technologies
Low-cost off-the-shelf Wi-Fi adapters have supported monitor mode for years, and the technique has found diverse uses in security research, troubleshooting, product development, intrusion detection, and more. Unfortunately, there has never been an equivalent tool for Bluetooth before Ubertooth One, a fully open source platform (both hardware and software).
You can find out more about Project Ubertooth on my
and at the .
Add to Cart
Architecture
RF connector: connects to test equipment, antenna, or dummy load.
RF front end.
wireless transceiver.
ARM Cortex-M3 microcontroller with Full-Speed USB 2.0.
USB A plug: connects to host computer running Kismet or other host code.
2.4 GHz transmit and receive.
Transmit power and receive sensitivity comparable to a Class 1 Bluetooth device.
(10-pin 50-mil JTAG).
In-System Programming (ISP) serial connector.
expansion connector: intended for inter-Ubertooth communication or other future uses.
six indicator LEDs.
Ubertooth One was designed in , an open source electronic design automation software package, with surface mount components suitable for .
Demonstration
Michael Ossmann presented
Download the . Ubertooth One Spectrum Analyzer / Microwave Interference Demo from
Related Items
Sign Up for our Newsletter
Subscribe to our newsletter and always be the first to hear about what is happening.
Top Pen-Testing Devices
o Powerful platformso Industry standardso Easy to use
Hak5 Gear equips IT gurus and Penetration Testers. WiFi Audits, Network Implants and Physical Access Mayhem - since 2005 it's Hak5 Gear.版权声明:如果网站侵犯了您的合法著作权宜,请发送邮件至我,经核实后,我会在24小时内删除该资源!打造你自己的hackrf one,刷固件详细步骤 - CSDN博客
打造你自己的hackrf one,刷固件详细步骤
hackrf one的介绍如下:
摘自作者BLOG:
HackRF One from Great Scott Gadgets is a Software Defined Radioperipheral capable of transmission or reception of radio signalsfrom 10 MHz to 6 GHz. Designed to enable test and development ofmodern and next generation radio technologies, HackRF One is an
opensource hardware platform that can be used as a USB peripheral orprogrammed for stand-alone operation.
10 MHz to 6 GHz operating frequencyhalf-duplex transceiverup to 20 million samples per second8-bit quadrature samples (8-bit I and 8-bit Q)compatible with GNU Radio, SDR#, and moresoftware-configurable RX and TX gain and baseband filtersoftware-controlled antenna port power (50 mA at 3.3 V)SMA female antenna connectorSMA female clock input and output for synchronizationconvenient buttons for programminginternal pin headers for expansionHi-Speed USB 2.0USB-poweredopen source hardware
下面详细介绍如何自己打造:
下载源码:git clone /mossmann/hackrf,下载安装GIT 客户端略。
编译源码:
同步libopencm3库
git submodule init
git submodule update
cd firmware/libopencm3
如果没有安装ARM编译器还需要下载ARM-TOOL
cd ../hackrf_usb
make -e BOARD=HACKRF_ONE
采购元件:
在 /hackrf/doc/hardware下有BOM单,hackrf-one-bom.cvs有这个单就可以向digikey,mouser下单,只需要根据型号,购买合适的数量即可
在/hackrf/doc/hardware 下有个 hackrf-one-gerbers文件夹,将这个文件夹直接压缩成rar发给PCB加工厂即可,一般下单5片以上,由于作者的PCB是4层板,价格在 400以上
如果工艺选择沉金工艺价格在500以上,看具体的工厂报价。
当然如果不想花钱自己做PCB,还可以在淘宝上直接购买已经打样好的PCB购买地址:
由于元件很小,所以焊接比较困难,建议的工具防静电焊台,低温焊膏,风枪,松香,有这几样足够应付了。
源码的WIKI有详细介绍和已经编译好的固件:
自己编译刷机:
需要下载 dfu-util
git clone git://gitorious.org/dfu-util/dfu-util.git
cd dfu-util
刷DFU注意,不是USB插上就能直接刷机的,需要将板子引导进DFU模式,具体操作方法是:
按住RESET键,和DFU键,然后依次松开RESET键,DFU键就进入了DFU模式,这个时候如果是在WINDOWS下就能在驱动列表里面看到NXP DFU。
如果在WINDOWS下刷机需要下载NXP的DFU驱动:
执行命令:
dfu-util -D ../firmware/hackrf_usb/hackrf_usb_ram.dfu
刷机正常能看到USB, RF, 1V8& 这3个LED会点亮,说明刷机成功。
这时候不要急于重新启动,现在只是刷到了主芯片里面,并没有刷到FLASH里面,但是在WINDOWS下又需要安装驱动,这个驱动可以通过SDRSharp来获得:
在sdrsharp文件夹下有zadig.exe这个文件是根据操作系统由SDRSHARP自动下载对应的版本。
安装完驱动可以看到hackrf one的USB了。
hackrf_spiflash -w ../firmware/hackrf_usb/hackrf_usb_rom_to_ram.bin
重启板子即可。
这个只能在ubuntu真机下刷,WINDWOS我没有成功过。
hackrf_cpldjtag -x ../firmware/cpld/sgpio_if/default.xsvf
成功之后会看到LED闪烁。
好了一切就绪就尽情使用吧.
附HACKRF-TOOLS for windows版本下载链接:
本文已收录于以下专栏:
相关文章推荐
第一句有个GNU Radio的超大包,对飞机应该没啥用,自行处理……
sudo apt-get install hackrf libhackrf-dev libhackrf0 gnuradio g...
从第一部2G数字手机出现在市场上到现在不到20年。90年代中期开始流行短信交流,然后GSM和GPRS为基础的调制解调器开始涌现,然而那时的连接速率很慢只有几kbps。这就是无线数字革命的开端...
用了GNURADIO FM发射之后,一直以来想写个HackRF Windows下的发射机程序,但是苦于对IQ调制的理解一直没有动手,
前端时间在github网站上看到了一份关于HACKRF FM的源码...
1.1 实时信号
这本书讲的是如何把RTL-SDR用在MATLAB和Simulink中,来处理真实信号,这意味着你可以接收到你身边实际的信号。我们会讲到许多发射机和接收机的理论和实现方法,包括模拟通信...
HackRF One硬件架构和性能参数
本文内容、开发板及配件仅限用于学校或科研院所开展科研实验!
之前在网上几个网站上看到过很多题为《狗汪汪玩转无线电 -- GPS Hacking (上)》的博客,但是一直手里没有适用于HackRF的...
Windows下Git的安装与配置(Cygwin)
Git应该是目前最火热的源代码管理软件,虽然是从Linux中走出来的,但在Windows端的表现也是非常抢眼,大有取代SVN之势。...
接触hackrf快一个月了,hackrf的程序大多都是在ubuntu下biany
他的最新文章
讲师:宋宝华
讲师:何宇健
您举报文章:
举报原因:
原文地址:
原因补充:
(最多只允许输入30个字)

我要回帖

更多关于 仙侠世界2有人玩吗 的文章

 

随机推荐