SMART INSTALL NRF24-BTLE-Decoder ON WINDOWS WORKSTATION AND VMWARE WITH HackRF

by GiamMa-based researchers in Circuits > Tools

1662 Views, 4 Favorites, 0 Comments

SMART INSTALL NRF24-BTLE-Decoder ON WINDOWS WORKSTATION AND VMWARE WITH HackRF

1.jpg

NRF24-BTLE-Decoder with HackRF quick and easy installation.

Tools used:

  • VMware Workstation Player
  • GNU Radio Live SDR Environmento
  • mriiluz/NRF24-BTLE-Decoder


Install Requirements:

Windows system machine with 4gb of ram and dual core processor, hackrf or rtl sdr device.

Pre Installation

2.jpg

Pre Installation

  • Download GNU Radio Live SDR Environment 3.7.11
  • Download VMware Workstation Player
  • Install VMware Workstation Player
  • Start VMware Workstation Player
  • Create a new virtual machine , installer disc image file (iso) with GNU Radio Live SDR Environment image
  • Open virtual machine
  • Install NRF24-BTLE-Decoder
  • Download nrf24_demod.grc.zip from Link: https://wiki.bitcraze.io/misc:hacks:hackrf

Installation

3.jpg

Installations code:

git clone https://github.com/omriiluz/NRF24-BTLE-Decoder

cd NRF24-BTLE-Decoder

cd bin

ls

mkfifo /tmp/fifo

grc file and GnuRadio:

Download nrf24_demod.grc.zip from Link: https://wiki.bitcraze.io/misc:hacks:hackr ,

UnZip and copy in to bin directory ( NRF24-BTLE-Decoder/bin)

Running

TEST - SMART INSTALL NRF24-BTLE-Decoder ON WINDOWS WORKSTATION AND VMWARE WITH HackRF

Running


Step 1:

open terminal in the bin directory and insert:

cat /tmp/fifo | ./nrf24-btle-decoder -d 1

Step 2:

Open with GnuRadio grc file "nrf24_demod.grc" and "Executive the flow graph" .