I have tried to install both of pybluez and LightBlue on OSX10.9 but I am getting error.
Does anyone has managed to install any of these on Mavericks?
I am getting this error for LightBlue :
=== BUILD TARGET LightAquaBlue OF PROJECT…
I used LightBlue app on an IOS Devices (iPhone 4s, iOS 6.1.3) in peripheral mode and another IOS device (iPhone 4s, iOS 6.1.3) in a central mode.
I'm using BTLE Transfer example code from Apple, it's working properly on these two devices. However,…
I'm using Nickolay Yegorov's port of LightBlue for OS X 10.8. Immediately upon importing the lightblue module, I get the following error:
Traceback (most recent call last):
File "commander.py", line 3, in
import lightblue
File…
I am a newbie and I can not seem to get connected to a LightBlue Bean. Below is what I have but mBean.connect(this, myBeanListener); doesn't seem to connect. I keep getting a "Context context" error but this is the example at…
Im trying to use the lightblue module for python, i installed it without problem, but when i try to import it, it gives me the error "ImportError: No module named Foundation" used inside lightblue. I've searched for that module (Foundation) but i…
I am building an app but I wanted to test the device before start coding.
The device that I am using is veepeak BLE OBDII. I can connect to it using other popular apps with no issue e.g. CarScanner.
When using LightBlue app (BLE testing app), I can…
I am trying to install and use light-blue for Bluetooth and I am getting errors when I use it. i am on mac osx mojave
I tried reinstalling and everything I could find and it's not working
This is the error
Traceback (most recent call last):
File…
I need to open Bluetooth sockets on Mac.
LightBlue seemed great but then it turned out that in the Mac version, everything having to do something with L2CAP is just not implemented and pretty surely, Mac doesn’t support the (implemented) RFCOM.
When…
I am a newbie that I want to use Lightblue bean to associate with arduino. But the problem is I can't get the Arduino app because of the unclick form. I check the version of arduino by wonder but it didn't work and the problem still confused me.
Be…
I am confused.
I coded this code
if __name__ == '__main__':
channel=None
devices = finddevices()
print 'devices %s'%devices
for d in devices:
print d[0]
ser=findservices(addr=d[0],name=None,servicetype=OBEX)
…