Another day (of quarantine), another project. Today explore the latest version of the Arduino IoT Cloud (beta). For the hardware we have the following: MKR 1010 MKR ENV Shield ST LPS22HB : atmospheric pressure ST HTS221 : temperature and humidity VISHAY TEMT6000 : Lux of the ambient. VISHAY VEML6075 : UltraViolet wavelengths A / B...


The post Tinkering with Arduino’s IoT Cloud appeared first on Gears of Resistance.


The post Tinkering with Arduino’s IoT Cloud appeared first on Gears of Resistance.

Another day (of quarantine), another project.

Today explore the latest version of the Arduino IoT Cloud (beta).

For the hardware we have the following:

MKR 1010MKR ENV ShieldST LPS22HB : atmospheric pressureST HTS221 : temperature and humidityVISHAY TEMT6000 : Lux of the ambient.VISHAY VEML6075 : UltraViolet wavelengths A / BMicroSD cardBuilt-in RGB LED

We are attempting to use the online editor that Arduino Create provides.

Grab the code from our repo here: https://github.com/GreenShoeGarage/WorkspaceHealthMonitoring

Functional Goals:

Read temperature, humidity, ambient brightnessSend to cloud for display on dashboardAllow user to toggle built-in RGB LED remotelyRecord data as csv every 5 seconds to a microSD card

The post Tinkering with Arduino’s IoT Cloud appeared first on Gears of Resistance.

The post Tinkering with Arduino’s IoT Cloud appeared first on Gears of Resistance.