/acg-project-mars-probe

Companion repo for the ACG Project: DIY Mars Probe

Primary LanguagePythonMIT LicenseMIT

ACG Project: DIY Mars Probe

AWS Greengrass IoT v2 with a Raspberry Pi Zero W

This repo is the companion to the ACG Project: DIY Mars Probe and a two-part blog published on Code Project.

The Greengrass v2 recipies and basic Python code is provided as a starting point. The idea is that you can fork this repo and start your own experimentation with AWS Greengrass IoT v2. If you see blatant errors, feel free to create a pull request.

Contents

File/Location Description
HardwareSetup.md Contains some more specifics about the hardware used and the process for installing and setting up the hardware libraries and drivers. Also includes some issues I encountered and tips.
src/artifacts The Python code used in the ACG Project and blog articles
src/iam The IAM roles in JSON format used in the ACG Project
src/recipes The recipes used for both custom components in the ACG Project