Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/495

Assignment 6: What's Next?

·2 mins·
Table of Contents

Congratulations on completing the Slint GUI workshop with ESP32 and Rust no_std!

You’ve now gone through the complete process:

  • Setting up the Rust toolchain and environment for ESP32
  • Running your first Slint GUI on the desktop
  • Porting the application to ESP32 hardware
  • Integrating Wi-Fi scan functionality and updating the UI with live data

Where to Go From Here
#

There’s a lot more you can explore:

🀝 Community
#

Join the community on Matrix to get help, share your project, or contribute:

πŸ“š Developer Resources
#

πŸ“¦ Awesome ESP Rust
#

Explore more examples, tools, templates, and projects:

Some examples you might find inspiring:

no_std Projects
#

std-based Projects
#

πŸ’‘ Contribute Back
#

This training is open source. Contributions and improvements are welcome!

We encourage you to:

  • Extend the UI
  • Add sensor data
  • Port to new boards
  • Submit PRs with new lessons!

Thank you for learning with us!


πŸ™Œ Credits
#

This workshop was developed by Michael Winkelmann and is available as open training.

If you’re interested in organizing a training session, feel free to contact the trainer directly.

The training was created in collaboration with:

Related

About
Assignment 5: Add Wi-Fi scan on ESP32
3 mins