Skip to content

Commit 6c59f56

Browse files
authored
Update micro-module.md (#3921)
1 parent d26fe1e commit 6c59f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/operate/get-started/other-hardware/micro-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 29
66
images: ["/installation/thumbnails/esp32-espressif.png"]
77
imageAlt: "E S P 32 - espressif"
88
tags: ["modular resources", "components", "services", "registry"]
9-
description: "Set up the Espressif ESP32 for development with the Micro-RDK including writing and using custom modules with the Micro-RDK rather than the pre-built viam-micro-server."
9+
description: "Set up an Espressif ESP32 microcontroller for development with the Micro-RDK including writing and using custom modules rather than using the pre-built viam-micro-server."
1010
languages: ["rust"]
1111
viamresources: []
1212
platformarea: ["registry"]
@@ -21,9 +21,9 @@ aliases:
2121
- /installation/viam-micro-server-dev/
2222
---
2323

24-
[The Micro-RDK](https://github.com/viamrobotics/micro-rdk/) is the lightweight version of Viam's full Robot Development Kit (RDK), designed for resource-limited embedded systems (ESP32) that cannot run the fully-featured `viam-server`.
24+
[The Micro-RDK](https://github.com/viamrobotics/micro-rdk/) is the lightweight version of Viam's full Robot Development Kit (RDK), designed for resource-limited embedded systems (ESP32 microcontrollers) that cannot run the fully-featured `viam-server`.
2525
`viam-micro-server` is the pre-built firmware built from the Micro-RDK and a default set of {{< glossary_tooltip term_id="module" text="modules" >}}, provided for convenience.
26-
If you want to use different modules with the Micro-RDK, you can build your own firmware using the instructions on this page.
26+
If you want to use different modules on your microcontroller, you can build your own firmware with the Micro-RDK and your choice of modules using the instructions on this page.
2727

2828
{{< alert title="Looking to install viam-micro-server?" color="note" >}}
2929
If you only want to install the pre-built `viam-micro-server` firmware with a default set of modules, follow the normal [setup instructions](/operate/get-started/setup/) instead.

0 commit comments

Comments
 (0)