New hardware prototyping tools
An ex‑SpaceX engineer released a beta IDE that generates wiring diagrams, board‑specific code and one‑click uploads for hundreds of popular microcontrollers from natural‑language prompts, aiming to speed hardware prototyping. Separately, DFRobot highlighted Velxio, an open‑source in‑browser simulator for Arduino/ESP32/RPi wiring and code that removes the need for physical hardware during early testing ( ).
Building with microcontrollers usually means two jobs at once: wiring parts on a breadboard and writing code that matches the exact board and pins. New tools released this month try to collapse both steps into a single browser prompt or simulation window. (velxio.dev, arduino.cc) A microcontroller is the small computer inside boards such as Arduino, Espressif Systems’ ESP32, and Raspberry Pi Pico. Each board has different pins, memory limits, and upload methods, so moving from an idea to a working prototype often means checking datasheets, redrawing wiring, and reconfiguring software tools. (arduino.cc, community.st.com) One new entrant is a beta integrated development environment, or coding workspace, from Ari Wasch, whom contact databases list as having worked at SpaceX and Rivian and now serving as chief technology officer at 3E8 Robotics. In a post on X, Wasch said the tool can generate wiring diagrams, board-specific code, and one-click uploads for hundreds of popular microcontrollers from natural-language prompts. (rocketreach.co, x.com) The pitch is speed: describe a project in plain English, get a diagram that shows what connects where, then send firmware to the board without manually assembling a toolchain. That approach mirrors a wider shift in electronics software, where browser tools and artificial-intelligence assistants are being added to traditional design flows. (x.com, flux.ai, blog.arduino.cc) A separate project, Velxio, tackles a different bottleneck: needing physical hardware before you can test basic logic. Velxio runs an emulator in the browser, letting users place virtual boards and components, compile code, and watch the circuit respond without plugging in a real Arduino, ESP32, or Raspberry Pi. (velxio.dev, github.com) Velxio says it currently supports 19 boards across five processor families, including Arduino Uno, ESP32, ESP32-C3, Raspberry Pi Pico, and Raspberry Pi 3B. Its site says the simulator runs locally in the browser, includes a Monaco code editor, a serial monitor, a library manager, and more than 48 visual components such as displays, servos, buzzers, and sensors. (velxio.dev, github.com) DFRobot, a supplier of maker and education hardware, amplified Velxio in an April 2026 X post as a way to test Arduino, ESP32, and Raspberry Pi projects before buying or wiring parts. Independent coverage from CNX Software and Hackster described the project as open source and noted that it can be self-hosted, which distinguishes it from cloud-only simulators. (x.com, cnx-software.com, hackster.io) That puts these releases on two sides of the same prototyping problem. One tool tries to turn a text description into the right wiring and firmware for real boards; the other lets developers rehearse the build in a browser before any board arrives on a desk. (x.com, velxio.dev) Neither approach removes the hard parts of embedded engineering, such as power design, timing, radio performance, or manufacturing constraints. But for early-stage tasks like blinking an LED, reading a sensor, or checking pin assignments, the new workflow is increasingly “prompt first” or “simulate first,” not “buy hardware first.” (community.st.com, velxio.dev, blog.arduino.cc) The immediate test is whether these tools save enough setup time to become part of everyday hardware work. If they do, the first version of many embedded projects may start as a sentence in a prompt box or a circuit on a virtual breadboard, not a pile of jumper wires. (x.com, velxio.dev)