Skip to content

DOCS-3797: Modernize the Micro-RDK platform #4212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/operate/get-started/other-hardware/micro-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To be able to develop for the Micro-RDK on macOS and Linux systems, you must ins
1. Use `espup` to download and install the ESP Rust toolchain:

```sh { class="command-line" data-prompt="$"}
espup install -s -f /dev/null -v 1.83.0
espup install -s -f /dev/null -v 1.85.0
```

{{< alert title="Note" color="tip" >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/operate/reference/components/board/esp32.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The following properties are available for `digital_interrupts`:
### PWM signals on `esp32` pins

You can set PWM frequencies with Viam through the [`GPIOPin` API](/dev/reference/apis/components/board/#api).
Refer to the [Espressif documentation for valid frequencies and duty resolutions](https://docs.espressif.com/projects/esp-idf/en/v4.4/esp32/api-reference/peripherals/ledc.html?#supported-range-of-frequency-and-duty-resolutions).
Refer to the [Espressif documentation for valid frequencies and duty resolutions](https://docs.espressif.com/projects/esp-idf/en/release-v5.4/esp32/api-reference/peripherals/ledc.html#supported-range-of-frequency-and-duty-resolutions).
A configured `esp32` board can support a maximum of four different PWM frequencies simultaneously, as the boards only have four available timers.

For example:
Expand Down
Loading