Commit graph

14 commits

Author SHA1 Message Date
Jorge Aparicio 03f07025e3 add license 2020-07-10 11:15:54 +02:00
Jorge Aparicio 682175b377 update setup: install v0.8 of cargo-{embed,flash} 2020-07-08 16:54:38 +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 3983ee5310 - beginner and advanced Cargo features
- more work on advanced text
- update hex files
2020-06-11 13:48:35 +02:00
Jorge Aparicio 53d10f9a4a squashed 2020-06-09 11:58:27 +02:00