Android Question Bluetooth BLE Iridium Edge

ervano

Member
Licensed User
Longtime User

Attachments

  • Iridium-Edge-Solar1.png
    Iridium-Edge-Solar1.png
    47.1 KB · Views: 45

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi,
I have a problem with connection between android to catch BLE from Iridium Edge Device.
any advise for this model? I am beginner for B4A.

reference: https://www.iridium.com/products/iridium-edge-solar/

Thanks for any help
start by using the nRF App to check the basic information of the module Iridium Edge

Next, use the BLE example to start developing your own app
 
Upvote 0

ervano

Member
Licensed User
Longtime User
start by using the nRF App to check the basic information of the module Iridium Edge

Next, use the BLE example to start developing your own app
Thank you for the advise. I'd tried nRF only get data module.
Bluetooth connection are establish. But i don't know how to send sos with at command.
I am ready to treat a cup of coffee :)
 
Upvote 0

ervano

Member
Licensed User
Longtime User
ViewPostIme pointer 0
ViewPostIme pointer 1
startLeScan(): null
STATE_ON
uid=10579(b4a.sos_ies) identical 1 line
STATE_ON
BLE support array set: 010011
Start Scan with callback
onScannerRegistered() - status=0 scannerId=14 mScannerId=0
Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=5 res=0x1 s={true 500858863616} ch=false
Found: , 77:88:19:E0:87:97, RSSI = -94, (MyMap) {1=[B@f94b371, 10=[B@b630556, -1=[B@b4da9d7, 0=[B@d1b02c4}
Found: , 31:E9:AB:3B:1C:B9, RSSI = -77, (MyMap) {-1=[B@6f015ad, 0=[B@ba220e2}
Found: , F0:C7:7F:31:0F:D3, RSSI = -96, (MyMap) {1=[B@ad90c73, 6=[B@4278730, -1=[B@f255fa9, 0=[B@bc5692e}
Found: , CB:F3:03:4F:93:E7, RSSI = -94, (MyMap) {-1=[B@adfccf, 0=[B@435e65c}
Found: , 53:8D:56:99:E7:49, RSSI = -97, (MyMap) {1=[B@e4b4d65, 10=[B@8c2ea3a, -1=[B@13796eb, 0=[B@9690c48}
Found: , 7D:30:81:B9:75:8E, RSSI = -96, (MyMap) {1=[B@b285ae1, -1=[B@6e57006, 0=[B@276b6c7}
Found: 70075636, CC:6A:CB:D9:C0:96, RSSI = -82, (MyMap) {1=[B@d26a4f4, -1=[B@86ec41d, 9=[B@2588692, 0=[B@f9df863}
My Device Selected: 70075636 (CC:6A:CB:D9:C0:96)
stopLeScan()
STATE_ON
STATE_ON
Stop Scan with callback
 
Upvote 0
Top