because why not?
Project Room Environment Module (PR_REM) is a Arduino-based project meant to deep dive into Particle's PaaS environment with the goofy intent of "understanding the environment of my bedroom." The module tracks environmental data such as temperature, humidity, and light level for analysis through a web client dashboard application, which can also send messages to the physical module.
Most hardware sourced from Elegoo Arduino Super Starter Kit
- Arduino Uno R3 (Elegoo copy)
- Particle Argon
- Photoresistor
- 16x2 LCD Screen
- 10k Ohm Potentiometer
- Switch buttons
- DHT-11 Sensor with simplified board
Light [type is TBD]In later product release?
- π· Particle ~ IoT PaaS that handles internet-based interactions such as sending data to 3rd party databases
- π Google Sheets ~ Google's spreadsheet platform, used to place data (in other words, used as a temporary database). Uses Google Apps Scripts for handling data posts.
- π© Arduino ~ Popular, public domain microcontroller environment to prototype electronic designs easily using C/C++
- β ReactJS ~ Popular framework for developing dynamically changing websites
Dedicated Instructables page will be made a few weeks after project conclusion