<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Velxio Blog</title><description>Velxio Blog — software development, engineering and technology articles in 9 languages.</description><link>https://velxio.dev/</link><item><title>Connect Claude Code or Codex to your Velxio project</title><link>https://velxio.dev/blog/posts/connect-ai-agent/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/connect-ai-agent/</guid><description>Velxio Pro can now connect your own AI agent — Claude Code or OpenAI Codex — to a saved project over MCP. Your agent builds the circuit and writes the firmware from your terminal, and it appears live on the Velxio canvas.</description><pubDate>Wed, 26 Aug 2026 14:44:38 GMT</pubDate></item><item><title>DFRobot and Velxio: the UNIHIKER, HuskyLens and six Gravity sensors you can try before you wire anything</title><link>https://velxio.dev/blog/posts/dfrobot-partnership/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/dfrobot-partnership/</guid><description>DFRobot supports Velxio. Their UNIHIKER M10, the HuskyLens AI camera and the Gravity line (ECG, mmWave presence, CO gas, pH, soil moisture, offline voice recognition) are in the catalog with 42 examples. This post is about what a simulated sensor is good for, and it starts with a clock.</description><pubDate>Wed, 19 Aug 2026 01:10:00 GMT</pubDate></item><item><title>Pimoroni supports Velxio: the Badger 2350 e-paper badge, in a browser tab</title><link>https://velxio.dev/blog/posts/pimoroni-partnership/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/pimoroni-partnership/</guid><description>Pimoroni is supporting Velxio, and three of their RP2350 boards are in the catalog: the Badger 2350, the Pico Plus 2 W and the Galactic Unicorn. The Badger even boots its real factory firmware in the browser. Here is what you can do with them today, starting from a to-do list on simulated e-paper.</description><pubDate>Wed, 19 Aug 2026 01:00:00 GMT</pubDate></item><item><title>M5Stack in Velxio: the Cardputer ADV and Core run M5Stack&apos;s own examples in the browser</title><link>https://velxio.dev/blog/posts/m5stack-partnership/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/m5stack-partnership/</guid><description>M5Stack supports Velxio, and their hardware is now in the catalog: the Cardputer ADV, the M5Stack Core and the Chain LED matrices, with 27 examples that include M5Stack&apos;s official sketches running unmodified. Here is how to try them, what each board does in the simulator, and where the partnership goes from here.</description><pubDate>Wed, 19 Aug 2026 00:30:00 GMT</pubDate></item><item><title>Seeed Studio hardware comes to Velxio: XIAO boards, the Round Display, Grove and ReSpeaker in your browser</title><link>https://velxio.dev/blog/posts/seeed-studio-partnership/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/seeed-studio-partnership/</guid><description>Velxio and Seeed Studio are working together. Five XIAO boards, the Round Display for XIAO, the Grove Smart IR Gesture Sensor and the ReSpeaker Lite are now in the Velxio catalog, with 22 ready-to-run examples. This post shows what you can do with them, starting from an analogue clock on the Round Display.</description><pubDate>Tue, 18 Aug 2026 06:00:00 GMT</pubDate></item><item><title>ESP32 Blink LED: Your First Velxio Simulation</title><link>https://velxio.dev/blog/posts/example-esp32-blink-led/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-esp32-blink-led/</guid><description>Blink the built-in LED on GPIO2 and an external red LED on GPIO4. A perfect beginner project to verify ESP32 emulation works.</description><pubDate>Tue, 16 Jun 2026 05:00:34 GMT</pubDate></item><item><title>Velxio vs Wokwi, Tinkercad, Proteus and Fritzing: an honest comparison</title><link>https://velxio.dev/blog/posts/velxio-vs-wokwi/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/velxio-vs-wokwi/</guid><description>How Velxio compares to Wokwi, Tinkercad, Proteus and Fritzing — what each tool is genuinely good at, and when an open-source, self-hostable simulator is the right call.</description><pubDate>Tue, 16 Jun 2026 03:00:00 GMT</pubDate></item><item><title>Pico Multi-Protocol Demo: Serial, I2C, SPI &amp; ADC on RP2040</title><link>https://velxio.dev/blog/posts/example-pico-multi-protocol/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-multi-protocol/</guid><description>A comprehensive tutorial demonstrating Serial, I2C, SPI, and ADC on the Raspberry Pi Pico using the Velxio simulator. Includes circuit walkthrough, code analysis, and debugging tips.</description><pubDate>Mon, 15 Jun 2026 05:02:48 GMT</pubDate></item><item><title>Read Analog Sensors on Raspberry Pi Pico with Velxio</title><link>https://velxio.dev/blog/posts/example-pico-adc-read/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-adc-read/</guid><description>A beginner-friendly tutorial on using the Raspberry Pi Pico&apos;s ADC to read analog inputs and the internal temperature sensor, with circuit and code walkthroughs.</description><pubDate>Sun, 14 Jun 2026 05:02:33 GMT</pubDate></item><item><title>Pico SPI Loopback: Test Your RP2040&apos;s Serial Communication</title><link>https://velxio.dev/blog/posts/example-pico-spi-loopback/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-spi-loopback/</guid><description>A step-by-step guide to building and testing an SPI loopback on the Raspberry Pi Pico using Velxio&apos;s in-browser simulator. Includes circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Sat, 13 Jun 2026 05:02:50 GMT</pubDate></item><item><title>Pico I2C EEPROM Read/Write: Simulate Non-Volatile Memory in Your Browser</title><link>https://velxio.dev/blog/posts/example-pico-i2c-eeprom-rw/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-i2c-eeprom-rw/</guid><description>A step-by-step guide to simulating I2C EEPROM read/write with the Raspberry Pi Pico in Velxio, including circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Fri, 12 Jun 2026 05:02:44 GMT</pubDate></item><item><title>Read a Virtual DS1307 RTC with Raspberry Pi Pico I2C</title><link>https://velxio.dev/blog/posts/example-pico-i2c-rtc-read/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-i2c-rtc-read/</guid><description>Step-by-step tutorial to read time from a DS1307 RTC over I2C on a Raspberry Pi Pico using the Velxio in-browser simulator.</description><pubDate>Thu, 11 Jun 2026 05:02:52 GMT</pubDate></item><item><title>Pico I2C Scanner: Find Devices on the Bus</title><link>https://velxio.dev/blog/posts/example-pico-i2c-scanner/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-i2c-scanner/</guid><description>A step-by-step guide to creating an I2C scanner on the Raspberry Pi Pico using Velxio. Includes circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Wed, 10 Jun 2026 05:02:37 GMT</pubDate></item><item><title>Pico Serial LED Control: Build Your First Command Interface</title><link>https://velxio.dev/blog/posts/example-pico-serial-led-control/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-serial-led-control/</guid><description>Build a Raspberry Pi Pico project that controls an LED via serial commands. Learn wiring, code, and debugging in Velxio&apos;s browser-based simulator.</description><pubDate>Tue, 09 Jun 2026 05:02:29 GMT</pubDate></item><item><title>Pico Serial Echo: Test UART on RP2040 with Velxio</title><link>https://velxio.dev/blog/posts/example-pico-serial-echo/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-serial-echo/</guid><description>A beginner-friendly tutorial for the Pico Serial Echo example on Velxio. Learn UART communication, serial echo, and heartbeat timing with an RP2040.</description><pubDate>Mon, 08 Jun 2026 05:02:25 GMT</pubDate></item><item><title>Blink an LED on Raspberry Pi Pico with Velxio Simulator</title><link>https://velxio.dev/blog/posts/example-pico-blink/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-pico-blink/</guid><description>Step-by-step guide to blink the built-in LED on Raspberry Pi Pico using Velxio&apos;s in-browser simulator. Covers circuit wiring, Arduino code, and debugging tips.</description><pubDate>Mon, 08 Jun 2026 04:03:38 GMT</pubDate></item><item><title>Master Serial, I2C, and SPI on Arduino with Velxio</title><link>https://velxio.dev/blog/posts/example-multi-protocol/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-multi-protocol/</guid><description>A tutorial on using Serial, I2C, and SPI together on Arduino Uno in the Velxio simulator. Covers I2C bus scan, EEPROM read/write, and SPI transfer with code walkthrough.</description><pubDate>Mon, 18 May 2026 05:01:19 GMT</pubDate></item><item><title>SPI Loopback Test: Master the Protocol with Velxio</title><link>https://velxio.dev/blog/posts/example-spi-loopback/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-spi-loopback/</guid><description>A hands-on tutorial for the SPI loopback example in Velxio. Learn SPI protocol, wiring, and code with no external libraries.</description><pubDate>Sun, 17 May 2026 05:01:02 GMT</pubDate></item><item><title>I2C EEPROM Read/Write with Arduino: A Complete Guide</title><link>https://velxio.dev/blog/posts/example-i2c-eeprom-rw/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-i2c-eeprom-rw/</guid><description>Step-by-step guide to I2C EEPROM read/write with Arduino Uno in Velxio simulator. Covers circuit, code, key concepts, and debugging tips.</description><pubDate>Sat, 16 May 2026 05:01:05 GMT</pubDate></item><item><title>I2C RTC Clock with DS1307 on Velxio</title><link>https://velxio.dev/blog/posts/example-i2c-rtc-read/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-i2c-rtc-read/</guid><description>A step-by-step guide to reading time from a DS1307 RTC via I2C with Arduino, using the Velxio in-browser simulator.</description><pubDate>Fri, 15 May 2026 05:01:02 GMT</pubDate></item><item><title>I2C Scanner with Arduino: Find Every Device on the Bus</title><link>https://velxio.dev/blog/posts/example-i2c-scanner/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-i2c-scanner/</guid><description>Step-by-step guide to building an I2C scanner with Arduino Uno on Velxio. Includes circuit wiring, code walkthrough, and debugging tips for hobbyists.</description><pubDate>Thu, 14 May 2026 05:00:47 GMT</pubDate></item><item><title>Serial LED Control with Arduino: Send Commands to Blink</title><link>https://velxio.dev/blog/posts/example-serial-led-control/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-serial-led-control/</guid><description>A beginner-friendly tutorial on controlling an LED via Serial commands using Arduino Uno in Velxio simulator.</description><pubDate>Wed, 13 May 2026 05:00:44 GMT</pubDate></item><item><title>Serial Echo with Arduino: Learn USART Communication</title><link>https://velxio.dev/blog/posts/example-serial-echo/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-serial-echo/</guid><description>A beginner-friendly tutorial on using Arduino&apos;s Serial library for USART communication. Build a serial echo project in Velxio&apos;s browser-based simulator.</description><pubDate>Tue, 12 May 2026 05:00:54 GMT</pubDate></item><item><title>LCD 20x4 Display with Arduino: Hello World in Velxio</title><link>https://velxio.dev/blog/posts/example-lcd-hello/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-lcd-hello/</guid><description>Step-by-step tutorial for wiring a 20x4 LCD to Arduino Uno and programming it with LiquidCrystal library in Velxio simulator. Includes circuit diagram, code, and debugging tips.</description><pubDate>Mon, 11 May 2026 05:00:55 GMT</pubDate></item><item><title>TFT ILI9341 Display Demo: Graphics &amp; Bouncing Ball on Arduino</title><link>https://velxio.dev/blog/posts/example-tft-display/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-tft-display/</guid><description>Step-by-step tutorial for wiring and programming an ILI9341 TFT display with Arduino Uno in the Velxio simulator. Covers SPI connections, Adafruit GFX graphics, and animation.</description><pubDate>Sun, 10 May 2026 05:01:06 GMT</pubDate></item><item><title>Build a Simon Says Memory Game with Arduino on Velxio</title><link>https://velxio.dev/blog/posts/example-simon-says/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-simon-says/</guid><description>Build a Simon Says memory game with Arduino on Velxio. Learn arrays, debouncing, and game logic with LEDs and buttons.</description><pubDate>Sat, 09 May 2026 23:00:28 GMT</pubDate></item><item><title>RGB LED Color Cycling with Arduino on Velxio</title><link>https://velxio.dev/blog/posts/example-rgb-led/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-rgb-led/</guid><description>A step-by-step tutorial for controlling an RGB LED with Arduino PWM on the Velxio simulator. Includes circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Sat, 09 May 2026 22:59:38 GMT</pubDate></item><item><title>Serial Hello World: Your First Arduino Communication Project</title><link>https://velxio.dev/blog/posts/example-serial-hello/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-serial-hello/</guid><description>A beginner tutorial for Arduino serial communication using Velxio simulator. Includes circuit, code, and debugging tips.</description><pubDate>Sat, 09 May 2026 22:58:54 GMT</pubDate></item><item><title>Fade an LED with PWM on Arduino – Beginner Tutorial</title><link>https://velxio.dev/blog/posts/example-fade-led/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-fade-led/</guid><description>Step-by-step guide to fading an LED with PWM on Arduino Uno using the Velxio in-browser simulator. Includes circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Sat, 09 May 2026 22:58:13 GMT</pubDate></item><item><title>Button-Controlled LED: Your First Arduino Input Project</title><link>https://velxio.dev/blog/posts/example-button-led/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-button-led/</guid><description>Step-by-step tutorial for a button-controlled LED circuit on Velxio. Covers wiring, code, pull-up resistors, and debugging tips.</description><pubDate>Sat, 09 May 2026 22:57:33 GMT</pubDate></item><item><title>Build a Traffic Light Simulator with Arduino on Velxio</title><link>https://velxio.dev/blog/posts/example-traffic-light/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-traffic-light/</guid><description>Step-by-step tutorial to build a traffic light circuit with Arduino Uno on Velxio. Includes circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Sat, 09 May 2026 22:33:35 GMT</pubDate></item><item><title>Blink an LED with Arduino: Your First Velxio Simulation</title><link>https://velxio.dev/blog/posts/example-blink-led/</link><guid isPermaLink="true">https://velxio.dev/blog/posts/example-blink-led/</guid><description>Step-by-step tutorial for the Arduino blink LED example using Velxio&apos;s in-browser simulator. Includes circuit wiring, code walkthrough, and debugging tips.</description><pubDate>Sat, 09 May 2026 22:32:55 GMT</pubDate></item></channel></rss>