Book Image

Getting started with Udoo

Book Image

Getting started with Udoo

Overview of this book

Table of Contents (16 chapters)
Getting Started with UDOO
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Managing the chronotherm through Android


When we're building physical applications through the UDOO platform, we have to bear in mind that we can make use of Android components and services to enhance the quality of our projects. Moreover, Android UI elements are more user-friendly and maintainable than the hardware counterpart. For this reason, we will create a software component to manage temperature setpoints instead of the use of potentiometers.

To begin the application prototyping, open Android Studio and start a new application named Chronotherm with Android API 19. During the bootstrap process, choose a Blank Activity called Overview.

Setting up the ADK Toolkit

Before we proceed with the application layout, we need to configure the ADKToolkit for internal communication. Remember to follow these reminders to achieve the correct configuration:

  1. Add the ADKToolkit library dependency in the app/build.gradle file.

  2. Sync your Gradle configuration.

  3. Create the accessory filter file usb_accessory_filter...