Timo Kröger

Results 10 issues of Timo Kröger

Trying too get `embassy-lora` running on a [LoRa-E5 Dev Board](https://wiki.seeedstudio.com/LoRa_E5_Dev_Board/). I can see the join message arriving in the The Things Network console but the device does not receive the...

From the PS: "The software has to explicitely start LFCLK before using the RTC." With the current API it is possible to configure the RTC without having LFCLK enabled (and...

Draft until my [hardware for testing arrives](https://www.cnx-software.com/2024/03/01/weact-stm32g4-tiny-board-stm32g4-mixed-signal-microcontroller/). - [ ] Check for received hard reset in `transmit()` and `receive()` - [ ] Method to send a hard reset - [...

https://github.com/therealprof/embedded-error/issues/8

https://github.com/rust-embedded/embedded-hal/pull/212#issuecomment-635822962

Add an example that use the CAN traits without any other dependencies. The `stm32-fwupdate` example from the `pcan-basic` could be used. Think about how to test the example and check...

Embed a set of common defaults in the binary. Select them from the tray icon context menu. The `rkyv` crate might be a candidate to store the compiled layouts.