Translate and enrich ideas
Besides translation, this commit also incorporates some minor clarifications based on what was said on the OBUS codenight.
This commit is contained in:
parent
8e65f4bbd1
commit
4f765b3253
1 changed files with 23 additions and 24 deletions
|
@ -2,44 +2,43 @@
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
Modules werken volgens het standard communicatie protocol. Er kunnen ook codes naar gestuurd worden voor extra informatie op te vragen en om zaken te configureren.
|
Modules use the standard communication protocol. Extensions in the form of additional message types can be used to request extra information and for configuration.
|
||||||
Enkel het ID/adress wordt op de module ingesteld (via dipswitches of dergelijke)
|
Only the ID/address should be configured on the modules themselves (with DIP switches or something like that).
|
||||||
|
|
||||||
## Controller
|
## Controller
|
||||||
|
|
||||||
Eventueel controle paneel / score bord. zodat er gewerkt kan worden in teams.
|
The controller could have an interface (GUI/CLI/web app) with a control panel and/or scoreboard, to enable competition between different teams.
|
||||||
Dit zou toelaten om mee te kijken terwijl een team bezig is.
|
Spectators could follow along in real time.
|
||||||
|
The controller could be a Raspberry PI to have easy networking.
|
||||||
Door een interface (GUI/CLI) kan het spel geconfigureerd worden en opgevolgd worden.
|
|
||||||
|
|
||||||
## Needy
|
## Needy
|
||||||
|
|
||||||
- tbd
|
- TBD
|
||||||
|
|
||||||
## Puzzles
|
## Puzzles
|
||||||
|
|
||||||
- Midgard's grote wijzerplaat
|
- Midgard's dial
|
||||||
- Grote noodstop knop (of andere grote knop)
|
- Big emergency button (or other big button)
|
||||||
- Grote "mechanische schakelaar"
|
- Big "mechanical knife switch"
|
||||||
- Timer (met metronoom)
|
- Timer (with metronome)
|
||||||
- snake
|
- Snake
|
||||||
- boolean logic
|
- Boolean logic
|
||||||
- last-minute modules
|
- Last-minute modules
|
||||||
- specifieke datum
|
- Modules that require actions at specific dates
|
||||||
- simon says
|
- Simon says
|
||||||
- don't push this button
|
- Don't push this button
|
||||||
- morse
|
- Morse
|
||||||
- module waarbij je een aantal resistors hebt en die correct moet verbinden op de juiste plaatsen
|
- Module with a few resistors that you have to connect at the correct locations
|
||||||
|
|
||||||
### Essentie (voor POC):
|
### Essentials (for PoC):
|
||||||
|
|
||||||
- Buttons
|
- Buttons
|
||||||
- LCD + knoppen
|
- LCD + buttons
|
||||||
- 7-segment display
|
- 7-segment display
|
||||||
- DPAD + enter
|
- DPAD + enter
|
||||||
- OLED scherm
|
- OLED display
|
||||||
- Console (debug?)
|
- Console (debug?)
|
||||||
|
|
||||||
## Documentatie
|
## Documentation
|
||||||
|
|
||||||
Documentatie in de stijl van een datasheet van het bedrijf "Zeus WPI". (oude stijl)
|
Documentation with the look of a datasheet of the corporation "Zeus WPI" (retro style).
|
||||||
|
|
Loading…
Reference in a new issue