Title of Media
This week, my idea focuses on thermal comfort and how architectural design can regulate indoor climate without relying solely on mechanical systems. I care about this idea because thermal comfort is central to sustainable architecture. In hot climates like Egypt, energy consumption for cooling is one of the biggest challenges.
The Idea is simple. Make a desk gadget that turns on automaticly when one start studying. If the light is dim, a task light will be turned on. When it gets to hot, a fan is already in action
Simulation:
TinkerCAD
Aurdino IDE
Implementation:
Electronic kit
Cardboard
Glue Gun
Relay motor
Lamp
Jumper wire
Resistor
Fan
Adapter
LDR Sensor
DHT Sensor
Arduino
Due to the lack of a MotorRelay and DHT component , it was not continued
I started with the LDR
This program reads values from two sensors: a LDR sensor and a DHT temperature and humidity sensor. It first measures the LDR input, displays the reading in the Serial Monitor, and switches an output device off if the value is below a certain threshold, otherwise keeping it on. At the same time, it reads the current temperature and humidity from the DHT. If the temperature rises above 30°C, the system activates a fan; if it is lower, the fan remains off. The program runs continuously, updating the readings and controlling the connected devices every half a second.
It is important to optimize the space next time, so that it can be small can easy to move one the table.
Rewatching the videos
Of course I faced many obstacles but I had to find a way. I watched and rewatched the videos many time to understand how to continue my work.
Obviously while writing codes, there were bug. I could not find what is lacking. The issue was mainly at the DHT sensor coding. As a beginner, I could find the bug, but I was clueless on how to fix them. I copied and pasted the bug in google to see peoples opinion and it did not help. Then I asked my peers to help me. They all helped me but it took some time to finally make the code work.
Most of my problem are mainly inncorrect coding format
Title of Media
The best skill I gained this week is to code independently (not really). Thus in my final project, I do not need to limit myself with the Code blocks. More flexibility were gained which will enhance my Final project.
Title of Media
The coolest thing I learned this week was how powerful the Serial Monitor in Arduino IDE can be. I always thought of it as just a window for text, but now I realize it’s actually a tool that lets me communicate with my Arduino in real time and sending data, testing commands, and debugging projects. It felt like unlocking a “secret conversation” between me and the hardware.
Serial Monitor