Water Drinking Reminder w Raspberry Pi Pico

Water Drinking Reminder w Raspberry Pi Pico

Have you guys ever drink less water in a day or rarely drink water from time to time. This project will solve your problem. A project that reminds you to drink water based on the time you set according to your choice of options.

In this tutorial, We’re gonna make a water drinking reminder with Raspberry Pi Pico using CircuitPython. All we need is a Raspberry Pi Pico with a Maker Pi Pico Base.

Hardware Required

1. Maker Pi Pico

2.  USB Micro B Cable

Getting Started

In this tutorial, we will use Thonny editor and CircuitPython to write the code for this project. If you are not familiar with Thonny, check out the video below:

 

Code

You can download the code here: code.py

 

Demo Video

You may view the demo here: https://photos.app.goo.gl/ZvGo6PupiVy39umG7

 #Note: you can change the buttons with your 2 button options from these Pins: (GP20,GP21,GP22)

                                      

 

 

 

 

 

 

#Note: For the time change, make sure that your time value MUST be in SECONDS

(convert minute to seconds: Value divided by 60)

 (convert hour to seconds: Value divided by 3600)

 

Testing: you can view the Shell monitor from thonny to see if it works. Press the start button at pin GP20 so that your monitor can show this as a result~

Hardware Components


Related Posts

Water Drinking Reminder w Raspberry Pi Pico

Water Drinking Reminder w Raspberry Pi Pico

This tutorial helps you to make a water-drinking reminder with Raspberry Pi Pico onboard the Maker Pi Pico Board using Circuitpython with Thonny IDE...