I ca pair the device with passcode 000000, but then i can't connect to it. The property page of the device (on Win7 pc), in bluetooth services tab, show 'unknown service'
OK, i've read something about BLE. It works in a different way than previous versions, there is no SPP profile but everyone can build his own custom service to transmit custom data.
http://en.wikipedia.org/wiki/Bluetooth_low_energy
https://devzone.nordicsemi.com/question ... e-for-ble/
There are some apps in play store that can scan and read data from ble devices, for example BLE Tool (https://play.google.com/store/apps/deta ... tool&hl=en)
BLE connection
Re: BLE connection
There is no pairing procedure for BLE device. You can do it like with a BT 2.1 device on your android device.
Re: BLE connection
I also have the similar problem!!
I'm trying to develop an app using Android studio,
trying to connect Freematics ONE(ATmega328p) via samsung galaxy s3 and s5
I've already get device name(Bluno) and address, by coding "BluetoothSocket socket = device.createInsecureRfcommSocketToServiceRecord(UUID)"
but get an error in line "socket.connect();"
btw, I following code like this
http://android-er.blogspot.com/2015/07/ ... -with.html
Do you have any suggestions or could you give me for example code to connect the OBD with android.
sorry for my poor english.
Thank you
I'm trying to develop an app using Android studio,
trying to connect Freematics ONE(ATmega328p) via samsung galaxy s3 and s5
I've already get device name(Bluno) and address, by coding "BluetoothSocket socket = device.createInsecureRfcommSocketToServiceRecord(UUID)"
but get an error in line "socket.connect();"
btw, I following code like this
http://android-er.blogspot.com/2015/07/ ... -with.html
Do you have any suggestions or could you give me for example code to connect the OBD with android.
sorry for my poor english.
Thank you
Re: BLE connection
Are you using V3 or V4?
Re: BLE connection
Should I have to use GATT profile to develop my app?
please suggest me what to do..
many thanks
please suggest me what to do..
many thanks
Re: BLE connection
For V4, details about the BLE access can be found from the DFRobot Bluno page.
http://dfrobot.com/index.php?route=prod ... ct_id=1044
http://dfrobot.com/index.php?route=prod ... ct_id=1044
-
- Posts: 1
- Joined: Thu Feb 16, 2017 9:10 am
Re: BLE connection
There is an app for iOS that makes using the HM-10 easy to use. It is for a single pin output. There is also a link the sketch for it. I used it with Arduino Nano, HM-10, a Relay, junction box, and an outlet to turn my room light off at night without getting out of my bed. The app is FatBeard HM10 here https://itunes.apple.com/us/app/fatbear ... 32512?mt=8