Launched this week

Velxio
Arduino emulator running entirely in the browser
10 followers
Arduino emulator running entirely in the browser
10 followers
It allows you to write Arduino sketches, compile them using arduino-cli, and simulate circuits with a real AVR8 CPU emulator and interactive electronic components. The platform supports multiple boards including Arduino Uno, Nano, Mega, and Raspberry Pi Pico, with peripherals such as GPIO, SPI, I2C, UART, and ADC mapped to visual components. The goal of the project is to create an open-source environment where developers and makers can experiment with Arduino circuits








@new_user__046202456ae06bb833f4538 AVR8 plus RP2040 in the browser makes Velxio feel useful way past a Blink demo. I'd push hard on failure realism next, floating inputs, missing resistors, weird timing edges, because that's what makes a simulator teach the right habits.
@davidmonterocrespo24 @piroune_balachandran Thanks for the feedback! I'm actually working on that right now. I'm adding new features to the simulator along with more components.
One of the things I’m planning is integrating a more complete electronics simulation engine, including things like Ohm’s law and other electrical behaviors, so circuits can behave closer to real life (for example with incorrect wiring, floating inputs, etc.).
The goal is to make the simulator not only useful for quick demos but also a better learning and prototyping tool. Really appreciate the suggestion!
This is very awesome project🙌🏻 I hope there would be "near to realistic" simulation of voltage and current, and there would be warning for possible components damage if there are issues in the circuitry. This would help not just beginners but also other devs who want to simulate/visualize their own projects.
@software_escarlata Thank you! That’s definitely something we’d love to explore. Our goal is to move toward more realistic simulations over time. Really appreciate the feedback!