The project uses an Arduino Nano ESP32 board with a temperature/humidity sensor and a photoresistor to make some simple measurements of the surroundings.
The development kit used for this project is a Arduino Nano ESP32, and the documentation refers to that module. However, any ESP32 (or IoT) board should do the trick.
In order to replicate the project, you will need to follow the circuit (sorry, no schematics for the moment) and install the files.
This is an IoT project: you need to provide the secrets for the connection!
Connect the temperature/humidity sensor (DHT22) to the pin D7, and the photoresistor to the pin A2.
cmb => Arduino sketch folder ├── cmb.ino => main Arduino file ├── thingProperties.png => IoT definitions └── ReadMe.adoc => this file