Flux Blog

News, resources, and company updates

Choosing the Right Platform to Build Your Project

This guide helps you choose the best hardware platform—Arduino, Raspberry Pi, ESP32, or others, by comparing power, connectivity, and scalability for your project.

|
October 23, 2025
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Prompting Guide: Working with Flux from Idea to Schematic

Prompting Guide: Working with Flux from Idea to Schematic

This guide shows how to collaborate with Flux at the schematic stage. You’ll learn how to describe your intent clearly, guide the AI through design decisions, and review results so each iteration gets smarter.

If you haven’t seen what’s changed, read the launch blog for the full story.

This guide shows how to collaborate with Flux at the schematic stage. You’ll learn how to describe your intent clearly, guide the AI through design decisions, and review results so each iteration gets smarter.

Flux isn’t magic — it’s more like a fast, thoughtful engineering intern. With the right direction, it can turn your idea into a manufacturable schematic while you stay in control of the design. Flux also can't generate a full board in one go. Instead, make sure to split the process in steps and use AI to get you to the next stage. Let’s start by learning how to work with Flux to:

  • Define your project requirements with Flux
  • Review Flux’s plan and provide more details
  • Go block by block to build out the schematic diagram

This workflow allows you to move fast while keeping control. The sections below walkthrough how to write great prompts.

1. Define your project requirements with Flux

Start by describing what you're building, why it matters, and who it's for. This gives Flux enough context to generate a reasonable plan that typically includes system-level architecture. After the initial prompt, with planning mode activated, Flux will generate a plan you can approve or modify. Then, click start to watch it work.

The following prompt template works well for kicking projects off because it sets intent (why), scope (what), and constraints (how).

Use this formula:

Make me a {what it is} with {connectivity}, powered by {power} for {application}.

Followed by detailed info:
{detailed what it is}
with {detailed connectivity}, powered by {detailed power}.

Example:

Make me a {portable stereo Class-D speaker} with {Wi-Fi and Bluetooth}, powered by {a multi-cell Li-ion/LiPo battery} for {consumer use}.

It should be a compact stereo system with dual Class-D amps (2×10–25 W), basic DSP or MCU tone controls, dual-radio Wi-Fi + BLE (2.4 GHz 802.11 b/g/n plus BLE 5.x), and a Li-ion/LiPo BMS with balancing and pack monitoring.
| Bad example | Good example | | :--- | :--- | | “Make a smart light sensor.” | “Design a portable light sensor to log daily sunlight over Wi-Fi. Powered by a 3.7 V 2000 mAh Li-ion battery with USB-C charging.” | | Reasoning: No power or communication details. Results will be vague. | Clear goals, connectivity, power source—all anchor the design. |
| Bad example | Good example | | :--- | :--- | | “Build a power supply for my robot.” | “Design a 5V 2A buck converter input stage with a passive pi filter to suppress 120 mV ripple from a 1 m cable. Prioritize low noise and 90%+ efficiency.” | | Reasoning: No voltage, current, or noise targets. | Clear constraints and goals, leaving room for implementation decisions. |
| Bad example | Good example | | :--- | :--- | | “Design a main control board for an industrial robot.” | “Design a main control board for a robotic manipulator operating in a humid industrial kitchen. It must drive four 24 V BLDC motors (2 A each) with isolated feedback, withstand 60 °C ambient, and maintain EMI compliance for mixed-signal IO.” | | Reasoning: No detail on power, load, or safety requirements. | Real-world context, system-level detail, and constraints. |

Tips

  • Prompts like “build a BLDC driver with everything” are too vague—Flux may chase irrelevant solutions.
  • You don’t need to name parts. Describe intent and relationships—Flux will pick reasonable defaults.

2. Review Flux’s plan and provide more details

The plan that Flux generates typically benefits from more specificity on the systems and subsystems before you approve it. So, be sure to review and make sure everything makes sense before you have Flux start executing the plan. At this stage you can follow Flux’s initial system-level architecture suggestion and let it help you reason through the role of each block, interfaces, and signal flow.

flux generated plan for a project, waiting for the engineer to start and implement the plans

Use this formula for providing more details:

- Power: [voltage rails, current needs]
- Communication: [interfaces between blocks]
- Environment: [thermal, ingress, EMI, etc.]
- Etc.

Design goal: [priorities or trade-offs]

Example:

- Audio block: drives two 10–25 W Class-D amplifiers using a stereo signal path. Includes simple EQ via a low-cost DSP or microcontroller, and volume control from a rotary encoder. Accepts I²S or analog input.

- Connectivity block: dual-radio module (Wi-Fi 802.11 b/g/n and BLE 5.x) for audio streaming and pairing. Includes antenna interface, UART/SPI communication with MCU, and audio over I²S.

- Power block: multi-cell Li-ion/LiPo battery with BMS. Provides 3.3 V rail for logic, 5 V rail for radio, and higher-voltage boost for amplifier rails. Supports charging via USB-C with protection. Battery input with boost converters and LDOs as needed

- Communication: UART/SPI for control, I²S for audio signal path

- Environment: Consumer-grade enclosure, ambient temp 0–40 °C, continuous playback for 8+ hours

- Design goal: Balanced power and audio performance
flux asking for additional requirements from the user in order to proceed with generating the plan

