DEV Community

Daniel Ioni
Daniel Ioni

Posted on

🛴 Urban Lab: Open-Source Smart Scooters, Monero Payments & MYZ Rewards"

🛴 Urban Lab: Open-Source Smart Scooters, Monero Payments & MYZ Rewards

Hi everyone! 👋

I'm Daniel Ioni, an independent developer and founder of Urban Lab.

Today I want to introduce the idea behind Urban Lab: an experimental open-source sustainable mobility ecosystem combining smart electric scooters, privacy-focused payments, AI services and community-driven development.

The project brings together:

  • 🛴 Open-source hardware
  • 🔐 Monero-based escrow experiments
  • 💰 MYZ community rewards
  • 🧠 AI integration
  • 🐛 GitHub bounties
  • 🌍 Open-source community development

The goal is simple:

Make smart mobility easier to build, understand, repair and improve.


🧠 The Vision

Sustainable mobility should not depend entirely on closed hardware and proprietary software.

We want to explore a model where people can:

  • Build their own smart scooter
  • Customize the hardware and software
  • Repair their vehicle
  • Run their own infrastructure
  • Use privacy-focused payments
  • Contribute to the open-source ecosystem
  • Earn rewards for useful contributions and participation

Urban Lab is an experimental project exploring what a more open mobility ecosystem could look like.


🛠️ 1. Open-Source Hardware

The hardware repository is available here:

https://github.com/DanielIoni-creator/urban-lab-hardware

The repository is intended to contain the building blocks for experimenting with the Urban Lab platform, including:

  • CAD files
  • STL / STEP / SCAD models
  • Bill of Materials
  • Assembly documentation
  • Firmware
  • Electronics documentation
  • Configuration files

The hardware concept is designed around commonly available components where possible.

A prototype configuration may include:

Component Target specification
Motor Brushless ~800W
Battery LiFePO4 48V 20Ah
Target range ~40–60 km
Target speed ~25 km/h
Sensors GPS, accelerometer, gyroscope
Controller ESP32 / compatible MCU

⚠️ These are development targets/specifications for the project and should not be interpreted as certification for road use. Hardware must be independently tested for safety and compliance before real-world deployment.


🔐 2. Monero Escrow

One of the most interesting parts of Urban Lab is the payment architecture.

We are experimenting with a 2-of-3 multisig escrow workflow using Monero.

The basic concept involves three participants:


text
              ┌─────────────┐
              │    BUYER    │
              └──────┬──────┘
                     │
                     ▼
              ┌─────────────┐
              │   ESCROW    │
              │    2-of-3   │
              └──────┬──────┘
                     │
           ┌─────────┼─────────┐
           ▼         ▼         ▼
         BUYER     SELLER     ADMIN
Enter fullscreen mode Exit fullscreen mode

Top comments (0)