πΏ 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
Top comments (0)