Why this works: Each block has a role, the interfaces are clear, and design priorities are actionable. This helps Flux recommend components and validate architecture.

Tip: Stay at the system level. Don’t worry about exact pin counts or part numbers yet.

3. Go block by block to generate your schematic diagram

With the architecture in place, pick one block and go deep. This is where you can ask Flux to draft a schematic or layout based on specific inputs and constraints.

Flux typically works best when you break up schematic generation step by step picking one block at a time and going deep. This is where you can ask Flux to draft a schematic or layout based on specific inputs and constraints.

Flux can research components, place them into the schematic, and wire up the nets for you. Although sometimes the resulting layout might look different than you’d expect, you can always jump in and organize things however you like.

Use this formula:

We’re designing the [block name] for this project.

Inputs:
- [Power inputs and characteristics]
- [Signal inputs, interfaces, or control lines]

Requirements:
- [Functional goals—e.g., voltage regulation, signal processing]
- [Performance targets—e.g., power budget, timing, noise]
- [Constraints—e.g., size, cost, runtime, safety]

Protection:
- [What to protect against—e.g., ESD, reverse polarity, EMI]

Design goal:
- [Overall priority—e.g., efficiency, safety, manufacturability]

Example:

Let's design the power management block.

Inputs:
- 3.7V Li-ion battery (2000 mAh)
- USB-C input for charging

Requirements:
- Charge controller with input current limit and battery protection  
- Boost to 3.3 V for digital logic and 5 V for gas sensors  
- 48-hour runtime target at ~50 mA average current  
- Battery voltage and charge status monitoring via I²C

Protection:
- ESD on USB-C  
- Reverse polarity and over-discharge protection

Design goal: Efficient, compact, and safe for consumer use

Tip: Link datasheets or PDFs for reference—Flux can match its design to those specs.

4. Understanding Flux’s two modes for planning or one-off edits

Flux AI operates in two complementary modes—one for exploration, one for precision. Use the planning mode when you’re exploring ideas or starting from scratch. It’s great at figuring out workflows and proposing architectures.

Use the single task mode by disabling planning when you need control—editing one block, fixing small issues, or checking results. To disable planning mode, hover over the AI icon at the bottom of the chat menu and click on “disable planning”.

| Mode | Description | Best use | | :--- | :--- | :--- | | Planning | Handles complex, open-ended tasks by chaining together steps like part research, schematic planning, layout preparation, and early checks | Early-stage ideation, proof-of-concept builds, or anything that needs to be broken down into sub-tasks | | Single task | Executes single, well-defined actions such as rewiring nets, replacing parts, running design checks, or editing footprints | Polishing a design, making precise changes, or reviewing and validating specific elements |

5. Common pitfalls

After helping hundreds of users in the Flux Slack community, we’ve noticed some common stumbling blocks when working with the AI. Most of these are easy to fix once you know what to look out for.

Here are a few patterns to avoid:

  1. Over-specifying too early
    Don’t lock in unnecessary details before validating your concept. Let the AI help you explore options.
  2. Being too vague
    Prompts without power, environment, or application context are hard to act on. The more relevant detail you include, the better the AI performs.
  3. Skipping constraints
    Without voltages, sizes, or thermal needs, Flux will make guesses that may not match your requirements.
  4. Ignoring follow-up questions
    Treat AI clarifications as helpful nudges—they often help reduce back-and-forth.
  5. Letting errors pile up
    If something seems off, don’t wait. Refine your prompt and re-run the block instead of continuing with bad assumptions.

The earlier you correct course, the faster you get to a working design.

6. Known rough edges

Flux’s AI is improving fast, but there are still a few areas where you may need to step in. We want to be upfront about what’s working well—and what still needs a human touch.

Here’s what to expect:

Known limitations:

  • Wiring gaps: Sometimes the AI misses a connection or leaves a net unconnected.
  • Placeholder or generic parts: Not every component will be production-ready out of the gate. Replace with specific parts once the concept is locked in.
  • Partial BOMs: Passive components, filtering, or protection may be missing. Ask the AI to review and fill in what’s missing based on your specs or linked datasheets.

What’s next?

Flux is rapidly growing its AI capabilities to support:

  • Change PCB sizing and layer stackups
  • Generate net classes and design rules
  • Optimize part placement
  • Route traces with design constraints in mind

Ready to try it?

Every great board starts with a clear idea. Whether you’re designing your first schematic or refining a production layout, better prompting leads to better results.

Use this guide to help Flux work like the engineering intern you’ve always wanted—fast, reliable, and just a prompt away.

👉 Open Flux and see how far your next idea can go.

|
October 17, 2025
The First AI Hardware Engineering Intern

The First AI Hardware Engineering Intern

Flux moves from one-off actions to executing multi-step workflows including researching parts, creating schematic designs, placing and routing, and running checks. Think of Flux as a capable intern — fast, explainable, and eager to learn, but still needing oversight and occasional help.

With this release, Flux can take your requirements, generate a complete plan, and execute multi-step workflows right inside the editor. It researches components, builds schematics, places and routes parts, and runs checks along the way — pausing for your feedback when it needs direction.

Think of it as your first AI intern: fast, explainable, and eager to learn — but still guided by someone who knows the craft. Flux works transparently, explains its reasoning, and remembers how you like to work.

It’s the biggest step yet toward the first true AI hardware engineer.

