You can use the Mobile SDKs for FreeRTOS Bluetooth Devices to create mobile applications that interact with your microcontroller over Bluetooth Low Energy. The Mobile SDKs can also communicate with AWS services, using Amazon Cognito for user authentication.
Use the Android SDK for FreeRTOS Bluetooth Devices to build Android mobile applications that interact with your microcontroller over Bluetooth Low Energy. The SDK is available on GitHub.
To install the Android SDK for FreeRTOS Bluetooth devices, follow the instructions for "Setting up the SDK" in the project's README.md file.
For information about setting up and running the demo mobile application that is included with the SDK, see Prerequisites and FreeRTOS Bluetooth Low Energy Mobile SDK demo application.
Use the iOS SDK for FreeRTOS Bluetooth Devices to build iOS mobile applications that interact with your microcontroller over Bluetooth Low Energy. The SDK is available on GitHub.
To install the iOS SDK
-
Install CocoaPods:
$ gem install cocoapods $ pod setup
Note
You might need to use sudo
to install CocoaPods.
-
Install the SDK with CocoaPods (add this to your podfile):
$ pod 'FreeRTOS', :git => 'https://github.com/aws/amazon-freertos-ble-ios-sdk.git'
For information about setting up and running the demo mobile application that is included with the SDK, see Prerequisites and FreeRTOS Bluetooth Low Energy Mobile SDK demo application.