-
The blocking uart's blocking+async flush only waits until the buffered data is enqueued, NOT until the data is all out on the wire:
https://github.com/embassy-rs/embassy/blob/871d82de7165781ca6164d…
-
Async and blocking currently share some "setup" code. This setup code needs to wait for some things, for example here:
https://github.com/embassy-rs/embassy/blob/a2d4bab2f8a4a9b994bc0289938a9f72595…
-
I'm using SPI to drive some WS2812 RGB LEDs (only using MOSI). On stm32, SPI::write/read calls finish_dma after the transaction, which disables the peripheral. That appears to leave MOSI & CLK floatin…
-
The board's communication LED blinks while the program attempts to run, but after a short while it panics and exits with error code 22. The message I receive is pasted below. Any help to getting atble…
-
I noticed that this project reserved the crate embassy-avr: https://lib.rs/crates/embassy-avr Does this foretell AVR support in the near future?
-
* We are missing the [HwDisabled](https://infocenter.nordicsemi.com/topic/ps_nrf52840/uicr.html?cp=4_0_0_3_4_0_4#register.APPROTECT) value for `UICR.APPROTECT`.
* We are missing the entire [APPROTECT…
-
Hello,
I would like to use the radio peripheral on the nRF52 DK board, just like on the nRF52840 dongle, but the lib is not available, yet. Is there any special reason for that?
Thank you!
-
Goal:
- Know some data in each room of the house (Kitchen, Living-Room, Office Room, BedRoom)
- Collect those data in a Prometheus
Data to collect:
- Light Level
- °C
- CO2 if possible
- humidity %…
-
**Describe the bug**
After a couple of days of trying to get probe-rs to work with my chip Espressif ESP32-C3-Devkit-M1 and JTAG ESP-Prog adapter, I'm now at a point where I can successfully enter a …
-
👍🏻
I'd like to try and understand what will involved in getting Drogue-IOT integrated with the esp-rs ESP Rust Embedded community.
I see this project already uses Embassy, so this presentation mi…