Skip to content

o7-machinehum/nRF52_War_Driving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nRF52 War Driving

This a repository dedicated to Bluetooth wardriving on the Nordic nRF52. The idea is to deaddrop the device rather than drive around with it. The nRF52 is a perfect device for wardriving because...

- They're cheap
- They're available
- They're extremely low power

Getting Started

Before getting started, make sure you have a proper Zephyr development environment. You can follow the official Zephyr Getting Started Guide.

Initialization

The first step is to initialize the workspace folder (my-workspace) where the example-application and all Zephyr modules will be cloned. You can do that by running:

# initialize my-workspace for the example-application (main branch)
west init -m https://github.com/Machine-Hum/nRF52_War_Driving --mr main nrf52-wd
# update Zephyr modules
cd nrf52-wd
west update

Build & Run

The application can be built by running:

west build -b $BOARD -s app

where $BOARD is the target board.

west flash

Notes

https://www.geeksforgeeks.org/python-script-to-get-device-vendor-name-from-mac-address/

About

Bluetooth War Driving with the nRF52

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •