© Charles Bell 2017

Charles Bell, MicroPython for the Internet of Things, https://doi.org/10.1007/978-1-4842-3123-4_10

10. Project 3: Plant Monitoring

Charles Bell

(1)Warsaw, Virginia, USA

One of the most common forms of IOT projects are those that monitor events using sensors providing the data either to another machine, cloud service, or local server (like an HTML server). One way to do that is to wire your MicroPython board up to a set of sensors and then log the data. You can find several examples of general data loggers on the Internet, but few combine the logging of data with a visualization component. Indeed, making sense of the data is the key to making a successful IOT solution.

In this project, we will explore combining data logging with ...

Get MicroPython for the Internet of Things: A Beginner’s Guide to Programming with Python on Microcontrollers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.