DEV Community

Daniel Ioni
Daniel Ioni

Posted on

🌿 MyZubster v3.5.0: Building a Decentralized Green Tech Ecosystem"


🌿 MyZubster v3.5.0: Building a Decentralized Green Tech Ecosystem

What happens when you combine IoT, embedded hardware, NFC, robotics, AI, blockchain and sustainable gardening into a single open-source project?

That's the idea behind MyZubster.

With version v3.5.0, the project has evolved from a simple software experiment into a broader ecosystem connecting physical devices, software services and community-driven projects.

"The future is green, decentralized and full of possibilities." — Pytho 👽


🌍 What is MyZubster?

MyZubster is an experimental open-source ecosystem designed to connect technology with real-world environmental projects.

The architecture combines:

  • 🌿 Botanical data and plant monitoring
  • 🙏 Community gardens
  • 📡 NFC identification
  • 🤏 Embedded microcontrollers
  • ⚡ Industrial automation
  • 🤖 Robotics
  • 🧠 AI
  • 💰 MYZ and XMR wallet integration
  • 🌐 Web and API services

The goal isn't to build another isolated application.

The goal is to create a system where software, hardware and real-world activity can interact with each other.


📊 Project Status

Metric Status
Version v3.5.0
Repositories 7
Merged PRs 112+
Closed Issues 30+
Contributors 6+
Plants 28
Minerals 5
Franciscan Gardens 1 active
NFC Tags 2
Pinch Devices 2
VFD Devices 2

📡 NFC Integration

One of the major additions in v3.5.0 is NFC integration.

Using Chameleon Ultra, MyZubster can work with NFC-based plant identification and registration workflows.

The system supports:

  • 🔍 NFC tag scanning
  • ✅ Tag verification
  • 📝 Tag registration
  • 📊 Reader status
  • 🌱 Plant identification

Example API:


bash
curl -X POST http://localhost:3001/api/nfc/scan \
  -H "Content-Type: application/json" \
  -d '{"tagId":"04:12:34:56:78:9A"}'
Enter fullscreen mode Exit fullscreen mode

Top comments (0)