Project Image

AMonlMed: Research Project

Technologies:

C++ icon

This device is like a weighing scale that tracks the user's progress of drinking medicine. The key feature of this device is that it has an LCD display that shows the number of days and amount of vitamin intake set by the user. The current status of the device is also shown in the LCD and by color-coded LED ring light around the weighing scale.


Components:

  • ESP32 Dev Module Kit
  • Load Sensor
  • HX711
  • RTC Module
  • LCD 20x4
  • LED Ring Light
  • Buttons

The features I did for this ESP32 project are:

  • Weight Handler
  • Day and Intake Setter
  • RTC Module Setter
  • Date and Time Tracker (Even when plugged out)
  • LCD Display
  • Load Sensor Calibrator
  • LED Color Code
  • Data Saver and Fetcher
  • Reset Data
  • Data Monitoring on Serial Monitor