Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.01 KB

freertos-ble-mobile.md

File metadata and controls

34 lines (21 loc) · 2.01 KB

Mobile SDKs for FreeRTOS Bluetooth devices

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.

Android SDK for FreeRTOS Bluetooth devices

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.

iOS SDK for FreeRTOS Bluetooth devices

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

  1. Install CocoaPods:

    $ gem install cocoapods
    $ pod setup
    

Note
You might need to use sudo to install CocoaPods.

  1. 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.