Questions tagged [lightblue]

Light Blue is software to help run a photography business

See the Light Blue homepage for more info

10 questions
5
votes
2 answers

How to install either pybluez or LightBlue on OSX 10.9 (Mavericks‎)

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…
Zardaloop
  • 1,594
  • 5
  • 22
  • 43
2
votes
0 answers

Connect to LightBlue peripheral mode

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,…
prohuutuan
  • 230
  • 2
  • 7
2
votes
1 answer

LightBlue on OS X 10.8: method signature mismatch

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…
Jon Gauthier
  • 25,202
  • 6
  • 63
  • 69
1
vote
1 answer

Android App Bluetooth / LightBlue Bean

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…
1
vote
1 answer

ImportError: No module named Foundation (lightblue)

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…
Ghost
  • 1,426
  • 5
  • 19
  • 38
0
votes
0 answers

Sending AT cmd to BLE OBDII device

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…
A J
  • 31
  • 1
  • 5
0
votes
0 answers

Python lightblue module on mac osx

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…
0
votes
1 answer

macOS L2CAP Bluetooth sockets

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…
unixb0y
  • 979
  • 1
  • 10
  • 39
0
votes
1 answer

How to use Lightblue bean to associate with Arduino?

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.F
  • 1
  • 1
0
votes
0 answers

python delay init object bug

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) …
abbas-h
  • 392
  • 1
  • 4
  • 18