This new functionality is available now. Log in to Flux today to take it for a spin. Full workflow capabilities will roll out gradually over the coming days.

Make a detailed plan with Flux

Start by telling Flux what you need to build. Flux now understands design requirements—the goals, constraints, and specs that define your project. Describe the functionality, power targets, interfaces, layer count, or components you want to use, and Flux will turn that into a complete, step-by-step plan.

You’ll see a clear outline of the plan: parts research, schematic creation, layout, checks, and milestones for review. From there, simply tell Flux about any desired changes—add details, reorder tasks, or lock decisions—and it will refine the plan for you. It’s up to you how in the weeds you get.

Next, click “Start” and Flux will begin get to work, sharing progress and decisions along the way, and checking in with you at key points to get your feedback.

Try these prompts:

“Design a sub-25 × 25 mm wearable PCB with Bluetooth, an accelerometer, and on-board battery charging.

It must include a BLE SoC (OTA-capable), a low-power accelerometer with interrupt/wake, power-path + charging for a 1-cell Li-ion/LiPo, and headers/pads for programming and test.

Power: 1-cell Li-ion/LiPo with on-board charger (5 V USB input) optimized for low quiescent current.”

{{button-1}}

“Design a compact field-oriented control (FOC) BLDC motor driver board.

It must include Bluetooth Low Energy for wireless control and data-logging.

The key subsystems are: power stage and gate drive, sensing, MCU selection, comms, and protection to thermal/mechanical stress.

Power: USB-C PD at 12 V (with local regulation as required).”

{{button-2}}

“Design a low-noise electret microphone preamplifier for a 24-bit ADC, integrated into a consumer household device.

It must have switchable 20–40 dB gain, correctly sized coupling capacitors with a ~20 Hz high-pass, an output anti-alias RC for ~20 kHz bandwidth, and thorough decoupling plus pop-suppression.

Follow the op-amp, microphone, and ADC datasheets and industry best practices; use the 3.3 V analog rail and make cost-effective component choices without asking for spec confirmation.

Power: USB-C 5 V input (with local regulation as required).”

{{button-3}}

Execute multi-step workflows

When you approve a plan, Flux doesn’t just hand you suggestions—it gets to work.It now executes full workflows inside the editor, acting like an extension of your team that can solve real problems while keeping you in the loop.

Flux handles the structured parts of the process—researching components, wiring schematics, placing and routing parts, and reviewing its own work for correctness—while you focus on the decisions that need human judgment.

You can think of it like having an intern on your team who works fast, communicates clearly, and never forgets a detail. Feel free to close your browser or go for a walk, Flux will keep working in the background, and drop you a line when it’s time to check in.

What Flux can now execute inside the editor:

  • Add, replace, and connect components in schematics
  • Update part properties and validate alternates
  • Place components on your layout (coming soon!)
  • Route nets with awareness of your rules and constraints
  • Run ERC/DRC checks and surface issues for review

Stay in control at every step

Flux is built for collaboration. Every plan, action, and decision it makes is visible and explainable so you can review, guide, and adjust as it goes.

You can pause execution, modify the plan mid-flow, or roll back using version history. Lock regions, nets, or components to prevent changes, or ask Flux to revisit a specific step. And because Flux runs inside a full browser-based ECAD, you can jump in and edit anytime—make manual tweaks, move parts, or add your own changes without breaking its flow.

Teach Flux how you work

Flux doesn’t just follow instructions—it learns through your conversations and feedback. When you correct something or clarify how you like to work, Flux can ask if you want to remember it. You choose whether that learning should apply just to the project you’re in or across your entire account.

Over time, Flux picks up the same kind of tribal knowledge your team already shares—naming conventions, layout habits, design rules—and starts applying them automatically. You can refine what it remembers, edit entries, or forget things entirely through the Knowledge Base.

It’s how you teach Flux to work the way you do—so it keeps getting smarter, faster, and more aligned with your standards. Learn more.

Join the new era of hardware design

The new planning and execution architecture inside Flux is designed to scale—so the agent you’re working with today will keep getting smarter and more capable over time.

This is just the beginning. You can already fork your projects and have Flux explore multiple directions in parallel. Soon you’ll be able to delegate even broader, more complex, assignments to Flux, and have it build even more advanced boards.

We envision a future where Flux is not just one AI intern, but a coordinated group of AI engineers, each with their own specialization, that seamlessly integrate with your team. The endgame is a world where hardware teams are infinitely scalable: totally parallel, deeply collaborative, and still human-led.

Hardware is entering a new era—where AI becomes part of the team, instead of part of the toolkit.

It starts here. Give Flux a job, review the plan, and help define how engineers and AI build hardware together.

{{try-plans-ai-workflows}}

|
October 7, 2025
The Hardware Founder’s Bookshelf

The Hardware Founder’s Bookshelf

Hardware raises the stakes, iteration is slower and costlier, so you can’t stumble on business basics or customer insight. Winning teams de-risk the business model and iterate fast. This bookshelf helps sharpen judgment and give technical founders the tools to build companies people love.

Here’s the hard truth: most hardware startups don’t fail because they can’t build a prototype or find a manufacturer. While still difficult, technical execution is getting easier every year—modern tools, AI included, are streamlining that part of the journey. What kills most teams are the missed fundamentals:

  • Are you building something people truly want?
  • Is there a market large enough to sustain you?
  • Do you have a defensible advantage?

