Jeremy Storer
Jeremy Storer
I have got it working in my version - [https://github.com/storerjeremy/Facebot](https://github.com/storerjeremy/Facebot) This is what I did: - Changed the message url back to desktop version - Added in a whole lot...
@Dgameman1 I just tested it and It doesn't seem to be working for me either. I assume Facebook have changed some things up. Ill try and have a look at...
I can probably do this when I get a little free time
Hi, Thanks for your quick response. That makes sense. The IMU chip I am using is a Bosch BNO055 which does sensor fusion in the hardware and outputs Euler Angles...
@axtscz Yes it will, I am currently connecting to a raspberry pi running a RFCOMM server based on [this](https://github.com/kuri65536/python-for-android/blob/master/python-modules/pybluez/examples/simple/rfcomm-server.py)
@mvellon I don't think there is anything magical about the UUID you should be able to use any. But to get my pi python app to work, be discoverable and...
No worries. I've only used it with Android so far. I feel like SPP may not be supported on IOS
@mvellon Did you end up getting it to work with IOS?
@pstanton `BluetoothSerial.write()` should definitely work. Is your RFCOMM server expecting a delimiter such a \n? Give [this RFCOMM server](https://github.com/kuri65536/python-for-android/blob/master/python-modules/pybluez/examples/simple/rfcomm-server.py) a go.
I am using essentially the python RFCOMM server I posted above and all I am doing in my RN app after connecting is setting up a listener with a newline...