Skip to content
Tech News
← Back to articles

Velxio 2.0 – Emulate Arduino, ESP32, and Raspberry Pi 3 in the Browser

read original more articles
Why This Matters

Velxio 2.0 revolutionizes embedded development by enabling users to emulate multiple microcontroller boards directly in their browser. Its open-source, multi-architecture support simplifies testing and prototyping without physical hardware, making embedded development more accessible and efficient for both enthusiasts and professionals.

Key Takeaways

Velxio: Arduino & Embedded Board Emulator

Live at velxio.dev

A fully local, open-source multi-board emulator. Write Arduino C++ or Python, compile it, and simulate it with real CPU emulation and 48+ interactive electronic components — all running in your browser.

19 boards · 5 CPU architectures: AVR8 (ATmega / ATtiny), ARM Cortex-M0+ (RP2040), RISC-V RV32IMC/EC (ESP32-C3 / CH32V003), Xtensa LX6/LX7 (ESP32 / ESP32-S3 via QEMU), and ARM Cortex-A53 (Raspberry Pi 3 Linux via QEMU).

Support the Project

Velxio is free and open-source. Building and maintaining a full multi-board emulator takes a lot of time — if it saves you time or you enjoy the project, sponsoring me directly helps keep development going.

Platform Link GitHub Sponsors (preferred) github.com/sponsors/davidmonterocrespo24 PayPal paypal.me/odoonext

Your support helps cover server costs, library maintenance, and frees up time to add new boards, components, and features. Thank you!

Try it now

https://velxio.dev — no installation needed. Open the editor, write your sketch, and simulate directly in the browser.

... continue reading