-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Esha Maharishi <[email protected]>
- Loading branch information
1 parent
f1e211f
commit a922909
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{{< alert title="Add support for other models" color="note" >}} | ||
If none of the existing models fit your use case, you can create a {{< glossary_tooltip term_id="modular-resource" text="modular resource" >}} to add support for it. | ||
|
||
`viam-micro-server` works differently from the RDK, so creating modular resources for it is different. | ||
Refer to the [Micro-RDK Module Template on GitHub](https://github.com/viamrobotics/micro-rdk/tree/main/templates/module) for information on how to create custom resources for your `viam-micro-server` machine. | ||
You will need to [recompile and flash your ESP32 yourself](/operate/get-started/other-hardware/micro-module/) instead of using Viam's prebuilt binary and installer. | ||
The Micro-RDK works differently from the RDK, so creating modular resources for it is different. | ||
Refer to the [Micro-RDK Module Template on GitHub](https://github.com/viamrobotics/micro-rdk/tree/main/templates/module) for information on how to create custom resources for your microcontroller. | ||
You will need to [build custom firmware and flash your ESP32 yourself](/operate/get-started/other-hardware/micro-module/) instead of using Viam's prebuilt binary and installer. | ||
{{< /alert >}} |