bluew icon indicating copy to clipboard operation
bluew copied to clipboard

Bluew is a simple and easy to use bluetooth API for python

Results 7 bluew issues
Sort by recently updated
recently updated
newest added

``` sim6@lunarstone:~$ mkvirtualenv -p /usr/bin/python3 bluew Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /home/sim6/.virtualenvs/bluew/bin/python3 Also creating executable in /home/sim6/.virtualenvs/bluew/bin/python Installing setuptools, pkg_resources, pip, wheel...done. virtualenvwrapper.user_scripts...

Hey, i try to scan for devices and i run into following error: ``` bluew.devices() Traceback (most recent call last): File "", line 1, in File "/tmp/bluew/api.py", line 32, in...

I like your lib ! Its work and great but i need to reconnect to device who go away and come back to BLE point ! No events, how i...

Is there a possibility to enable / disable controller power? I'm not really sure why, but after bluew.remove()-ing a device I have to disable and re-enable my bluetooth adapter to...

Hi, I'm getting some errors from time to time, e.g.: ``` devices = bluew.devices() for i in devices: print(i) ``` Result: ``` Traceback (most recent call last): File "/usr/lib/python3.5/code.py", line...

bug

Currently bluew only offers a client API, but it would also be interesting to add a Server API, so you can write BLE servers just as easily. Anybody interested in...

help wanted

This would allow users to call bluew.devices() and know for sure that the devices were just found and are not just cached.

enhancement