Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

ArrowElectronics/aws-iot-device-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to aws-iot-thing-sdk!

The Arrow AWS IoT Starter Kit powered by Amazon AWS. This document will help you setup your device to use Amazon AWS IoT services. Currently supports (DragonBoard , Beaglebone)

DragonBoard

For DragonBoard related instructions please follow the steps in DragonBoard Instructions before continuing.

Sample Applications

DragonConnect

Connects and communicates with the DragonBoard™. Written in C and integrating a 2-way MQTT channel through Amazon AWS, DragonConnect reads/writes to Ubuntu file handlers allowing control of on-board IO.

The quick getting started guide and source code for the project is available at GitHub.

DragonPulse

Utilizes NodeJS, MQTT protocol, and Amazon AWS services, to interact with Ubuntu shell commands. Extract performance and summary statistics to remotely monitor top CPU consumption, memory usage, network traffic, and disk space.

The quick getting started guide and source code for the project is available at GitHub.

Beaglebone

For Beaglebone related instructions please follow the steps in Beaglebone Instructions before continuing.

Sample Applications

Ti SensorTag

Utilizes NodeJS, MQTT protocol, and Amazon AWS services, to interact with bluetooth low energy TI sensor tags to capture available sensor data includes, but not limited to IR thermopile temperature, 9-axis motion, digitial humidity, altimeter/pressure, ambient light, buzzer, magnet sensor, and digital microphone.

The quick getting started guide and source code for the project is available at GitHub.

Obtain Amazon Access Key

Please have this information ready. In order for the aws-cli to connect to your aws-account it needs to be configures with your access Key ID and region:

  • Log into your AWS account [http://amazon.com/aws](Amazon AWS)
  • Navigate to "My Account">"Security Credentials" to create the Access Key
  • Click on "Access Keys (AccessKey ID and Secret Access Key)
  • Click on "Create New Access Key", then use the information provided to fill out the configuration
  • NOTE: it seems that AWS has IoT enabled only in the us-east-1, us-west-2, eu-west-1, and ap-northeast-1 regions

Download and install the Arrow Electronics AWS-demo

$ cd ~
$ git clone https://github.com/ArrowElectronics/aws-iot-device-sdk.git 
$ cd aws-iot-device-sdk/scripts
$ ./install.sh

The installer will attempt to detect the device used and then ask for a default path to install software into. The default is /home/linaro/projects for DragonBoard and /home/debian/projects pressing {Enter} will use the defaults

Appendix

Test AWS client by using the following command

$ aws help

If it returns with 'Could not find executable name "groff"', please install

$ sudo su
$ apt-get install groff

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.