minor updates
1 parent 7a2a497 commit 74e38ffec0562d11fd27a3658a47372069c83faa
0xRoM authored on 22 Aug 2023
Showing 1 changed file
View
7
Setup_Pi_for_BLE.txt
- Setup Pi for BLE -
 
sudo apt-get install bluez bluez-tools python-bluez (gives us hcitool & gatttool + python imports for bluez)
sudo apt-get install bluez bluez-tools python3-bluez (gives us hcitool & gatttool + python imports for bluez)
 
### install bleah ###
cd /opt
git clone https://github.com/evilsocket/bleah.git
git clone https://gitlab.com/kalilinux/packages/spooftooph.git
cd spooftooph/
make
make install
 
 
### restart bluetooth device ###
sudo hciconfig hci0 down && sudo hciconfig hci0 up
Buy Me A Coffee