Jorge Aparicio
cbbfda6009
Update beginner/README.md
...
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-25 09:01:47 +00:00
Jorge Aparicio
6c96af97ae
Update beginner/README.md
...
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-25 08:50:56 +00: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
9c32bafa05
Update beginner/README.md
...
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-23 11:24:41 +00:00
Jorge Aparicio
e64576a126
Update beginner/README.md
...
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-23 11:24:31 +00: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
affd4fa9c5
another hint: do not use str or char
2020-06-23 11:28:27 +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
ca98eff912
beginner/README.md: note that Dongle wiull always send vaid UTF-8, driveby fix whitespace errs
2020-06-17 14:33:19 +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
f829ad46ae
- Real Time for The Masses has been renamed to RTIC
...
- add 'project from scratch' section to the beginner workshop
2020-06-12 17:54:45 +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