Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions apps/nextjs-app/app/docs/microflow-studio/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ Microflow studio should automatically detect your microcontroller when connected

1. Waiting for a microcontroller to be connected to your computer
2. Detecting the type of microcontroller.
{% callout type="note" title="Be patient" %}
To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller in this step. This software allows your computer to talk to the microcontroller.
3. Uploading your flow.
4. Running your flow.

{% callout type="note" title="Be patient" %}
To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller in this step. This software allows your computer to talk to the microcontroller.

Copilot AI Dec 4, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "in this step" is now ambiguous since the callout is no longer part of the numbered list. Consider changing it to "during the detection step (step 2)" or "during step 2" to clarify which step the StandardFirmata installation occurs in.

Suggested change
To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller in this step. This software allows your computer to talk to the microcontroller.
To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller during the detection step (step 2). This software allows your computer to talk to the microcontroller.

Copilot uses AI. Check for mistakes.

This will only happen the first time you connect your microcontroller, and will take some time (usually 30-60 seconds). Please don't disconnect your microcontroller during this process.
{% /callout %} 3. Uploading your flow. 4. Running your flow.
{% /callout %}

If your microcontroller does not reach step 4 automatically, your microcontroller might either not be [supported](#supported-microcontroller-boards) or having [issues connecting](#not-connecting).

Expand Down
Loading