Skip to content

VijitSingh97/hubOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth_files_TPCaps

Python library for Bluetooth connectivity from the IOS app to the Raspberry PI Zero

SETUP

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

An Good example on GATT

Use this

A Good Demo which I referred first of all

Use this

Some random examples, I feel they maybe useful later on (To Integrate Notify for constant reading between time intervals)

Use this

And this

Helpful for Integration with MySQL Later

Use this

And this

Helpful Project for how to define characteristics

Use this

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published