Commit graph

35 commits

Author SHA1 Message Date
Mirabellensaft f36e643c9b rm mut 2022-12-06 17:38:42 +01:00
Mirabellensaft 0fc33297f8 fix format 2022-01-12 18:14:09 +01:00
Mirabellensaft eec0e0a6bb fix format 2022-01-12 18:05:55 +01:00
Mirabellensaft ca262675e8 info! -> println! 2022-01-10 14:31:07 +01:00
Lotte Steenbrink d35f392a81 adjust stack_overflow 2022-01-10 14:28:35 +01:00
Lotte Steenbrink f9f640e9a5 uncomplicate crc printing 2022-01-10 14:28:35 +01:00
Lotte Steenbrink 36776c7ba8 rm superfluous exit() 2022-01-10 14:28:35 +01:00
Lotte Steenbrink 1752956de2 move to heapless 0.7 2022-01-10 14:28:35 +01:00
Lotte Steenbrink b672967d8a use defmt in training materials 2022-01-10 14:28:15 +01:00
Mirabellensaft 62f74005a1 bring all tooling to current versions --beginner 2022-01-10 14:26:13 +01:00
Lotte Steenbrink ecae3b725a better comments 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 60dd65fa1f fix typo 2022-01-10 14:24:44 +01:00
Lotte Steenbrink e0ed95dcc4 convert all beginner code snippets 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 6bbd0c1e45 wip: move beginner to defmt 2022-01-10 14:24:44 +01:00
Lotte Steenbrink ceb2e25199 wip 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 49a5d9e898 cargo fmt 2021-04-28 10:39:19 +02:00
Lotte Steenbrink adaca12a61 appeal to the rustfmt gods 2021-04-28 10:39:19 +02:00
Lotte Steenbrink 50fdc33908 point out parts of a embedded program in helo.rs, Cargo.toml 2021-04-28 10:39:19 +02:00
Lotte Steenbrink 5ae285ea8b radio-puzzle: add some explanation about 2021-04-21 12:36:43 +02:00
Jorge Aparicio 2758be8412 adapt beginner material to BSP changes 2021-03-16 13:27:01 +01:00
Lotte Steenbrink 514292aaab add stack_overflow exercise 2021-01-22 15:01:48 +01:00
Jorge Aparicio 91edd1d679 fix unconditional_panic warning 2020-07-16 16:21:49 +02:00
Jorge Aparicio 7b49851f97 note in the code that the DK's & Dongle's channels must match 2020-07-16 10:31:08 +02:00
Mirabellensaft c88ede8e48 add set_channel and reminder to radio-recv.rs 2020-07-15 13:03:51 +02:00
Jorge Aparicio b99f217b25 address Lotte's feedback
- removed 'in their value' from text
- elaborate a bit more on the type level diff between `[b'H', b'i']` and `b"Hi"`
- note that not being fully 802.15.4 compliant is not an issue for the workshop
  exercises
- use `b'A'` syntax in hints now that it has been covered early on
- use large enough capacity in hints
- for consistency, set channel first thing in all hints
2020-06-25 13:28:58 +02:00
Jorge Aparicio c334e9f0f7 add solutions 2020-06-24 16:38:01 +02:00
Jorge Aparicio 8c46276f64 demistify string literals early on 2020-06-24 15:16:28 +02:00
Jorge Aparicio ea4f4e2cfc - use recv_timeout everywhere
- add notes about literals
- add note about delay between send & recv
2020-06-23 11:30:04 +02:00
Jorge Aparicio 515186020c WIP: add puzzle hints 2020-06-23 11:28:27 +02:00
Jorge Aparicio c918a995d7 make the puzzle dongle app operate on channel 25
and adjust puzzle-radio starter code accordingly

this reduces the chance of people using puzzle-radio with the wrong dongle
app (i.e. loopback); that would lead to them getting response different than
what's indicated in the text

I have also added the app name to the dongle / serial-term output:

``` text
deviceid=75fa82ad7588b3c7 channel=20 TxPower=+8dBm app=loopback.hex
```
2020-06-23 11:28:27 +02:00
Jorge Aparicio 8140c7bba9 WIP: show recv_timeout API
TODO update text
2020-06-23 11:28:27 +02:00
Lotte Steenbrink e8c5acfe9a radio-puzzle.rs: simplify error handling, add explanatory comments 2020-06-17 14:30:07 +02:00
Lotte Steenbrink c81391066d serial-term, radio-send: rm unused imports 2020-06-15 11:42:37 +02:00
Jorge Aparicio 75f41a47c4 - remove outdated notes
- VS: you can open more than one folder in the same VS workspace
- current folder in VS code needs to be set to beginner/apps for "Run" to appear
- rename `lsusb` to `usb-list`
- recommend `usb-list` over `lsusb`
- make `serial-term` behave like `screen`
2020-06-12 11:45:57 +02:00
Jorge Aparicio 53d10f9a4a squashed 2020-06-09 11:58:27 +02:00