DEV Community

Daniel Ioni
Daniel Ioni

Posted on

🌿 MyZubster v3.5.0: The Decentralized Green Ecosystem Is Complete! πŸš€"

🌿 MyZubster v3.5.0: The Decentralized Green Ecosystem Is Complete! πŸš€

After months of intensive development, MyZubster v3.5.0 is here.

What started as an experimental project has evolved into a complete ecosystem combining:

  • 🌿 Botany β€” 28 plants across 4 historical eras
  • πŸͺ¨ Mineralogy β€” 5 minerals from Ancient Egypt
  • πŸ™ Community gardens β€” Franciscan gardens and volunteers
  • πŸ’° Blockchain β€” MYZ and XMR wallets
  • πŸ“‘ NFC β€” Chameleon Ultra integration
  • 🀏 Embedded systems β€” Moddo Pinch support
  • ⚑ Industrial automation β€” VFD motor control
  • 🏭 Edge computing β€” Forlinx AM62L32 gateway
  • πŸ€– Robotics β€” autonomous gardening systems
  • 🧠 AI β€” Pytho AI and AI Companion
  • 🌐 Web3 β€” decentralized marketplace infrastructure

"The future is green, decentralized and full of possibilities!" β€” Pytho πŸ‘½


πŸ“Š Project Statistics

Metric Value
Version v3.5.0
Repositories 7
Merged PRs 112+
Closed Issues 30+
Contributors 6+
Releases v1.0.0 β†’ v3.5.0
Registered Plants 28
Registered Minerals 5
Franciscan Gardens 1 active
NFC Tags 2
Pinch Devices 2
VFD Devices 2
Forlinx Gateways 1

🏭 Industrial Edge Computing

One of the biggest additions in v3.5.0 is the integration of a Forlinx AM62L32 industrial SBC.

The goal is to move part of the MyZubster ecosystem closer to the physical world.

The industrial gateway can handle:

  • ⚑ VFD control
  • 🌑️ Sensor data
  • 🌱 Garden automation
  • πŸ“‘ MQTT communication
  • πŸ”„ Modbus integration
  • 🧠 Edge computing
  • πŸ“Š Industrial dashboards

The architecture looks like this:


text
                    MyZubster Gateway
                           β”‚
                           β–Ό
                  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                  β”‚ Forlinx AM62L32 β”‚
                  β”‚ Industrial Edge β”‚
                  β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                           β”‚
              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
              β–Ό            β–Ό            β–Ό
           Sensors        VFD        MQTT/Modbus
              β”‚            β”‚            β”‚
              β–Ό            β–Ό            β–Ό
           🌱 Plants    βš™οΈ Motors    🌐 Network

This makes it possible to connect software, AI and blockchain infrastructure with real-world automation.

⚑ VFD Integration

MyZubster can now interact with Variable Frequency Drives for motor automation.

The system supports:

Start/stop commands
Automatic control
Sensor-based automation
Motor management
API-based control

Example:

curl -X POST \
  http://localhost:3001/api/vfd/VFD-001/start

Automatic control:

curl -X POST \
  http://localhost:3001/api/vfd/VFD-001/autocontrol

The long-term goal is to use sensor data to automatically control irrigation, ventilation, pumps and other garden infrastructure.

🀏 Moddo Pinch Integration

Another interesting part of v3.5.0 is the integration of the Moddo Pinch.

At approximately 10.5 Γ— 10.9 mm, it is designed for extremely compact embedded applications.

In MyZubster, Pinch can act as a tiny IoT node for plants.

It can collect:

🌑️ Temperature
πŸ’§ Soil moisture
β˜€οΈ Light level
🌱 Plant identification
πŸ“‘ Device telemetry

Example registration:

curl -X POST \
  http://localhost:3001/api/pinch/register \
  -H "Content-Type: application/json" \
  -d '{
    "deviceId": "PINCH-001",
    "plantId": "Tomato",
    "owner": "Garden"
  }'

Send sensor data:

curl -X POST \
  http://localhost:3001/api/pinch/data \
  -H "Content-Type: application/json" \
  -d '{
    "deviceId": "PINCH-001",
    "temperature": 24.5,
    "soilMoisture": 68,
    "lightLevel": 780
  }'

Small hardware, large ecosystem.

"Size is not the measure of an idea." β€” Pytho πŸ‘½

πŸ“‘ NFC + Chameleon Ultra

MyZubster also includes NFC integration.

The system supports:

πŸ” NFC tag scanning
βœ… Tag verification
πŸ“ Tag registration
πŸ“Š NFC status monitoring

Example:

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

NFC can be used to associate physical objects, plants or devices with records inside the MyZubster ecosystem.

πŸ’° MYZ + XMR Wallets

The ecosystem also includes wallet functionality.

Users can have:

πŸ’° MYZ balance
πŸͺ™ XMR balance
πŸ“œ Transaction history
πŸ’Έ MYZ payments
πŸ” XMR-related functionality

Example API endpoints:

GET  /api/auth/wallet/:id
POST /api/auth/wallet/myz/add
POST /api/auth/wallet/xmr/add

The idea is to connect real-world participation with a digital incentive layer.

🧠 Pytho AI

Pytho is the AI layer of the ecosystem.

Current functionality includes:

DeepSeek integration
Intent recognition
Conversation memory
Multilingual support
AI Companion integration

The AI can interact with the rest of the ecosystem instead of existing as an isolated chatbot.

