Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:instructions:wristbandv2 [2018/02/02 09:53] – created kniwwelino | en:instructions:wristbandv2 [2018/02/21 16:29] (current) – kniwwelino | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Best friends wristband version 2 ===== | ||
| + | This variant of the best friends wristband will allow you to predefine a list of icons or messages. | ||
| + | With button A you can navigate in the list of icons and messages. | ||
| + | With button B you can send the selected icon or message. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ==== Programming ==== | ||
| + | |||
| + | * Add a variable to indicate which icon is selected. It needs to be initialised in '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * Create an own group and connect the matrix as in the first version of the wristband. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * When button A is pressed you increase the variable '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * When button B is pressed you send the icon which was selected. | ||
| + | * To show who has sent the last message you can define an own color for each of the friends. When she/he sends the message, the LED of the message receivers will light in that color. Don't forget to connect the LED to make it work. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | === Hints === | ||
| + | * To add '' | ||
| + | * Make sure to use the blocks in '' | ||
| + | |||
| + | === Solution === | ||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | |||
| + | ==== Crafting ==== | ||
| + | You can follow the instructions as in [[en: | ||