Application code for the hackster.io Reinventing Healthy Space contest
🏠 Homepage
✨ Demo
The application consists of a set of c++ and c code in a platformio project. Steps to recreate the application are as follows:
Make sure you have Visual Studio Code and Platformio installed.
Generate an sdkconfig
Clone the Repositories:
git clone https://github.com/stantonious/mot-model
git clone https://github.com/stantonious/mot-components
git clone https://github.com/cyxl/QQ-app
Open Visual Code at the root of the QQ-app repository.
code QQ-app/
Update the sdkconfig using menuconfig
pio run -t menuconfig
# Update the following to be unique
QQ MQTT Config -> QQ Client ID
# Update the following with your WiFi Config
WiFi Configuration -> SSID
WiFi Configuration -> WiFi Password
Request (or generate) QQ certificates for AWS IoT connectivity and copy to:
.../QQ-app/certs
Build and flash your device
👤 cyxl
- Github: @cyxl
👤 stantonious
- Github: @stantonious
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!