Elderly people missing essential medications such as antihypertensives can face serious consequences. To help reduce this risk, I built a simple automatic drug reminder using an ESP32, RTC, and the Twilio API. It sends an SMS to your phone at a set time, with messages like “Take Thyronorm on an empty stomach, ” ensuring both the medicine name and the instructions reach you on time.
This project is part of my ongoing “Smart Drug Box” series, where I’m exploring ways to make medication management easier and more reliable through simple, affordable electronics.
Acknowledgements:I referred to Twilio’s API documentation and community examples while developing this project.
Setup:- Connect the RTC module to ESP32
- Connect ESP32 to Wi-Fi.
- Create a Twilio account and note your Account SID, Auth Token, and Twilio phone number.
- Replace those credentials in the code and upload it using Arduino IDE.











Comments