Give your succulent some smarts by building an internet-connected plant monitor with Amazon AWS IoT and CircuitPython.
This smart-planter monitors your plant's vitals on the PyPortal's screen, logs data to Amazon AWS IoT, and sends an email to your inbox when your plant needs to be watered!
Using Amazon AWS IoT with CircuitPython allows you to prototype internet-of-things projects faster than ever before. With CircuitPython, you're able to instantly provision your device for AWS IoT by dragging and dropping certificates/keys.
We've adapted the excellent Monitoring Soil Moisture with AWS IoT And Raspberry Pi guide on the AWS IoT Developer Guide to work with CircuitPython on microcontrollers.
AWS IoT
AWS IoT is an IoT service for those looking for an incredibly scalable and secure Internet-of-Things (IoT) service.
Integration with the AWS Ecosystem
Connect your CircuitPython device to integrate with Amazon Web Services such as Amazon S3, AWS Lambda, Amazon Kinesis, and more!
Security
We've tried all the major IoT cloud service providers, and AWS IoT offers a higher level of security. This is due to features such as secure device provisioning, access-resource policies for device MQTT feeds, and a service to continuously monitor and report potential security threats.
CircuitPython
CircuitPython is perfect for building Internet-of-Things projects. This project uses the ESP32SPI CircuitPython library, which can use the ESP32 as a WiFi-coprocessor.
We've built an CircuitPython AWS IoT helper module to make interacting with AWS IoT incredibly simple. Provisioning CircuitPython devices is as simple as adding your device certificate and private RSA key to a file.
You can rapidly update your code without having to compile and store WiFi information and AWS IoT device configuration on your microcontroller. This means that there's no editing code and re-uploading whenever you move the PyPortal to another network - just update a file and you're set.
Prerequisite Guides
This is an intermediate-level CircuitPython guide. If you're new to CircuitPython, take a moment to walk through the following guides to get you started and up-to-speed:


Page last edited March 08, 2024
Text editor powered by tinymce.