Hardware raises the stakes because iteration is slower and costlier. You can’t afford to stumble on business basics, design fundamentals, or customer insight. The teams that win are the ones that maximize their rate of learning—by de-risking the business model while iterating the product as fast as possible.

That’s why we put together this bookshelf. It’s not just about engineering or manufacturing (though you’ll find the best guides here). It’s about sharpening judgment, broadening perspective, and giving technical founders the tools to build companies people love.

Company Building at Founder Speed

For hardware founders, the hardest part usually isn’t the prototype—it’s building the company around it. These books focus on judgment, focus, and leadership: how to move fast without losing clarity, protect the details that matter, and make the calls that keep a small team alive. They’re about operating at founder speed when time, money, and attention are always scarce.

{{book-set-1}}

{{underline}}

From Prototype to Factory Floor

Hardware doesn’t forgive sloppy execution. Once you leave the lab, mistakes multiply—costs rise, timelines slip, and quality issues get baked into production. These books help founders treat manufacturing as part of the product itself: learning to engage suppliers early, de-risk decisions, and build systems that scale without collapsing under their own weight.

{{book-set-2}}

{{underline}}

Electronics, Without the Folklore

Every hardware founder eventually gets burned by the basics. Power rails, grounding, EMI, provisioning flows—these are where folklore and half-remembered rules can cost you entire boards. These books turn “tribal knowledge” into principles you can rely on, helping you avoid expensive surprises and design products that actually hold up in the field.

{{book-set-3}}

{{underline}}

Design Thinking & Product Insight

Great hardware isn’t just about circuits and enclosures—it’s about making something people actually want to use. These books teach the fundamentals of design thinking, product discovery, and usability. For hardware founders, they’re the bridge between technical execution and customer love—the difference between a product that works and a product that wins.

{{book-set-4}}

{{underline}}

Stories That Keep You Going

Building hardware is a long, uncertain grind. Sometimes what you need isn’t another playbook—it’s proof that others have walked this road before. These books capture the culture, discipline, and stubbornness of teams who built under pressure, kept their vision intact, and shipped work that mattered.

{{book-set-5}}

{{underline}}

Get Support from a Community of Hardware Founders

These books shape how we think at Flux, but the real progress comes from learning together. That’s why we created the Flux Hardware Slack Community. It’s where founders connect to:

  • Swap advice, share book recommendations, and compare notes on what’s working (and what isn’t).
  • Find peers who understand the unique grind of building hardware, so you don’t have to figure it all out alone.

You can also book design reviews with the Flux team to receive actionable feedback before you head to production. Please let us know if there are other resources you’d like us to provide that could your hardware startup become a massive success! We’re here to help.

|
September 25, 2025
Flux + GPT-5 (Beta)

Flux + GPT-5 (Beta)

Open Flux now, switch Copilot to “Next-gen” and see how it handles your next design challenge. The sooner you try it, the more your feedback can shape the next leap in AI-powered hardware design.

In the right scenarios, it’s already delivering sharper reasoning, smarter reviews, and more accurate design decisions than anything we’ve shipped before. We wanted to get it into your hands immediately so you can explore what’s possible alongside us. It’s early, it’s raw, and we want you to push it. Break it. Tell us where it shines.

Try It Now

You can start using it right away. Open any project in Flux and launch Copilot. Click the model dropdown at the top of the chat panel, select “Next-gen” and then give it a real challenge. Some great starter prompts to see its strengths include:

“Perform a top-to-bottom schematic review for correctness, completeness, and robustness. Assess power, clocks/resets, signal interfaces, analog paths, protection, and passive choices.”
“Replace all low-stock parts with alternatives that meet the same constraints.”

{{try-gpt5}}

What’s New and Better

The upgrade isn’t just that GPT-5 is a newer model. It brings a different caliber of intelligence to Copilot:

  • Stronger reasoning and planning for complex, multi-step problems.
  • More accurate part and constraint decisions, often with clearer explanations.
  • Sharper design reviews that catch subtle issues and propose fixes.
  • Richer, more verbose answers that lay out assumptions, tradeoffs, and edge cases.

These improvements land harder in Flux because Copilot already has deep, live context on your design—down to parts, pins, nets, properties, constraints, and stackups—so reinforcement models and LLMs can work side-by-side from the canvas up to system architecture. And because Flux is built for agentic workflows—stepwise actions, constraint-aware edits, and iterative design loops right where you work—GPT-5 isn’t starting from scratch; it applies improved reasoning directly to your schematic or layout. Layered on top is a knowledge base of industry best practices and embedded design/process checks, so your AI partner starts from seasoned experience and turns that context into answers that are immediately relevant and actionable.

{{underline}}

Early Win from the Weekend

In just 48 hours of testing, we saw moments that made us stop and say, “This is new.”

{{copy-the-prompt}}

In this case Flux took a plain-English prompt and produced a full low-noise mic preamp to a 24-bit ADC—calculating the right bias, gain, and filter values, choosing real parts, then placing and wiring the entire block with decoupling, VCM bias, and star-ground best practices. It even audited itself (fixed missed ties, made gain legs switchable). The result is a ready-to-review schematic 80% away from layout built end-to-end—complex, competent, and fast.

{{underline}}

