Functions allow structuring the Program in segments of code to perform a task. The typical case for creating a function is when one needs to perform
Mini Weather Station using DHT11 and LCD 16×2 interfaced with Arduino
Posted on by Rolan Gaspar Pereira
Lets put together two of our modules, i.e. the DHT11 and the LCD16x2. What happens when we get both the modules together? We get a mini-weather s
How to interface LCD16x2 with Arduino (with and without I2C Module) ?
Posted on by Rolan Gaspar Pereira
Here is another simplified project to connect the LCD 16x2, I have included both the methods.
Direct interfacing of LCD 16x2 on ArduinoInterfa