This shows you the differences between two versions of the page.
pm:prj2025:abirlica:macedoniu.pacuraru [2025/05/29 21:57] macedoniu.pacuraru [Results] |
pm:prj2025:abirlica:macedoniu.pacuraru [2025/05/29 22:20] (current) macedoniu.pacuraru [Bibliography/Resources] |
||
---|---|---|---|
Line 123: | Line 123: | ||
===== Conclusions ===== | ===== Conclusions ===== | ||
+ | Working on this project was both challenging and fun. At first, I wasn’t sure if everything would work together, especially the SIM800L module, which needed a lot of trial and error to set up properly. I also had to be careful with wiring and power, since I didn’t want to damage any components. | ||
+ | |||
+ | I learned a lot about how to use interrupts, how UART communication works, and how to read data from the DHT11 sensor. I also got some practice debugging both hardware and software issues, which sometimes took a while but felt great once they were solved. | ||
+ | |||
+ | In the end, I managed to build a system that detects high temperatures, triggers an alarm, and sends an SMS alert. It even has a button to silence the alarm, which works using interrupts. | ||
+ | |||
+ | Even though it’s a simple version, I think it’s a good starting point, and I’m happy with how it turned out. With more time, I’d like to improve the design and maybe add more features. Overall, it was a great learning experience. | ||
===== Bibliography/Resources ===== | ===== Bibliography/Resources ===== | ||
+ | [[https://newbiely.com/tutorials/esp8266/esp8266-dht11|ESP8266 with DHT11 – Newbiely guide]] | ||
+ | – A detailed tutorial on how to connect and read temperature from a DHT11 sensor using the ESP8266. | ||
+ | |||
+ | [[https://lastminuteengineers.com/sim800l-gsm-module-arduino-tutorial/|SIM800L GSM Module with Arduino – Last Minute Engineers]] | ||
+ | – A complete guide for using the SIM800L module to send SMS messages via AT commands. | ||
+ | |||
+ | [[https://arduino-esp8266.readthedocs.io/en/latest/reference.html|ESP8266 Interrupts – Official Documentation]] | ||
+ | – Official Arduino documentation on using interrupts. | ||
+ | [[https://www.theengineeringprojects.com/2020/09/lm2596-buck-converter-datasheet-pinout-features-applications.html|LM2596 datasheet and guide]] | ||
+ | – Technical overview of the LM2596 buck converter module |