You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
10
10
languages: ["rust"]
11
11
viamresources: []
12
12
platformarea: ["registry"]
@@ -21,9 +21,9 @@ aliases:
21
21
- /installation/viam-micro-server-dev/
22
22
---
23
23
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`.
25
25
`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.
27
27
28
28
{{< alert title="Looking to install viam-micro-server?" color="note" >}}
29
29
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