Getting the most from “Nex Gen” model in Flux

  • Read the whole answer. The “Next Gen” model is verbose on purpose—the assumptions, edge cases, and self-checks are where the value lives.
  • Front-load context. In your first message, share goals; rails & loads; key interfaces (e.g., USB-C: CC1/CC2, D+/D−, SBU); constraints (cost/size/EMI); and manufacturing rules of thumb. Keep answering follow-ups to deepen the design.
  • Scope tightly. When wiring schematics, tackle one rail, one bus, or one block at a time.
  • Plan before you act. Validate the change plan against requirements before applying edits—changing the plan is cheaper than undoing work.

{{underline}}

What’s Next

Right now GPT-5 powers Copilot’s chat, but this is just the beginning. We’re already working on:

  • Tighter loops between chat and in-editor actions.
  • More constraint-aware placement and routing.
  • Datasheet-to-design transformations in minutes.
  • Smarter, in-context automated fixes.

Open Flux now, switch Copilot to “Next-gen” and see how it handles your next design challenge. The sooner you try it, the more your feedback can shape the next leap in AI-powered hardware design.

{{try-gpt5}}

|
August 11, 2025
Meet the Arduino Nano R4: Why Is This Tiny Upgrade So Big for Makers?

Meet the Arduino Nano R4: Why Is This Tiny Upgrade So Big for Makers?

Arduino Nano R4 packs UNO R4 performance into Nano size. Learn specs, standout features, and who should upgrade in this in-depth guide.

What Exactly is the Arduino Nano R4?

The Arduino Nano R4 is a significant upgrade to Arduino’s popular Nano line, powered by the Renesas RA4M1 microcontroller. Imagine taking the powerful brains of the Arduino UNO R4 and shrinking them into a tiny, versatile form. With a 48 MHz Arm Cortex-M4F core, 256 KB of flash storage, and integrated EEPROM, the Nano R4 provides remarkable performance in a miniature footprint.

Regardless of whether you're prototyping, building IoT projects, or designing space-conscious hardware, the Nano R4 is designed to streamline your workflow and empower your creativity.

{{underline}}

What's New in the Arduino Nano R4?

The Nano R4 offers  exciting new features, making it one of Arduino’s most attractive small boards ever released:

  • Enhanced Processing Power: 48 MHz Arm Cortex-M4F MCU (Renesas RA4M1).
  • Expanded Memory: 256 KB Flash, 32 KB SRAM, and 8 KB EEPROM.
  • Compact & Production-Friendly: Single-sided component placement and castellated headers for easy PCB integration.
  • Versatile Connectivity: USB-C, built-in 3.3V Qwiic I²C connector, additional 5V I²C compatibility, UART, SPI, PWM, DAC, and CAN bus support.
  • Real-Time Clock (RTC): An integrated RTC with battery backup capability for accurate timekeeping.
  • RGB LED Indicator: Onboard LED for debugging, feedback, or user-interface enhancements.

{{underline}}

Looking to Fast-Track Your Arduino Hardware Design?

Browse the shield templates below, each pre-aligned with headers, that let hardware engineers move from concept to working prototype in record time. Choose a template, customize it to your needs, and start building.

  1. Arduino MKR Wifi Template
  2. Arduino Nano 33 Template
  3. Arduino MKR Zero Template
  4. Arduino Nano RP2040 Template

{{upsell-project}}

{{underline}}

Can I run my UNO R4 Minima sketch on a Nano R4?

Arduino Nano R4 keeps the classic Nano pin layout, so headers, shields, and breadboard wiring stay the same. Yes, just remap the pin numbers to match the Nano R4 layout. The Nano breakout connectors pinout is shown below:

Analog (JP1)

| Pin | Function | Type | Description | | :--- | :--- | :--- | :--- | | 1 | D13 / SCK | Digital | Serial Clock | | 2 | +3V3 | Power Out | +3V3 Power Rail | | 3 | B0 / AREF | Analog | Analog Reference | | 4 | A0 | Analog | Analog input 0 / DAC | | 5 | A1 | Analog | Analog input 1 / OPAMP + | | 6 | A2 | Analog | Analog input 2 / OPAMP – | | 7 | A3 | Analog | Analog input 3 / OPAMP Out | | 8 | A4 | Analog | Analog input 4 / I²C Serial Data (SDA) | | 9 | A5 | Analog | Analog input 5 / I²C Serial Clock (SCL) | | 10 | A6 | Analog | Analog input 6 | | 11 | A7 | Analog | Analog input 7 | | 12 | 5V | Power | USB power (5 V) | | 13 | BOOT1 | Mode | Board Reset 1 | | 14 | GND | Power | Ground | | 15 | VIN | Power | Voltage Input |

Digital (JP2)

| Pin | Function | Type | Description | | :--- | :--- | :--- | :--- | | 15 | D12 / CIPO | Digital | Controller In Peripheral Out | | 14 | D11 / COPI | Digital | Controller Out Peripheral In / PWM | | 13 | D10 / CS | Digital | Chip Select / PWM | | 12 | D9 | Digital | Digital pin 9 / PWM | | 11 | D8 | Digital | Digital pin 8 | | 10 | D7 | Digital | Digital pin 7 | | 9 | D6 | Digital | Digital pin 6 / PWM | | 8 | D5 | Digital | Digital pin 5 / PWM / CAN (RX) | | 7 | D4 | Digital | Digital pin 4 / CAN (TX) | | 6 | D3 | Digital | Digital pin 3 / PWM | | 5 | D2 | Digital | Digital pin 2 | | 4 | GND | Power | Ground | | 3 | RST | Internal | Reset (features a button) | | 2 | D0 / RX | Digital | Digital pin 0 / Serial Receiver (RX) | | 1 | D1 / TX | Digital | Digital pin 1 / Serial Transmitter (TX) |

