News

The ESP32-S3 is on the higher end of the spectrum when it comes to performance and capabilities, and I recently picked one up ...
The DHT20 is a humidity and temperature sensor. The sensor has a fixed address of 0x38. It is not known if the address can be changed. The library must be initiated by calling the begin() function.
This library allows your Arduino to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation. The ...