Hardware Made Simple

Aillo is an open-source modular hardware platform that makes building electronic systems as simple as snapping blocks together. No soldering. No coding. Just plug, connect, and create.

The Platform

How It Works

At the core of every Aillo system is a main board powered by an ESP32-S3 microcontroller. The board provides a grid of slots where modules can be placed.

Modules are self-contained circuits built around ESP32-C3 chips. Each serves a specific purpose — from buttons and LEDs to sensors and motor drivers. They connect via pogo pins and are automatically detected.

The Aillo mobile app connects to the board via BLE. Using a visual drag-and-drop interface, you design the logic — all without writing code.

Button
LED
Sensor
Relay
Display
Motor
Technology

Architecture

ESP32-S3 Board

Main controller with BLE, ADC multiplexing, and RS485 bus

ESP32-C3 Modules

Self-contained peripherals with automatic slot detection

RS485 Bus

Industrial-grade wired protocol between board and modules

BLE Connectivity

Wireless connection between mobile app and board

Hot-Swap Detection

Voltage dividers detect module presence and rotation

Per-Slot Power

Independent Vmain (3.3V) and Vaux (5-30V) rails per slot

100% Open Source

Firmware, hardware designs, mobile apps, and this website — all available on GitHub. Fork it, modify it, contribute. The platform is yours.