/RaspIoT

AWS IoT Project on Raspberry Pi

RaspIoT

AWS IoT Project on Raspberry Pi

Setup

  1. Created new thing with AWS IOT Linux/Python connection wizard.
  2. Downloaded and unzipped connect_device_package.zip in a new iot/ directory
  3. Installed virtualenv with the command sudo pip install
  4. Created and activated a new venv for the IoT project with the command virtualenv .venv then source .venv/bin/activate
  5. ./start.sh to launch the service