Skip to content

Guide overview

This section collects development guides and tutorials for the Montic W-series to help you get started quickly and go deeper.

Guide index

Available guides

Guides in progress

Rust environment setup

Embedded development with Rust, including environment setup, the Embassy framework, and sample projects.

Coming soon

Zephyr RTOS

Configure and use the Zephyr real-time OS on W02 to build cross-platform IoT applications.

Coming soon

Guide applicability

Different guides target different products. Use the table below to choose the right guide:

W02 (ESP32-C6)W04 (CH32V208)
Using MicroPython
Using UF2 Bootloader
Rust environment setup
Zephyr RTOS

Choose your development approach

Pick an approach based on your goals and experience:

Rapid prototyping

If you want to validate ideas quickly, try:

  • MicroPython (W02): Python syntax, interactive REPL, no compilation
  • Arduino: broad library ecosystem and easy to use

High-performance development

If you need performance and memory safety:

  • Rust + Embassy: async framework with memory safety for complex projects
  • Vendor C/C++ SDKs: traditional embedded development with direct hardware access

IoT applications

If you are building IoT solutions:

  • Zephyr RTOS: modular design with extensive networking protocol support

For product details, visit the Product overview.