beginner/README.md: add some tips for first steps in yur project from scratch

This commit is contained in:
Lotte Steenbrink 2020-06-26 10:16:48 +02:00
parent 9f75508416
commit 0d3d62de23

View file

@ -527,6 +527,15 @@ If no HAL is available for your device then you'll need to build one yourself. T
> NOTE additional content, if needed / desired
## Hello, 💡
Now that you've set up your own project from scratch, you could start playing around with it by turning on one of the DK's on-board LEDs using only the HAL. Some hints that might be helpful there:
- Before you dive into interrupt handling on your own, work through the advanced material of this course to learn about [RTIC][rtic]
- The [Embedded Rust Book][embedded rust] is a great reference, especially the Concurrency chapter.
[rtic]: https://docs.rs/cortex-m-rtic/0.5.3/rtic/
[embedded rust]: https://rust-embedded.github.io/book/
## (extra) adding addresses to packets
> have people use the `ieee802154` crate to add a MAC header to the radio packet. New dongle firmware would be required to respond differently to broadcast packets and addressed packets