Application - AWS IoT

出自 flip the world
於 2020年7月7日 (二) 13:57 由 Tommy (對話 | 貢獻) 所做的修訂
前往: 導覽搜尋
  • Setup your AWS CLI installation
    • sudo apt install awscli
  • Go to IAM service to get the Access keys
    • aws configure
$ aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: json
  • AWS development package - boto3
    • pip install tornado nose
    • pip install boto3
  • Get AWS FreeRTOS
  • Create IoT thing
    • vim freertos/tools/aws_config_quick_start/configure.json
    • cd freertos/tools/aws_config_quick_start
    • python SetupAWS.py setup
  • Reference

https://docs.aws.amazon.com/zh_tw/freertos/latest/userguide/getting_started_espressif.html