Embedded Programming with Arduino

For programming the Arduino, we started by learning how to light up a light emitting diode. After that, we started on our final project.

This project had me and my groupmate rifky assigned to do the wiring and coding for the Arduino. The major things we had to focus on was the I2C backpack, The LCD and the Thermister. one thing we had to take note of was that we needed to download libraries to use in order for our code to work.
so first, we decided to do the code for the LCD.


Following the LCD, we decided to code the thermister/DHT next

Lastly, we combined the two simpler codes to make a slightly more complex code to enable the LCD to display the temperature that the DHT sensor is reading.