For my application , i am writing IOS app to send command to TX2 baord like switch on / switch Off …etc.
But i am not able to connect only to my IOS mobile.
Is their any way to connect to IOS (iphone bluetooth)?
How to send commands to TX2 board using bluetooth?
The Tx2 board is able to pair with android mobile using bluetooth successfully, but could not communicate (like sending or receiving any files/commands )
The Tx2 board is not able to detect & pair with iOS mobile using bluetooth.
we have developed iOS app to send any commands to operate the Tx2 baord over bluetooth. but due to detecting & pair issues. We are not able to proceed ahead . Kindly help!
I am using CoreBluetooth and CBPeripheral class for detecting bluetooth in iOS app.
Even with iPhone default Bluetooth search(settings-> Bluetooth) for bluetooth device in following devices like iPhone 5s, iPhone 6s, iPhone 6s Plus, iPhone 7 Plus devices is not getting detected {in settings-> Bluetooth also.}
Apologizes for reply after many days, as i was stuck in other work related TX2.
Yeah i am able to see tegra in iphone.
I have one question, i want to sent commands and data via bluetooth to TX2.but when i went through the supported profiles of bluetooth in TX2 are a2dp,avrcp.
But for my application i need Attribute Profile (ATT) profile to be supported.
Question.
how can i an enable ATT profile in TX2 board. ?
(for both android and iphone)
To connect your iOS app to a TX2 board via Bluetooth, follow these steps:
Enable Bluetooth on TX2: Ensure that Bluetooth is enabled and properly configured on your TX2 board.
Use CoreBluetooth Framework: In your iOS app, use Apple’s CoreBluetooth framework to discover and connect to Bluetooth devices.
Pair Devices: Make sure your iPhone and TX2 board are paired. Go to Settings > Bluetooth on your iPhone and pair with the TX2.
Send Commands: Implement the communication logic using Bluetooth services and characteristics to send commands like switch on/off from your iOS app to the TX2 board.