Skip to content
/ Meduino Public

Meduino is an open-source, IoT-powered smart pill dispenser system designed to automate medication schedules for up to 3 separate compartments

Notifications You must be signed in to change notification settings

qppd/Meduino

Repository files navigation

💊 Meduino

Smart IoT Pill Dispenser App
Arduino + Firebase + Android for automated medication scheduling.


📱 About Meduino

Meduino is an open-source, IoT-powered smart pill dispenser system designed to automate medication schedules for up to 3 separate compartments. It combines:

  • Android mobile app interface
  • Firebase Realtime Database
  • Arduino-controlled dispenser (Arduino R4)

This system helps ensure medication adherence through scheduled dispensing, alerts, and a simple UI for caregivers or patients.


✨ Features

  • Add, edit, and delete pill schedules (date + time)
  • Control up to 3 dispensers (A, B, C)
  • Realtime schedule sync with Firebase
  • Easy-to-use Android app UI

🚀 Getting Started

🔧 Requirements

  • Android Studio (Flamingo or later)
  • Arduino IDE
  • ESP32 or Arduino board + RTC + Servo motor
  • Firebase project (Realtime Database)

📲 Android Setup

  1. Clone the repo:

    git clone https://github.com/qppd/Meduino.git
  2. Open android-app in Android Studio

  3. Add your Firebase google-services.json file inside:

    android-app/app/google-services.json
    
  4. Build and run the app on your device.

🔥 Firebase Structure (Sample)

{
  "dispensers": {
    "A": {
      "2025-07-25T08:00": true
    },
    "B": {
      "2025-07-25T12:00": true
    },
    "C": {}
  }
}

🛠️ Built With

  • 💚 Android (Java)
  • 🔥 Firebase Realtime DB

🤝 Contributing

We welcome contributions! To contribute:

  1. Fork the repo
  2. Create a feature branch: git checkout -b feature/YourFeature
  3. Commit your changes
  4. Push to your branch
  5. Create a Pull Request

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🙋‍♂️ Author

Made with ❤️ by QPPD
Star ⭐ this repo if you find it useful!

About

Meduino is an open-source, IoT-powered smart pill dispenser system designed to automate medication schedules for up to 3 separate compartments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages