Shini
Explorer
Hey folks,
I’ve been planning a personal project with the Raspberry Pi Pico W to help with something important—building a reliable medicine reminder and notification device. This is especially crucial for me because I recently had a transplant, and keeping up with immunosuppressants and other medications is vital for recovery. Now a phone could do this job for me but since I am in post transplant isolation , I might as well try to do something new and fun!
I'm not an expert in electronics or coding, but I know enough to figure things out, and I enjoy putting together practical solutions using microcontrollers. I wanted to share what I’ve been planning so far, and get your feedback or suggestions.
The goal of the project is to create a compact, standalone device that will remind me to take specific medicines at certain times of the day. The device should have:
Hardware I’m planning to use (all sourced from Robocraze):
Since the Pico W has Wi-Fi, I’d like to make use of that and maybe send a simple message or notification to my phone (or my parents) when a medicine is taken or skipped. What's the best way to do this over Wi-Fi from the Pico W using MicroPython? I was thinking of Telegram bots but I'm not sure about reliability or how much power that would drain.
Please do comment and provide any valuable input that could help me in this project!
Thank you!
PS: This device is something I’m building for myself. I had a transplant last month, and I need to take several medications multiple times a day—especially immunosuppressants, which are extremely time-sensitive and critical for keeping the transplant safe.
I’ve been planning a personal project with the Raspberry Pi Pico W to help with something important—building a reliable medicine reminder and notification device. This is especially crucial for me because I recently had a transplant, and keeping up with immunosuppressants and other medications is vital for recovery. Now a phone could do this job for me but since I am in post transplant isolation , I might as well try to do something new and fun!
I'm not an expert in electronics or coding, but I know enough to figure things out, and I enjoy putting together practical solutions using microcontrollers. I wanted to share what I’ve been planning so far, and get your feedback or suggestions.
The goal of the project is to create a compact, standalone device that will remind me to take specific medicines at certain times of the day. The device should have:
- A real-time clock (RTC) to keep accurate time
- Some logging to record if/when a medicine was taken
- A buzzer for audio alerts
- Buttons to acknowledge the alert or snooze it
- Wi-Fi connectivity to optionally push notifications to my phone or home network
- Possibly a display that shows the current time and the next medicine schedule.
Hardware I’m planning to use (all sourced from Robocraze):
- Raspberry Pi Pico W H
- DS3231 Real Time Clock (RTC) Module
- 0.96in 6-pin OLED Display
- 3V CR3028 Lithium-ion Rechargeable Battery
- TP4056 Lithium Battery Charging Module
- MT3608 Step-Up Boost Converter Module
- Buzzer Module
- Push Buttons ×2
- Resistors, some Jumper Wires, and a Breadboard.
Since the Pico W has Wi-Fi, I’d like to make use of that and maybe send a simple message or notification to my phone (or my parents) when a medicine is taken or skipped. What's the best way to do this over Wi-Fi from the Pico W using MicroPython? I was thinking of Telegram bots but I'm not sure about reliability or how much power that would drain.
Please do comment and provide any valuable input that could help me in this project!
Thank you!
PS: This device is something I’m building for myself. I had a transplant last month, and I need to take several medications multiple times a day—especially immunosuppressants, which are extremely time-sensitive and critical for keeping the transplant safe.