Python library for Bluetooth connectivity from the IOS app to the Raspberry PI Zero
Pre-Requisite: Raspberry Pi, Ubuntu on Native Machine
Setup on Raspberry Pi (Mostly using this)
sudo apt-get install bluetooth bluez
sudo apt-get install bluez python-bluez
sudo apt-get install libbluetooth-dev
sudo hciconfig hci0 piscan
sudo python /usr/share/doc/python-bluez/examples/simple/inquiry.py