{{underline}}

Why Does the Nano R4 Matter to Makers?

Compact Size, Big Performance

Nano R4 packs high-end functionality previously reserved for larger Arduino boards into a sleek, ultra-compact form factor. This allows makers to design more sophisticated, compact IoT and wearable projects without compromising power or features.

Seamless Transition from UNO R4

Already using Arduino’s popular UNO R4 boards? The Nano R4 offers complete compatibility with UNO R4’s software ecosystem, meaning your existing libraries, sketches, and workflows transfer smoothly to your Nano-sized projects.

Production Ready & Cost-Effective

The castellated headers and single-sided components ensure easy and cost-effective manufacturing—perfect for makers looking to transition prototypes into commercial products quickly and affordably.

Improved Connectivity and Expansion

The integrated Qwiic connector and additional I²C lines allow effortless integration of sensors, displays, and other peripherals. Add the RTC and RGB LED, and you have a remarkably versatile board ready for endless applications.

{{underline}}

Who Is the Arduino Nano R4 Designed For?

The Nano R4 meets a variety of needs:

  • Hobbyists & Students: Easy-to-use and powerful enough to handle beginner and advanced projects alike.
  • Product Developers: Small, affordable, and production-ready for embedding into commercial hardware.
  • Educators: Compact form factor and compatibility with Arduino IDE make it ideal for teaching embedded systems, robotics, and IoT concepts.

{{underline}}

How Does Nano R4 Compare to Previous Arduino Boards?

Compared to older Nano models (Nano Every or Nano 33), the Nano R4 offers substantial performance and memory improvements:

| Feature | Arduino Nano R4 | Arduino Nano Every | Arduino Nano 33 IoT | | :=== | :=== | :=== | :=== | | Microcontroller | Renesas RA4M1 (32-bit) | ATmega4809 (8-bit) | SAMD21 Cortex-M0+ (32-bit) | | Clock Speed | 48 MHz | 20 MHz | 48 MHz | | Flash Memory | 256 KB | 48 KB | 256 KB | | SRAM | 32 KB | 6 KB | 32 KB | | EEPROM | 8 KB 256 bytes | None | | RTC | ✅ Integrated | ❌ Not integrated | ❌ Not integrated | | Connectivity | USB-C, I²C, UART, SPI, CAN | Micro USB, UART, SPI, I²C | Micro USB, Wi-Fi, Bluetooth | | Form Factor | Nano-sized, castellated PCB | Nano-sized | Nano-sized |

The Nano R4 brings many of the features previously only available in higher-end Arduino boards into a Nano-sized form factor.

{{underline}}

Why Should You Upgrade to the Arduino Nano R4?

If you're currently using older Nano boards or even an Arduino UNO, here are quick reasons to make the jump to Nano R4:

  • Power & Performance: Significant upgrade with faster processing and more memory.
  • Better Compatibility: Simplified transition from UNO-based projects.
  • Lower Cost & Easier Manufacturing: Perfect for small-scale production or commercial projects.
  • Versatile Applications: Suitable for IoT, robotics, wearables, automation, and more.
  • Future-Proof: Modern features like USB-C, RTC, and expanded connectivity mean longer-lasting project relevance.

{{underline}}

Where Can You Get the Arduino Nano R4?

The Arduino Nano R4 is available in two variations:

  • Without Headers: Ideal for embedding into custom PCB designs (around $12.10).
  • With Pre-soldered Headers: Ready for quick prototyping and breadboarding (around $13.30).

Both versions are available directly from Arduino's online store and major electronics distributors.

{{underline}}

Ready to Start Your Nano R4 Project?

Arduino’s Nano R4 sets a new standard for compact, powerful, and production-friendly microcontroller boards. Whether you’re prototyping the next big IoT device or scaling your prototype for production, the Nano R4 offers the power and flexibility you need.

Visit our Featured Projects page to discover innovative Arduino builds and spark inspiration for your next big idea.

{{upsell-project}}

|
August 7, 2025
RP2350 A4 Stepping: Why Raspberry Pi Pico’s Latest Upgrade Changes Everything

RP2350 A4 Stepping: Why Raspberry Pi Pico’s Latest Upgrade Changes Everything

RP2350 A4 fixes GPIO bug, hardens security, adds 5 V tolerance and on-chip flash. See why every Pico project should migrate.

What Is the RP2350 A4 Stepping?

The RP2350 A4 stepping is the latest iteration of Raspberry Pi's powerful dual-core MCU, designed to correct significant hardware and security issues identified in earlier versions (particularly the A2 stepping). This update provides comprehensive improvements, delivering both enhanced security and optimized hardware performance, making it a must-have upgrade for serious developers and embedded systems designers alike.

If you're connecting the RP2350 to retro computing hardware, there's good news: after extensive testing, the RP2350 is now officially 5V tolerant!

{{underline}}

