348 lines
23 KiB
HTML
348 lines
23 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
PRIMARY SEO
|
||
Replace https://velxio.dev with your real domain
|
||
═══════════════════════════════════════════════ -->
|
||
<title>Velxio — Free Multi-Board Emulator | Arduino · ESP32 · RP2040 · RISC-V · Raspberry Pi</title>
|
||
<meta name="description" content="Velxio is a free, open-source multi-board emulator running in your browser. 19 boards across 5 CPU architectures: Arduino Uno/Nano/Mega (AVR8), ESP32 / ESP32-S3 (Xtensa QEMU), ESP32-C3 / CH32V003 (RISC-V), Raspberry Pi Pico (RP2040), and Raspberry Pi 3 (Linux ARM). 48+ components, Monaco Editor, Serial Monitor — no cloud, no account." />
|
||
<meta name="keywords" content="arduino emulator, arduino simulator, arduino simulator free, avr8 emulator, avr simulator, atmega328p simulator, atmega2560 simulator, attiny85 simulator, arduino uno simulator, arduino mega simulator, arduino nano simulator, rp2040 emulator, raspberry pi pico simulator, esp32 emulator, esp32 simulator, esp32-c3 simulator, esp32-s3 emulator, risc-v simulator, ch32v003, raspberry pi 3 emulator, wokwi alternative, arduino ide browser, arduino online, electronics simulator, velxio" />
|
||
<meta name="author" content="David Montero Crespo" />
|
||
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
|
||
<!-- canonical is set dynamically per-route by the useSEO hook -->
|
||
|
||
<!-- Google Search Console verification — replace token after verifying in Search Console -->
|
||
<!-- <meta name="google-site-verification" content="REPLACE_WITH_YOUR_VERIFICATION_TOKEN" /> -->
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
GOOGLE ANALYTICS 4
|
||
Replace G-XXXXXXXXXX with your real Measurement ID
|
||
(analytics.google.com → Admin → Data Streams → Measurement ID)
|
||
═══════════════════════════════════════════════ -->
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HPD8HTV3TG"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
gtag('js', new Date());
|
||
gtag('config', 'G-HPD8HTV3TG');
|
||
</script>
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
OPEN GRAPH (Facebook, LinkedIn, WhatsApp, Telegram, Discord, Slack…)
|
||
═══════════════════════════════════════════════ -->
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:site_name" content="Velxio" />
|
||
<meta property="og:title" content="Velxio — Free Multi-Board Emulator | Arduino · ESP32 · RP2040 · RISC-V" />
|
||
<meta property="og:description" content="Simulate 19 boards in your browser for free: Arduino Uno/Nano/Mega, ESP32 / ESP32-S3 (Xtensa), ESP32-C3 / CH32V003 (RISC-V), Raspberry Pi Pico (RP2040), and Raspberry Pi 3 Linux. 48+ components, real CPU emulation, no cloud." />
|
||
<meta property="og:url" content="https://velxio.dev/" />
|
||
<meta property="og:image" content="https://velxio.dev/og-image.png" />
|
||
<meta property="og:image:type" content="image/png" />
|
||
<meta property="og:image:width" content="1200" />
|
||
<meta property="og:image:height" content="630" />
|
||
<meta property="og:image:alt" content="Velxio Arduino Emulator — Real AVR8, 48+ Components, Monaco Editor" />
|
||
<meta property="og:locale" content="en_US" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
TWITTER / X CARD
|
||
═══════════════════════════════════════════════ -->
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta name="twitter:site" content="@velxio_app" />
|
||
<meta name="twitter:creator" content="@velxio_app" />
|
||
<meta name="twitter:title" content="Velxio — Free Multi-Board Emulator | Arduino · ESP32 · RP2040 · RISC-V" />
|
||
<meta name="twitter:description" content="Simulate 19 boards in your browser: Arduino Uno/Mega, ESP32/ESP32-S3 (QEMU), ESP32-C3/CH32V003 (RISC-V), Raspberry Pi Pico, Raspberry Pi 3 Linux. 48+ components, free & open-source." />
|
||
<meta name="twitter:image" content="https://velxio.dev/og-image.png" />
|
||
<meta name="twitter:image:alt" content="Velxio Arduino Emulator — Real AVR8, 48+ Components, Monaco Editor" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
THEME & APP
|
||
═══════════════════════════════════════════════ -->
|
||
<meta name="theme-color" content="#007acc" />
|
||
<meta name="color-scheme" content="dark" />
|
||
<meta name="application-name" content="Velxio" />
|
||
<meta name="generator" content="Vite + React + FastAPI" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
FAVICON — full set generated by scripts/generate-favicons.mjs
|
||
═══════════════════════════════════════════════ -->
|
||
<!-- SVG: modern browsers (scales perfectly) -->
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
<!-- ICO: legacy browsers / Windows taskbar -->
|
||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||
<!-- PNG fallbacks -->
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||
<!-- Apple devices (Safari, iOS home screen) -->
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
PWA / WEB APP MANIFEST
|
||
═══════════════════════════════════════════════ -->
|
||
<link rel="manifest" href="/manifest.webmanifest" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
PRECONNECT (speed up external resources)
|
||
═══════════════════════════════════════════════ -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="dns-prefetch" href="https://github.com" />
|
||
<link rel="dns-prefetch" href="https://discord.com" />
|
||
|
||
<!-- ═══════════════════════════════════════════════
|
||
JSON-LD STRUCTURED DATA
|
||
Helps Google understand the page type and show
|
||
rich results in search (ratings, price, etc.)
|
||
═══════════════════════════════════════════════ -->
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@graph": [
|
||
{
|
||
"@type": "WebSite",
|
||
"@id": "https://velxio.dev/#website",
|
||
"url": "https://velxio.dev/",
|
||
"name": "Velxio",
|
||
"description": "Free local Arduino emulator with real AVR8 CPU emulation.",
|
||
"inLanguage": "en-US",
|
||
"potentialAction": {
|
||
"@type": "SearchAction",
|
||
"target": {
|
||
"@type": "EntryPoint",
|
||
"urlTemplate": "https://velxio.dev/examples?q={search_term_string}"
|
||
},
|
||
"query-input": "required name=search_term_string"
|
||
}
|
||
},
|
||
{
|
||
"@type": "SoftwareApplication",
|
||
"@id": "https://velxio.dev/#app",
|
||
"name": "Velxio",
|
||
"alternateName": ["Velxio Arduino Emulator", "Velxio AVR Simulator", "Velxio ESP32 Emulator", "Velxio Multi-Board Simulator"],
|
||
"description": "Free, open-source multi-board emulator running entirely in the browser. 19 boards across 5 CPU architectures: ATmega328p/2560/ATtiny85 (AVR8 via avr8js), RP2040 ARM Cortex-M0+ (rp2040js), ESP32-C3/CH32V003 RISC-V RV32IMC (browser), ESP32/ESP32-S3 Xtensa LX6/LX7 (QEMU), and Raspberry Pi 3B ARM Cortex-A53 (QEMU Linux). Features 48+ interactive electronic components, Monaco Editor, Serial Monitor, arduino-cli compilation, and Library Manager.",
|
||
"url": "https://velxio.dev/",
|
||
"applicationCategory": "DeveloperApplication",
|
||
"applicationSubCategory": "Electronics Simulator",
|
||
"operatingSystem": "Web Browser",
|
||
"browserRequirements": "Requires JavaScript. Works in Chrome, Firefox, Safari, Edge.",
|
||
"softwareVersion": "1.0.0",
|
||
"releaseNotes": "https://github.com/davidmonterocrespo24/velxio/releases",
|
||
"offers": {
|
||
"@type": "Offer",
|
||
"price": "0",
|
||
"priceCurrency": "USD",
|
||
"availability": "https://schema.org/InStock"
|
||
},
|
||
"featureList": [
|
||
"Real AVR8 emulation: Arduino Uno (ATmega328p), Nano, Mega 2560 (ATmega2560), ATtiny85, Leonardo (ATmega32u4), Pro Mini at 16 MHz",
|
||
"RP2040 emulation: Raspberry Pi Pico and Pico W (ARM Cortex-M0+ at 133 MHz via rp2040js)",
|
||
"RISC-V emulation: ESP32-C3 DevKit, XIAO ESP32-C3, ESP32-C3 SuperMini, CH32V003 (RV32IMC/RV32EC browser-native)",
|
||
"ESP32 / ESP32-S3 / ESP32-CAM / Nano ESP32 emulation (Xtensa LX6/LX7 via QEMU)",
|
||
"Raspberry Pi 3B emulation: full ARM Cortex-A53 Linux (Raspberry Pi OS via QEMU raspi3b)",
|
||
"48+ electronic web components: LEDs, resistors, servos, sensors, TFT displays, NeoPixel, LCD",
|
||
"Monaco Code Editor with C++ / Python syntax highlighting and autocomplete",
|
||
"arduino-cli compilation backend — produces real .hex / .bin / .uf2 files",
|
||
"Serial Monitor with auto baud-rate detection and send",
|
||
"Library Manager for the full Arduino library index",
|
||
"Multi-file workspace (.ino, .h, .cpp, .py)",
|
||
"Wire system with orthogonal routing and 8 signal-type colors",
|
||
"ILI9341 TFT display simulation",
|
||
"I2C, SPI, USART, ADC, PWM support across all emulated boards",
|
||
"Multi-board canvas: mix Arduino + ESP32 + Raspberry Pi on the same simulation"
|
||
],
|
||
"screenshot": "https://velxio.dev/og-image.png",
|
||
"downloadUrl": "https://hub.docker.com/r/davidmonterocrespo24/velxio",
|
||
"installUrl": "https://velxio.dev/editor",
|
||
"codeRepository": "https://github.com/davidmonterocrespo24/velxio",
|
||
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
|
||
"isAccessibleForFree": true,
|
||
"author": {
|
||
"@type": "Person",
|
||
"name": "David Montero Crespo",
|
||
"url": "https://github.com/davidmonterocrespo24"
|
||
},
|
||
"maintainer": {
|
||
"@type": "Person",
|
||
"name": "David Montero Crespo",
|
||
"url": "https://github.com/davidmonterocrespo24"
|
||
},
|
||
"keywords": "arduino emulator, arduino simulator, avr8 simulator, atmega328p emulator, atmega2560, attiny85, esp32 emulator, esp32 simulator, esp32-c3 simulator, esp32-s3 emulator, rp2040 emulator, raspberry pi pico emulator, raspberry pi 3 emulator, risc-v simulator, wokwi alternative",
|
||
"inLanguage": "en-US"
|
||
},
|
||
{
|
||
"@type": "WebPage",
|
||
"@id": "https://velxio.dev/#webpage",
|
||
"url": "https://velxio.dev/",
|
||
"name": "Velxio — Free Local Arduino Emulator | AVR8 · RP2040 · 48+ Components",
|
||
"description": "Velxio is a free, open-source Arduino emulator. Real AVR8 CPU emulation, 48+ components, Monaco Editor, Serial Monitor — no cloud, no latency.",
|
||
"isPartOf": { "@id": "https://velxio.dev/#website" },
|
||
"about": { "@id": "https://velxio.dev/#app" },
|
||
"inLanguage": "en-US",
|
||
"potentialAction": {
|
||
"@type": "ReadAction",
|
||
"target": "https://velxio.dev/"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
</script>
|
||
</head>
|
||
<style>
|
||
/* Hide SEO fallback content instantly — React removes it on mount.
|
||
Crawlers ignore visibility:hidden and still index the text. */
|
||
#root-seo { visibility: hidden; position: absolute; pointer-events: none; }
|
||
</style>
|
||
<body style="margin:0;background:#1e1e1e;">
|
||
<div id="root"></div>
|
||
<!--
|
||
Static pre-rendered content for search engine crawlers.
|
||
Hidden from users via CSS; React app renders in #root above.
|
||
-->
|
||
<div id="root-seo" aria-hidden="true">
|
||
<header style="font-family:sans-serif;background:#0d1117;color:#e6edf3;padding:1.5rem 2rem;">
|
||
<a href="/" style="text-decoration:none;color:inherit;">
|
||
<h1 style="margin:0;font-size:1.5rem;">Velxio — Free Multi-Board Emulator | Arduino · ESP32 · RP2040 · RISC-V · Raspberry Pi</h1>
|
||
</a>
|
||
<nav style="margin-top:.75rem;">
|
||
<a href="/editor" style="color:#58a6ff;margin-right:1.5rem;">Editor</a>
|
||
<a href="/examples" style="color:#58a6ff;margin-right:1.5rem;">Examples</a>
|
||
<a href="/arduino-simulator" style="color:#58a6ff;margin-right:1.5rem;">Arduino Simulator</a>
|
||
<a href="/arduino-emulator" style="color:#58a6ff;margin-right:1.5rem;">Arduino Emulator</a>
|
||
<a href="/atmega328p-simulator" style="color:#58a6ff;margin-right:1.5rem;">ATmega328P Simulator</a>
|
||
<a href="/arduino-mega-simulator" style="color:#58a6ff;margin-right:1.5rem;">Arduino Mega Simulator</a>
|
||
<a href="https://github.com/davidmonterocrespo24/velxio" style="color:#58a6ff;margin-right:1.5rem;">GitHub</a>
|
||
<a href="https://discord.gg/rCScB9cG" style="color:#58a6ff;">Discord</a>
|
||
<a href="/docs/intro" style="color:#58a6ff;margin-right:1.5rem;">Documentation</a>
|
||
</nav>
|
||
</header>
|
||
<main style="font-family:sans-serif;background:#0d1117;color:#e6edf3;padding:2rem;">
|
||
<h2>Free multi-board emulator running in your browser — 19 boards, 5 CPU architectures</h2>
|
||
<p>Simulate Arduino, ESP32, Raspberry Pi Pico, RISC-V, and Raspberry Pi 3 code in your browser with real CPU emulation. 48+ interactive electronic components, Monaco Editor, Serial Monitor, arduino-cli compiler, and Library Manager — no cloud, no latency, no account required.</p>
|
||
<h3>Features</h3>
|
||
<ul>
|
||
<li>Real AVR8 emulation: Arduino Uno (ATmega328p), Nano, Mega 2560, ATtiny85, Leonardo, Pro Mini at 16 MHz via avr8js</li>
|
||
<li>Raspberry Pi Pico & Pico W (RP2040, ARM Cortex-M0+ at 133 MHz) via rp2040js</li>
|
||
<li>ESP32-C3 / XIAO ESP32-C3 / SuperMini / CH32V003 (RISC-V RV32IMC/EC) — browser-native, no backend needed</li>
|
||
<li>ESP32 / ESP32-S3 / ESP32-CAM / Arduino Nano ESP32 (Xtensa LX6/LX7 at 240 MHz) via QEMU lcgamboa</li>
|
||
<li>Raspberry Pi 3B (ARM Cortex-A53, full Linux) via QEMU raspi3b — runs Python scripts with RPi.GPIO</li>
|
||
<li>48+ wokwi interactive electronic components (LEDs, resistors, buttons, sensors, TFT displays, NeoPixel…)</li>
|
||
<li>Monaco Code Editor with full C++ / Python syntax highlighting</li>
|
||
<li>arduino-cli compilation backend — produces real .hex / .uf2 / .bin files</li>
|
||
<li>Serial Monitor with auto baud-rate detection and send</li>
|
||
<li>Library Manager for Arduino libraries</li>
|
||
<li>Multi-file workspace (.ino, .h, .cpp, .py)</li>
|
||
<li>Wire system with orthogonal routing</li>
|
||
<li>ILI9341 TFT display simulation</li>
|
||
<li>I2C, SPI, USART, ADC, PWM support</li>
|
||
<li>Multi-board canvas: mix Arduino + ESP32 + Raspberry Pi in one simulation</li>
|
||
</ul>
|
||
<h3>Supported Boards</h3>
|
||
<ul>
|
||
<li>Arduino Uno (ATmega328P) — full AVR8 emulation at 16 MHz</li>
|
||
<li>Arduino Nano (ATmega328P) — full AVR8 emulation at 16 MHz</li>
|
||
<li>Arduino Mega 2560 (ATmega2560) — 256 KB flash, 54 digital pins, 4 serial ports</li>
|
||
<li>ATtiny85 — AVR, 8 KB flash, DIP-8, all 6 I/O pins emulated</li>
|
||
<li>Arduino Leonardo (ATmega32u4) — USB HID capable AVR</li>
|
||
<li>Arduino Pro Mini (ATmega328P) — 3.3 V / 5 V variants</li>
|
||
<li>Raspberry Pi Pico (RP2040) — ARM Cortex-M0+ at 133 MHz</li>
|
||
<li>Raspberry Pi Pico W (RP2040) — ARM Cortex-M0+ + WiFi</li>
|
||
<li>ESP32-C3 DevKit (RISC-V RV32IMC) — 160 MHz, browser-native</li>
|
||
<li>Seeed XIAO ESP32-C3 (RISC-V RV32IMC) — compact, browser-native</li>
|
||
<li>ESP32-C3 SuperMini (RISC-V RV32IMC) — mini form factor</li>
|
||
<li>CH32V003 (RISC-V RV32EC) — 48 MHz, ultra-compact DIP-8</li>
|
||
<li>ESP32 DevKit V1 / C V4 (Xtensa LX6) — 240 MHz, WiFi, QEMU</li>
|
||
<li>ESP32-S3 (Xtensa LX7) — 240 MHz, dual-core, QEMU</li>
|
||
<li>ESP32-CAM (Xtensa LX6) — camera module, QEMU</li>
|
||
<li>Seeed XIAO ESP32-S3 (Xtensa LX7) — compact, QEMU</li>
|
||
<li>Arduino Nano ESP32 (Xtensa LX6) — Arduino form factor, QEMU</li>
|
||
<li>Raspberry Pi 3B (ARM Cortex-A53) — full Linux OS via QEMU raspi3b, runs Python</li>
|
||
</ul>
|
||
<h3>Get Started</h3>
|
||
<p>
|
||
<a href="/editor">Open the Editor</a> — no installation needed.<br />
|
||
Self-host with Docker: <code>docker run -d -p 3080:80 ghcr.io/davidmonterocrespo24/velxio:master</code>
|
||
</p>
|
||
<h3>Documentation</h3>
|
||
<p>Browse the full Velxio documentation to learn how to set up, configure, and extend the emulator:</p>
|
||
<nav>
|
||
<ul>
|
||
<li><a href="/docs/intro">Introduction — What is Velxio and why use it?</a></li>
|
||
<li><a href="/docs/getting-started">Getting Started — Hosted editor, Docker, and manual setup</a></li>
|
||
<li><a href="/docs/emulator">Emulator Architecture — AVR8 and RP2040 CPU emulation internals</a></li>
|
||
<li><a href="/docs/components">Components Reference — All 48+ interactive electronic components</a></li>
|
||
<li><a href="/docs/architecture">Project Architecture — System design, data flows, and stores</a></li>
|
||
<li><a href="/docs/wokwi-libs">Wokwi Libraries — avr8js, wokwi-elements, rp2040js integration</a></li>
|
||
<li><a href="/docs/mcp">MCP Server — AI agent integration via Model Context Protocol</a></li>
|
||
<li><a href="/docs/setup">Project Status — All implemented features and troubleshooting</a></li>
|
||
<li><a href="/docs/roadmap">Roadmap — Implemented, in-progress, and planned features</a></li>
|
||
</ul>
|
||
</nav>
|
||
<h3>Frequently Asked Questions</h3>
|
||
<dl>
|
||
<dt>Is Velxio free?</dt>
|
||
<dd>Yes. Velxio is free and open-source under the GNU AGPLv3 license. A commercial license is available for proprietary integrations.</dd>
|
||
<dt>Does Velxio work offline?</dt>
|
||
<dd>The simulation engine runs entirely in the browser. Compilation requires the local arduino-cli backend. Self-hosted deployments work fully offline once running.</dd>
|
||
<dt>Is Velxio a Wokwi alternative?</dt>
|
||
<dd>Yes. Velxio is a free, self-hosted alternative to Wokwi. It uses the same avr8js and wokwi-elements open-source libraries but runs on your own machine.</dd>
|
||
<dt>What boards are supported?</dt>
|
||
<dd>Arduino Uno (ATmega328p / AVR8), Arduino Nano, Arduino Mega 2560, Raspberry Pi Pico (RP2040), ESP32-C3 (RISC-V), and more. 17 boards in total.</dd>
|
||
</dl>
|
||
|
||
<!-- SEO landing pages — keyword content for crawlers -->
|
||
<section>
|
||
<h2>Free Online Arduino Simulator</h2>
|
||
<p>Velxio is a free online Arduino simulator with real AVR8 emulation at 16 MHz. Simulate Arduino code with 48+ interactive electronic components directly in your browser — no install, no account required. <a href="/arduino-simulator">Open Arduino Simulator →</a></p>
|
||
<ul>
|
||
<li>Arduino Uno (ATmega328P) simulation at 16 MHz</li>
|
||
<li>48+ visual components: LEDs, sensors, displays, servos</li>
|
||
<li>Serial Monitor with auto baud-rate detection</li>
|
||
<li>Multi-file sketch support (.ino, .h, .cpp)</li>
|
||
<li>Free and open-source (GNU AGPLv3)</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>Arduino Emulator — Real AVR8 & RP2040 Emulation</h2>
|
||
<p>Velxio is a cycle-accurate Arduino emulator built on avr8js and rp2040js. Every AVR opcode is faithfully emulated at 16 MHz — the same silicon behavior as real hardware. <a href="/arduino-emulator">Open Arduino Emulator →</a></p>
|
||
<ul>
|
||
<li>All 135 AVR8 instructions emulated</li>
|
||
<li>Hardware timers (Timer0/1/2) with PWM, CTC, and overflow interrupts</li>
|
||
<li>10-bit ADC, full USART0 (TX/RX), SPI, I2C</li>
|
||
<li>RP2040 dual-core ARM Cortex-M0+ via rp2040js</li>
|
||
<li>RISC-V RV32IMC (ESP32-C3) emulation in browser</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>ATmega328P Simulator</h2>
|
||
<p>Simulate ATmega328P firmware exactly as it runs on Arduino Uno and Nano. Full AVR8 emulation: PORTB, PORTC, PORTD, Timer0/1/2, ADC, USART0, and all interrupt vectors. <a href="/atmega328p-simulator">Open ATmega328P Simulator →</a></p>
|
||
<ul>
|
||
<li>ATmega328P: 32 KB flash, 2 KB SRAM, 16 MHz</li>
|
||
<li>GPIO: PORTB (pins 8–13), PORTC (A0–A5), PORTD (0–7)</li>
|
||
<li>Timer0 (8-bit), Timer1 (16-bit), Timer2 (8-bit) — all PWM modes</li>
|
||
<li>10-bit ADC, 6 analog channels (A0–A5)</li>
|
||
<li>USART0 with configurable baud rate</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>Arduino Mega 2560 Simulator</h2>
|
||
<p>Simulate Arduino Mega 2560 (ATmega2560) code for free. 256 KB flash, 54 digital pins, 16 analog inputs, 4 hardware serial ports (Serial, Serial1, Serial2, Serial3), and 6 hardware timers. <a href="/arduino-mega-simulator">Open Mega 2560 Simulator →</a></p>
|
||
<ul>
|
||
<li>ATmega2560: 256 KB flash, 8 KB SRAM, 16 MHz</li>
|
||
<li>54 digital I/O pins (PORTA through PORTL)</li>
|
||
<li>16 analog input channels (A0–A15), 10-bit ADC</li>
|
||
<li>4 hardware USART channels: Serial0–3</li>
|
||
<li>6 hardware timers: Timer0–5 (including three 16-bit)</li>
|
||
<li>15 PWM output pins</li>
|
||
</ul>
|
||
</section>
|
||
</main>
|
||
</div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
|
||
</body>
|
||
</html>
|