Hello,
I'm currently working on a project which needs specific functions from the uart module.
These functions are already implemented in an unreleased version of the esp_hal.
I can use a unreleased esp_hal version for development but I like to work with official released versions.
Is there a plan ...
Search found 3 matches
- Tue Apr 07, 2026 7:19 am
- Forum: Rust
- Topic: When is the next esp_hal release?
- Replies: 0
- Views: 52
- Sun Feb 22, 2026 4:43 pm
- Forum: Rust
- Topic: DMX Controller in Rust (ESP32C6) issues
- Replies: 2
- Views: 691
Re: DMX Controller in Rust (ESP32C6) issues
Thank you for your help.
With the send_break function I could get it to work.
I had to order the "raw" max3485 dip chip. Before that I used a basic module with the max3485 on it, which was the reason for the flickering.
With the "raw" chip and the send_break function the light lights up perfectly ...
With the send_break function I could get it to work.
I had to order the "raw" max3485 dip chip. Before that I used a basic module with the max3485 on it, which was the reason for the flickering.
With the "raw" chip and the send_break function the light lights up perfectly ...
- Sun Feb 01, 2026 12:28 pm
- Forum: Rust
- Topic: DMX Controller in Rust (ESP32C6) issues
- Replies: 2
- Views: 691
DMX Controller in Rust (ESP32C6) issues
Hello,
I'm pretty new to the esp world and my rust knowledge is also limited but I wanted to create a dmx controller for this light ( https://www.thomann.de/de/stairville_clb5_rgb_ww_compact_led_bar_5.htm ).
And because of the esp_hal 1.0.0 release I gave it a try in rust.
I have a ESP32-C6 ...
I'm pretty new to the esp world and my rust knowledge is also limited but I wanted to create a dmx controller for this light ( https://www.thomann.de/de/stairville_clb5_rgb_ww_compact_led_bar_5.htm ).
And because of the esp_hal 1.0.0 release I gave it a try in rust.
I have a ESP32-C6 ...