That means the same ecosystem can connect:

        🧠 Pytho AI
             β”‚
     β”Œβ”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”
     β–Ό       β–Ό        β–Ό
   🌱 IoT   πŸ€– Robot  ⚑ VFD
     β”‚       β”‚        β”‚
     β””β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”˜
             β–Ό
       🌐 MyZubster
             β”‚
       β”Œβ”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”
       β–Ό           β–Ό
     πŸ’° MYZ       πŸͺ™ XMR
πŸ€– AI Companion

MyZubster also includes an experimental physical AI Companion based on ESP32 hardware.

The concept combines:

ESP32
OLED display
Microphone
Speaker
Wi-Fi
Pytho AI

The goal is simple:

Take an AI assistant out of the browser and put it into the physical world.

πŸ™ Franciscan Gardens

One of the most unusual parts of MyZubster is the integration of Franciscan community gardens.

The ecosystem supports:

Garden registration
Plant registration
Volunteer tracking
MYZ rewards
Plant monitoring
Community participation

The first registered garden is:

Orto San Francesco β€” Rimini, Italy

The project combines technology with something very simple:

🌱 growing things
🀝 working together
πŸ™ caring for the community
πŸ’» building open-source technology

🌿 The Botanical Database

MyZubster also includes a historical botanical layer.

Currently:

28 plants

Across four different eras:

Era Plants
Ancient Egypt β€” 3000 BC   6
Rome β€” 1500   5
England β€” 1800    8
Future β€” 2124 5

And:

5 minerals

Including:

Gold
Copper
Turquoise
Granite
Alabaster

The project uses these elements to create a fictional "time-traveling" botanical experience around the ecosystem.

πŸ› οΈ Technology Stack
Backend:
  - Node.js
  - Express
  - JWT
  - bcrypt
  - JSON database

Frontend:
  - HTML
  - CSS
  - JavaScript
  - Material UI
  - PWA

AI:
  - Pytho AI
  - DeepSeek

Blockchain:
  - Monero (XMR)
  - MYZ

Embedded:
  - ESP32
  - Moddo Pinch
  - Arduino

Industrial:
  - Forlinx AM62L32
  - VFD
  - MQTT
  - Modbus

NFC:
  - Chameleon Ultra

Robotics:
  - Raspberry Pi
  - ROS
  - Arduino
πŸ“‘ API Overview
Industrial
GET  /api/forlinx/status
POST /api/forlinx/vfd/control
POST /api/forlinx/sensors
POST /api/forlinx/automation
GET  /api/forlinx/dashboard
VFD
POST /api/vfd/:id/start
POST /api/vfd/:id/stop
POST /api/vfd/:id/autocontrol
Pinch
POST /api/pinch/register
POST /api/pinch/data
GET  /api/pinch/devices
NFC
POST /api/nfc/scan
POST /api/nfc/verify
POST /api/nfc/register
Wallet
GET  /api/auth/wallet/:id
POST /api/auth/wallet/myz/add
POST /api/auth/wallet/xmr/add
Gardens
POST /api/orti-francescani/register
POST /api/orti-francescani/:id/plants
πŸš€ Get Started

Clone the project:

git clone https://github.com/DanielIoni-creator/I-ECO-01.git
cd I-ECO-01

Install dependencies:

npm install

Start the Gateway:

cd gateway
npm start

Start the Portal:

cd ../portal
npm start

The project is designed to be extended by developers, hardware enthusiasts, researchers and makers.

🌍 Open Source

The entire project is available on GitHub:

MyZubster / I-ECO-01

https://github.com/DanielIoni-creator/I-ECO-01

Release:

https://github.com/DanielIoni-creator/I-ECO-01/releases/tag/v3.5.0

πŸ™ Thank You

A huge thank you to everyone who contributed to the project:

DanielIoni-creator β€” Creator & Lead Developer
laurentketterle-hub β€” Monero + Tari integration
Aming9303 β€” Robot escrow
foxxx009 β€” Drone & NFC
jdjioe5-cpu β€” Fusion Power integration
Parrocchia San Gaudenzo, Rimini β€” First Franciscan garden
Don Francesco β€” For the trust
All volunteers and contributors β€” For the work, ideas and support
πŸ‘½ Pytho Says

"The journey has been long, but it was worth it. MyZubster is now a complete ecosystem β€” green, decentralized and ready for the world."

"From Italy to the world, from tiny microcontrollers to industrial machines, the future of green technology has no boundaries." πŸŒΏπŸ€–

"Plant a seed in blessed soil. It will grow with care, community and code." πŸŒ±πŸ™

🌿 What's Next?

v3.5.0 is not the end.

It's the foundation for what comes next.

The next steps include expanding:

🌱 IoT deployments
πŸ€– autonomous robotics
🧠 AI capabilities
⚑ industrial automation
πŸ“‘ NFC infrastructure
πŸ’° decentralized incentives
🌍 community gardens
πŸ”§ open-source hardware

The ecosystem is built. Now it's time to grow it.

πŸš€ Join MyZubster

If you're interested in:

IoT
AI
robotics
blockchain
embedded systems
industrial automation
open-source hardware
sustainable technology

come build with us.

🌿 MyZubster v3.5.0 is ready.

πŸ‘½ Pytho is waiting.

πŸš€ Let's grow the future together.

#blockchain #iot #opensource #web3 #sustainability #gardening #robotics #monero #nfc #embedded #industrial #myzubster

Enter fullscreen mode Exit fullscreen mode

Top comments (0)