Can My Current Pico Projects Run on the New A4 Stepping?

Absolutely! Because A4 is a pin-compatible, drop-in replacement, your existing Pico designs work right away, often with nothing more than a rebuild on the latest SDK. Here are four examples you can migrate today:

  1. Pico Smart Automation Controller – A DIY home-automation hub that enables intelligent control for sensors, relays, and devices.
  2. Pico Macro Keyboard – A customizable USB HID keypad a.k.a macro pad built using the Raspberry Pi Pico 2.
  3. Avocaudio – Tiny Community Audio Board – A tinyML board designed for extensive audio data collection across various tinyML applications.
  4. Raspberry Pi Pico 2 Shield Template – A ready-made “shield” PCB that mirrors the exact footprint and pin order of the Pico 2, much like an Arduino shield.

{{upsell-project}}

{{underline}}

How Can I Tell If I Have the A2 or A4 Stepping?

You can identify the stepping version from the marking on the top surface of the chip, as illustrated below.

{{underline}}

Do Pinouts Change with the RP2350 A4 Stepping?

No, great news for hardware engineers! The pin configuration and layout of the RP2350 A4 stepping remain identical to earlier versions, making it a perfect drop-in replacement. You can upgrade existing hardware designs without any modifications to your PCB layouts.

Below, I've included a detailed pinout mapping for quick reference.

GPIO Pins

| Name | QFN-60 | QFN-80 | Type | Power Domain | Description | | :--- | :---: | :---: | :--- | :--- | :---: | | GPIO0 | 2 | 77 | Digital IO (FT) | IOVDD | User IO | | GPIO1 | 3 | 78 | Digital IO (FT) | IOVDD | User IO | | GPIO2 | 4 | 79 | Digital IO (FT) | IOVDD | User IO | | GPIO3 | 5 | 80 | Digital IO (FT) | IOVDD | User IO | | GPIO4 | 7 | 1 | Digital IO (FT) | IOVDD | User IO | | GPIO5 | 8 | 2 | Digital IO (FT) | IOVDD | User IO | | GPIO6 | 9 | 3 | Digital IO (FT) | IOVDD | User IO | | GPIO7 | 10 | 4 | Digital IO (FT) | IOVDD | User IO | | GPIO8 | 12 | 6 | Digital IO (FT) | IOVDD | User IO | | GPIO9 | 13 | 7 | Digital IO (FT) | IOVDD | User IO | | GPIO10 | 14 | 8 | Digital IO (FT) | IOVDD | User IO | | GPIO11 | 15 | 9 | Digital IO (FT) | IOVDD | User IO | | GPIO12 | 16 | 11 | Digital IO (FT) | IOVDD | User IO | | GPIO13 | 17 | 12 | Digital IO (FT) | IOVDD | User IO | | GPIO14 | 18 | 13 | Digital IO (FT) | IOVDD | User IO | | GPIO15 | 19 | 14 | Digital IO (FT) | IOVDD | User IO | | GPIO16 | 27 | 16 | Digital IO (FT) | IOVDD | User IO | | GPIO17 | 28 | 17 | Digital IO (FT) | IOVDD | User IO | | GPIO18 | 29 | 18 | Digital IO (FT) | IOVDD | User IO | | GPIO19 | 31 | 19 | Digital IO (FT) | IOVDD | User IO | | GPIO20 | 32 | 20 | Digital IO (FT) | IOVDD | User IO | | GPIO21 | 33 | 21 | Digital IO (FT) | IOVDD | User IO | | GPIO22 | 34 | 22 | Digital IO (FT) | IOVDD | User IO | | GPIO23 | 35 | 23 | Digital IO (FT) | IOVDD | User IO | | GPIO24 | 36 | 25 | Digital IO (FT) | IOVDD | User IO | | GPIO25 | 37 | 26 | Digital IO (FT) | IOVDD | User IO | | GPIO26_ADC0 | 40 | | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO27_ADC1 | 41 | | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO28_ADC2 | 42 | | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO29_ADC3 | 43 | | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO26 | | 27 | Digital IO (FT) | IOVDD | User IO | | GPIO27 | | 28 | Digital IO (FT) | IOVDD | User IO | | GPIO28 | | 36 | Digital IO (FT) | IOVDD | User IO | | GPIO29 | | 37 | Digital IO (FT) | IOVDD | User IO | | GPIO30 | | 38 | Digital IO (FT) | IOVDD | User IO | | GPIO31 | | 39 | Digital IO (FT) | IOVDD | User IO | | GPIO32 | | 40 | Digital IO (FT) | IOVDD | User IO | | GPIO33 | | 42 | Digital IO (FT) | IOVDD | User IO | | GPIO34 | | 43 | Digital IO (FT) | IOVDD | User IO | | GPIO35 | | 44 | Digital IO (FT) | IOVDD | User IO | | GPIO36 | | 45 | Digital IO (FT) | IOVDD | User IO | | GPIO37 | | 46 | Digital IO (FT) | IOVDD | User IO | | GPIO38 | | 47 | Digital IO (FT) | IOVDD | User IO | | GPIO39 | | 48 | Digital IO (FT) | IOVDD | User IO | | GPIO40_ADC0 | | 49 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO41_ADC1 | | 52 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO42_ADC2 | | 53 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO43_ADC3 | | 54 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO44_ADC4 | | 55 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO45_ADC5 | | 56 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO46_ADC6 | | 57 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input | | GPIO47_ADC7 | | 58 | Digital IO / Analog | IOVDD / ADC_AVDD | User IO or ADC input |

