Top
Best
New

Posted by dmcrespo 2 days ago

Velxio 2.0 – Emulate Arduino, ESP32, and Raspberry Pi 3 in the Browser(github.com)
136 points | 43 commentspage 2
GCUMstlyHarmls 2 days ago|
The container instructions has `-d` in it, but note that after booting the container it downloads another, I don't know, 300+mb more (its still downloading as I write), so if you can't connect that's why.

Might be better to not include `-d` in the instructions?

dmcrespo 2 days ago|
Good catch!!! thanks for pointing that out

The container pulls additional assets on first run (mainly emulation dependencies), which is why there's extra downloading even with -d.

You're right that it can be confusing. I'll update the instructions to make this clearer (and probably remove -d so users can see what's happening)

mvkel 2 days ago||
This is fantastic. I am doing my first-ever consumer electronics product and this would save a lot of soldering time
dmcrespo 2 days ago|
That’s awesome — and exactly the kind of use case I had in mind

Being able to iterate without constantly flashing hardware can save a lot of time early on.

If you end up trying it in your workflow, I’d love to hear how it goes

urbandw311er 2 days ago||
This is a great idea. It’s always been inconvenient requiring access to the physical board just to be able to test these sort of projects.
dmcrespo 2 days ago|
Exactly,that’s the idea. Not having to flash the chip a thousand times just to see if everything works. The goal is to let you test the setup as fast as possible, ideally without installing anything locally
flymasterv 2 days ago||
Awesome. Is there any chance of getting MicroPython or CircuitPython support?
dmcrespo 2 days ago||
I’m currently working towards that.

The Raspberry Pi emulation already runs Python, and I’d like to extend that into proper MicroPython / CircuitPython support for microcontrollers as well

It’s a bit tricky depending on the board/emulator, but definitely a priority!

triilman 2 days ago||
I like this Idea but I don't want to use this. I know what kind of prompt U using to create this one: "Create something like Wokwi and make it local"
dmcrespo 2 days ago|
Fair enough , though there’s quite a bit of low-level work behind it (emulation cores, QEMU integration, protocol timing, etc)

Definitely inspired by existing tools, but trying to push further into full multi-board emulation and local-first workflows

orangmisterius 2 days ago||
Abang
dmcrespo 1 day ago|
Thanks, appreciate it! Glad you like it
suwsixect 2 days ago||
Great project! Now all there is left to do is a VS Code plugin. Also make it play nice with platform io.
dmcrespo 2 days ago|
[flagged]
dmcrespo 2 days ago||
[dead]
mertleee 2 days ago|
[dead]