A stir plate with a twist. It packs a DHT22 which reads temp and humidity. It has a manual and auto mode through Particle Cloud. This allows to publish the temp and humidity to Particle Cloud and automatic speed control of the fan as well.
These instructions will get you a copy of the project on your local machine for development and testing purpose.
The Particle CLI is required to compile, and deploy the project.
npm install -g particle-cli
Install VS Code by following the instructions here.
Install the following extensions to Visual Studio Code
To get you started, here is the breadboard setup.
To develop, open the folder in Visual Studio Code and hack along. Once ready to compile, simply hit CTRL-SHIFT-B. To publish, hit CTRL-SHIFT-P, select Task compile and it will be published to the Core.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details.