Daniel Egger
Daniel Egger
@kiffie If you'd like a bit more exposure for those crates PRing them to https://github.com/rust-embedded/awesome-embedded-rust might be a good start. 😉
@LinusU That's a rather weird device and not quite like what @kfihihc is proposing... If a cheap embedded device with Rust support is needed you can always get a BBC...
@kfihihc There's some more "standards" you could use, like "Arduino Nano", used by Arduino Nano and e.g. Nucleo-32 board (e.g. https://os.mbed.com/platforms/ST-Nucleo-F042K6/). The last one you've provided a picture for is,...
@kfihihc Yes, that PMOD. Very popular with the FPGA crowds. Almost forgot: MikroBUS is also very popular: https://www.mikroe.com/rs/mikrobus
You might want to check out https://github.com/nrf-rs/microbit which has quite a few similarities to the Calliope.
@adamgreig I believe there were specific reasons why the book was integrated into the Rust bookshelf in the way it is now but I'm pretty sure we can sort it...
Removing nominated flag due to decision being made.
👋 we don't run a mailinglist but we'd be happy to see you on our Matrix/Element.io channel https://app.element.io/#/room/#rust-embedded:matrix.org Regarding the newsletter, you may want to point your favourite RSS reader...
No idea, works just fine for me.
One thing that works is instantiate some seedable RNG (like `ChaChaRng`) and either seed it with TRNG data when booting up or periodically feed it with some entry e.g. using...