QSPI Pins

| Name | QFN-60 | QFN-80 | Type | Power Domain | Reset | Description | | :--- | :---: | :---: | :--- | :--- | :---: | :--- | | QSPI_SD3 | 55 | 70 | Digital IO | QSPI_IOVDD | Pull-Up | QSPI data | | QSPI_SCLK | 56 | 71 | Digital IO | QSPI_IOVDD | Pull-Down | QSPI clock | | QSPI_SD0 | 57 | 72 | Digital IO | QSPI_IOVDD | Pull-Down | QSPI data | | QSPI_SD2 | 58 | 73 | Digital IO | QSPI_IOVDD | Pull-Up | QSPI data | | QSPI_SD1 | 59 | 74 | Digital IO | QSPI_IOVDD | Pull-Down | QSPI data | | QSPI_SS | 60 | 75 | Digital IO | QSPI_IOVDD | Pull-Up | QSPI chip select / USB BOOTSEL |

Crystal Oscillator Pins

| Name | QFN-60 | QFN-80 | Type | Power Domain | Description | | :--- | :---: | :---: | :--- | :--- | :--- | | XIN | 21 | 30 | Analogue (XOSC) | IOVDD | Crystal oscillator; XIN may also be driven by a square-wave source | | XOUT | 22 | 31 | Analogue (XOSC) | IOVDD | Crystal oscillator |

Misc Pins

| Name | QFN-60 | QFN-80 | Type | Power Domain | Reset | Description | | :--- | :---: | :---: | :--- | :--- | :---: | :--- | | RUN | 26 | 35 | Digital In (FT) | IOVDD | Pull-Up | Chip enable / reset_n | | SWCLK | 24 | 33 | Digital In (FT) | IOVDD | Pull-Up | Serial Wire Debug clock | | SWDIO | 25 | 34 | Digital IO (FT) | IOVDD | Pull-Up | Serial Wire Debug data |

USB Pins

| Name | QFN-60 | QFN-80 | Type | Power Domain | Description | | :--- | :---: | :---: | :--- | :--- | :--- | | USB_DP | 52 | 67 | USB IO | USB_QTP_VDD | USB Data +; 27 Ω series resistor required for USB operation |

{{underline}}

What’s New in the RP2350 A4 Stepping?

This stepping addresses several critical issues and introduces highly requested features:

  • GPIO Leakage Bug Fixed: Resolves the notorious RP2350 erratum 9, removing unwanted current leakage on GPIO pins. As a result, external resistors are no longer required to pull inputs low, though they may safely be retained in existing designs.
  • Enhanced Security: Addresses boot ROM exploits, OTP corruption, glitch vulnerabilities, and provides hardened AES encryption for secure applications.
  • Integrated Flash Versions: Introduction of RP2354A/B variants with built-in 2 MB flash, simplifying hardware design and lowering production complexity.
  • Official 5V GPIO Tolerance: Easier interfacing with legacy and retro-computing hardware without needing additional level shifting.

{{underline}}

Why Does the A4 Stepping Matter to You?

  • Goodbye GPIO Leakage. No more worrying about external workarounds, your designs become simpler, cheaper, and more reliable.
  • Stronger Security from the Ground Up. Hardened security improvements protect your products from known vulnerabilities, ensuring safer deployments, particularly important in IoT, industrial, and sensitive embedded projects.
  • Simplified Hardware Design. The RP2354 integrated-flash variant significantly reduces design complexity, saving PCB space and manufacturing costs.
  • Wider Compatibility. Official support for 5 V GPIO levels unlocks compatibility with more devices, sensors, and legacy systems without extra complexity.

{{underline}}

Will the A2 stepping be discontinued?

Raspberry Pi already stopped manufacturing the A2 stepping, shifted all production exclusively to A4, and removed remaining A2 inventory from distribution channels. The A4 stepping is a direct, drop-in replacement for A2, so you shouldn't encounter any issues transitioning to the newer version.

{{underline}}

How Can You Upgrade to the RP2350 A4 Stepping?

Follow these simple steps to leverage the power of RP2350 A4 in your Raspberry Pi Pico projects:

  1. Update your Pico SDK to version 2.1.0 or newer (recommended: 2.2.0).
  2. Rebuild your firmware using the latest SDK to ensure compatibility and utilize new security features.
  3. Switch to RP2350 A4 stepping hardware fully compatible with existing designs but with improved security and reliability.

{{underline}}

Availability and Pricing

  • RP2350A/B A4 Stepping: Now widely available through official Raspberry Pi distributors.
  • RP2354 Integrated Flash Variants: Available soon at around $1.30 to $1.40 per chip, simplifying your designs and saving costs.

{{underline}}

Final Thoughts

The RP2350 A4 stepping significantly upgrades the potential of Raspberry Pi Pico-based designs. Enhanced security, hardware reliability, simpler designs, and broad compatibility make this stepping a turning point for professional and hobbyist projects alike.

Explore our Featured Projects page to discover more Raspberry Pi projects and fresh ideas that will jump-start your next hardware prototype.

{{upsell-project}}

|
August 7, 2025