/Learning-AWS-IoT

Code files for Learning AWS IoT, published by Packt

Primary LanguageJavaScriptMIT LicenseMIT

Learning AWS IoT

This is the code repository for Learning AWS IoT, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

The Internet of Things market increased a lot in the past few years and IoT development and its adoption have showed an upward trend. Analysis and predictions say that Enterprise IoT platforms are the future of IoT. AWS IoT is currently leading the market with its wide range of device support SDKs and versatile management console.

This book initially introduces you to the IoT platforms, and how it makes our IoT development easy. It then covers the complete AWS IoT Suite and how it can be used to develop secure communication between internet-connected things such as sensors, actuators, embedded devices, smart applications, and so on. The book also covers the various modules of AWS: AWS Greengrass, AWS device SDKs, AWS IoT Platform, AWS Button, AWS Management consoles, AWS-related CLI, and API references, all with practical use cases.

Near the end, the book supplies security-related best practices to make bi-directional communication more secure. When you've finished this book, you'll be up-and-running with the AWS IoT Suite, and building IoT projects.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

var awsConfiguration = {
 poolId: '<cognito-pool-id>', // 'YourCognitoIdentityPoolId'
 host: '<aws-iot-host>.iot.<region>.amazonaws.com', // 'YourAwsIoTEndpoint',
 region: '<region>' // 'YourAwsRegion', e.g. 'us-east-1'
};

Hardware and Software Requirements

The hardware requirements for this book include the following:

  • Raspberry Pi 3
  • Arduino Yún
  • AWS IoT Button
  • SimpleLink™ Wi-Fi® CC3220SF Wireless LaunchPad
  • DHT22 Sensor
  • LEDs
  • Breadboard
  • Jumper cables

The software requirements are as follows:

  • AWS License
  • Arduino Software
  • Python and its libraries
  • Node.js

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788396110