diff --git a/src/develop.html b/src/develop.html index dba782c..1063322 100644 --- a/src/develop.html +++ b/src/develop.html @@ -253,7 +253,8 @@

-
+ + + +
+ + Emoji_Transmitter_Hand + +

Projekt: Emotion Badge

+ +
+ athree23 / + + pixabay.com, + + Creative Commons CC0 + +
+ +
+
-
+

Userstory

- Verzweigungen -

Funk: Entschlüsseln

-
- hpgruesen / - pixabay.com, - Creative Commons CC0 -
- +

+ Ich möchte mit einem Emoji Gefühle darstellen und den Anfangsbuchstaben meines Namens anzeigen. + +

+
+ +
+ + Verifiziere, dass … +
    +
  • … du einen (z.B. glücklichen) Emoji anzeigen kannst, wenn du Taste A drückst
  • +
  • … du einen (z.B. traurigen) Emoji anzeigen kannst, wenn du Taste B drückst
  • +
  • … du den ersten Buchstaben deines Namens anzeigen kannst, wenn du Taste A und B gleichzeitig drückst
  • +
+ +
+ +
+
-
+

Eingaben verarbeiten und Emoji ausgeben

-

Über das - und - Zeichen kann man die Bedingung anpassen: -

- - let emoji = 0 - if (emoji == 1) { - basic.showIcon(IconNames.Heart) - } else if (emoji == 2) { - basic.showLeds(` - # # . # # - # # . # # - . . # . . - # . . . # - . # # # . - `) - } else if (emoji == 3) { - basic.showIcon(IconNames.Giraffe) - } - + Mobile phone -

Hilfe: - http://eis.ph-noe.ac.at/microbit02/ -

+
+ geralt / - + pixabay.com, + + Creative Commons + + CC0 +
+ +
+
-
+

Eingabe: Drücke Taste ...

- Notizen -
-

Eine Zählvariable verwenden

- - let emoji = 0 - if (emoji == 0) { - emoji += 1 - } - -
-
- Bru-nO / - pixabay.com, Creative - Commons CC0 -
+ - + input.onButtonPressed(Button.A, function () { + + basic.showIcon(IconNames.Happy) + + )} + + input.onButtonPressed(Button.B, function () { + + basic.showIcon(IconNames.Sad) + + )} + + input.onButtonPressed(Button.AB, function () { + basic.showLeds(` + + . # # # . + + . # . . . + + . # # # . + + . . . # . + + . # # # . + + `) + + )} + + + + +
+
-
+ Helligkeit - WLAN Signal -
-

Nachricht senden

-
-
- geralt / - pixabay.com, Creative - Commons CC0 -
+

Helligkeit der LED's anpassen

- +
+ hpgruesen / + + pixabay.com, + + Creative Commons CC0 +
+ +
+
-
+

Helligkeit auf einen beliebigen Wert setzen: -

Eingabe: Drücke Taste B

+

- - input.onButtonPressed(Button.B, function () { - basic.showLeds(` - # # # # # - # # # # # - # . # . # - # . . . # - # # # # # - `) - basic.showIcon(IconNames.Yes) - }) - + - + basic.showLeds(` + + . # # # . + + . # . . . + + . # # # . + + . . . # . + + . # # # . + + `) + + led.setBrightness(50) + + + + + +
+
+ + + +

Ausprobieren + + +

+ +
+ Alexas_Fotos / pixabay.com, Creative + Commons CC0 + +
+ +
+
+ + Rock_Paper_Scissors + +

Projekt: Schere, Stein, Papier

+ +
+ athree23 / + + pixabay.com, + + Creative Commons CC0 + +
+ + +
+
+ + Notizen + +
+

Eingabe: Schütteln

+ + + input.onGesture(Gesture.Shake, function() { + + basic.showIcon(IconNames.Scissors) + + } + + +
+ +
+ Bru-nO / + + pixabay.com, Creative + + Commons CC0 + +
+ + +
+
+ + Dice + +
+

Zufälliger Spielzug

+ +
+ +
+ geralt / + + pixabay.com, Creative + + Commons CC0 + +
+ + +
+
+ +

Verzweigungen

+ + + + input.onGesture(Gesture.Shake, function() { + + let tool = Math.randomRange(0, 2) + + if (tool == 0) { + + basic.showIcon(IconNames.Square_small) + + } else if (emoji == 1) { + + basic.showIcon(IconNames.Square) + + } else if (emoji == 2) { + + basic.showIcon(IconNames.Scissors) + + } + + } + + + + +
-

Upload per USB

- -

Hilfe: - Activity: Installing a - program +

Upload per USB

+ + + +

Hilfe: + Activity: Installing a + + program + +

+ + + + +
+
+ + + +

Ausprobieren + + +

+ +
+ Alexas_Fotos / pixabay.com, Creative + + Commons CC0 + +
+ + + + +
+ + + +
+ Countdown +

Projekt: Countdown 3, 2, 1 ...

+ + + + +
+ +
+

Userstory

+

+ Ich möchte, wenn ich die Taste A des Microbits drücke, einen Countdown und einen Ton abspielen.

+
+
+ Verifiziere, dass … +
    +
  • … der Countdown abläuft, wenn die Taste A des Microbits gedrückt wird.
  • +
  • … ein Ton abgespielt wird, solange der Countdown läuft.
  • +
+
+ + + +
+ +
+

1.Schritt: Bedingung + Schleife

+ Loop - + -
+ +
+
+ + +
+
+

Schleife und Bedingung

+ loop text + Loop example + + + +
+ +
+

2.Schritt: Musik abspielen

+ Music +
+ +
+ + + +
+ +
+ Loop example + Loop example + + + + + +
+ +
+ + Countdown +

3.Schritt: Countdown anzeigen

+
+ + pixabay.com, + Creative Commons CC0 +
+ + +
+ +
+
+ + +
+
+

Coutdown anzeigen

+ Countdown example text + Countdown example + +
+ + + +
+

Coutdown umschreiben

+ Inverting number + Inverting number picture +
+
+ + +
+ +
+

,,LOS" anzeigen

+ Print go + Print go picture + + +
+ +
+ + Add sound +

4.Schritt: Geräusch hinzufügen

+
+ + pixabay.com,Creative Commons CC0 +
+ + +
+ +
+

Los Geräusch hinzufügen

+ Add go sound + Add go sound picture +
+
+
+ +
+ +
+ +
+ + Best friends picture +

Best Friends

+ + + +
+
+ Best Friends 1 + + + +
+ +
+ Best Friends 2 + + + +
-
- +

Ausprobieren

- Alexas_Fotos / pixabay.com, Creative + pixabay.com, Creative Commons CC0
@@ -487,7 +901,6 @@

Ausprobieren

-
diff --git a/src/img/Anne.jpg b/src/img/Anne.jpg new file mode 100644 index 0000000..fb75531 Binary files /dev/null and b/src/img/Anne.jpg differ diff --git a/src/img/Sandra.png b/src/img/Sandra.png new file mode 100644 index 0000000..fcf1a11 Binary files /dev/null and b/src/img/Sandra.png differ diff --git a/src/img/Sarah.jpg b/src/img/Sarah.jpg new file mode 100644 index 0000000..a213da1 Binary files /dev/null and b/src/img/Sarah.jpg differ diff --git a/src/img/add_sound.webp b/src/img/add_sound.webp new file mode 100644 index 0000000..f1a1cb6 Binary files /dev/null and b/src/img/add_sound.webp differ diff --git a/src/img/adding_go_noise.PNG b/src/img/adding_go_noise.PNG new file mode 100644 index 0000000..f129f71 Binary files /dev/null and b/src/img/adding_go_noise.PNG differ diff --git a/src/img/adding_go_noise_picture.PNG b/src/img/adding_go_noise_picture.PNG new file mode 100644 index 0000000..5040742 Binary files /dev/null and b/src/img/adding_go_noise_picture.PNG differ diff --git a/src/img/ausprobieren_best_friends.jpg b/src/img/ausprobieren_best_friends.jpg new file mode 100644 index 0000000..6c63efb Binary files /dev/null and b/src/img/ausprobieren_best_friends.jpg differ diff --git a/src/img/best friends.jpg b/src/img/best friends.jpg new file mode 100644 index 0000000..42d5cfd Binary files /dev/null and b/src/img/best friends.jpg differ diff --git a/src/img/best-friends-16508559.webp b/src/img/best-friends-16508559.webp new file mode 100644 index 0000000..5e6c753 Binary files /dev/null and b/src/img/best-friends-16508559.webp differ diff --git a/src/img/best_friends1.jpg b/src/img/best_friends1.jpg new file mode 100644 index 0000000..90fe3d2 Binary files /dev/null and b/src/img/best_friends1.jpg differ diff --git a/src/img/best_friends_2.jpg b/src/img/best_friends_2.jpg new file mode 100644 index 0000000..b4ac9bd Binary files /dev/null and b/src/img/best_friends_2.jpg differ diff --git a/src/img/countdown_countdown_example.PNG b/src/img/countdown_countdown_example.PNG new file mode 100644 index 0000000..e76c198 Binary files /dev/null and b/src/img/countdown_countdown_example.PNG differ diff --git a/src/img/dice-1361436_1280.jpg b/src/img/dice-1361436_1280.jpg new file mode 100644 index 0000000..372a04f Binary files /dev/null and b/src/img/dice-1361436_1280.jpg differ diff --git a/src/img/dog-7274203_1280.jpg b/src/img/dog-7274203_1280.jpg new file mode 100644 index 0000000..b958691 Binary files /dev/null and b/src/img/dog-7274203_1280.jpg differ diff --git a/src/img/emoji-653309_1280.jpg b/src/img/emoji-653309_1280.jpg new file mode 100644 index 0000000..50ea9f8 Binary files /dev/null and b/src/img/emoji-653309_1280.jpg differ diff --git a/src/img/fight-4121142_1280.jpg b/src/img/fight-4121142_1280.jpg new file mode 100644 index 0000000..e657e56 Binary files /dev/null and b/src/img/fight-4121142_1280.jpg differ diff --git a/src/img/girl-singing.jpg b/src/img/girl-singing.jpg new file mode 100644 index 0000000..b1b9d85 Binary files /dev/null and b/src/img/girl-singing.jpg differ diff --git a/src/img/girl-smiling.jpg b/src/img/girl-smiling.jpg new file mode 100644 index 0000000..619ff7f Binary files /dev/null and b/src/img/girl-smiling.jpg differ diff --git a/src/img/inverting_number_text.PNG b/src/img/inverting_number_text.PNG new file mode 100644 index 0000000..a18b4a8 Binary files /dev/null and b/src/img/inverting_number_text.PNG differ diff --git a/src/img/iverting_number_picture.PNG b/src/img/iverting_number_picture.PNG new file mode 100644 index 0000000..8124523 Binary files /dev/null and b/src/img/iverting_number_picture.PNG differ diff --git a/src/img/lamp-2663053_1280.jpg b/src/img/lamp-2663053_1280.jpg new file mode 100644 index 0000000..f820833 Binary files /dev/null and b/src/img/lamp-2663053_1280.jpg differ diff --git a/src/img/loop_conditio_example.PNG b/src/img/loop_conditio_example.PNG new file mode 100644 index 0000000..eb42887 Binary files /dev/null and b/src/img/loop_conditio_example.PNG differ diff --git a/src/img/microbit_hardware.jpg b/src/img/microbit_hardware.jpg new file mode 100644 index 0000000..1df84f8 Binary files /dev/null and b/src/img/microbit_hardware.jpg differ diff --git a/src/img/music.jpg b/src/img/music.jpg new file mode 100644 index 0000000..5f4b6f1 Binary files /dev/null and b/src/img/music.jpg differ diff --git a/src/img/play_music.PNG b/src/img/play_music.PNG new file mode 100644 index 0000000..1e220c5 Binary files /dev/null and b/src/img/play_music.PNG differ diff --git a/src/img/play_music_picture.PNG b/src/img/play_music_picture.PNG new file mode 100644 index 0000000..287cff3 Binary files /dev/null and b/src/img/play_music_picture.PNG differ diff --git a/src/img/printing_go.PNG b/src/img/printing_go.PNG new file mode 100644 index 0000000..54899b8 Binary files /dev/null and b/src/img/printing_go.PNG differ diff --git a/src/img/printing_go_picture.PNG b/src/img/printing_go_picture.PNG new file mode 100644 index 0000000..23cc467 Binary files /dev/null and b/src/img/printing_go_picture.PNG differ diff --git a/src/img/projects/best_friends_2.jpg b/src/img/projects/best_friends_2.jpg new file mode 100644 index 0000000..b4ac9bd Binary files /dev/null and b/src/img/projects/best_friends_2.jpg differ diff --git a/src/img/rocket-launch-693207_1280.jpg b/src/img/rocket-launch-693207_1280.jpg new file mode 100644 index 0000000..73dcbe1 Binary files /dev/null and b/src/img/rocket-launch-693207_1280.jpg differ diff --git a/src/img/roundabout-1558430_1280.jpg b/src/img/roundabout-1558430_1280.jpg new file mode 100644 index 0000000..e29260c Binary files /dev/null and b/src/img/roundabout-1558430_1280.jpg differ diff --git a/src/img/setting_up_loop.PNG b/src/img/setting_up_loop.PNG new file mode 100644 index 0000000..1da180b Binary files /dev/null and b/src/img/setting_up_loop.PNG differ diff --git a/src/img/show_countdown_text.PNG b/src/img/show_countdown_text.PNG new file mode 100644 index 0000000..98b898a Binary files /dev/null and b/src/img/show_countdown_text.PNG differ diff --git a/src/img/team-1381084_1280.jpg b/src/img/team-1381084_1280.jpg new file mode 100644 index 0000000..0a213ed Binary files /dev/null and b/src/img/team-1381084_1280.jpg differ diff --git a/src/img/woman-498257_1280.jpg b/src/img/woman-498257_1280.jpg new file mode 100644 index 0000000..cd448ef Binary files /dev/null and b/src/img/woman-498257_1280.jpg differ diff --git a/src/index.html b/src/index.html index fc0cd77..d0b8477 100644 --- a/src/index.html +++ b/src/index.html @@ -39,10 +39,10 @@
-

Girls' Day 2023

+

Girls' Day 2024

Einführung in die Informatik

Girls Day - 27. April 2023 + 25. April 2023

Eine Einführung in die Informatik:
Wir programmieren mit dem Micro:bit

Quelle: GitHub @@ -89,79 +89,78 @@

Autor

-
+

- Rebecca Braun, Studentin + Anne Zeller, Studentin

- Rebecca Braun, Studentin

+ Anne Zeller, Studentin

privates Foto

-

Studentin

  • Gymnasium
  • -
  • HTWG Konstanz: Angewandte Informatik
  • +
  • HTWG Konstanz: Wirtschaftsinformatik
  • Praxissemester und Werkstudentin
  • -
  • Bachelorarbeit
- + +
-
+

- Dzana Rahic, Studentin + Sandra Bischof, Auszubildende

- Dzana Rahic, Praktikantin

+ Sandra Bischof, Auszubildende

privates Foto

-
-

Praktikantin

+
+

Auszubildende

    -
  • Gymnasium, Abschluss 2019
  • -
  • HFU: Allgemeine Informatik
  • -
  • Praxissemester
  • +
  • Wirtschaftsgymnasium
  • +
  • Ausbildung: Fachinformatikerin für Anwendungsentwicklung
+

und ihr? @@ -714,7 +713,7 @@

Pins

LEDs

- micro:bit with beating heart LED steht für Light + micro:bit with beating heart LED steht für Light Emitting Diode. Der micro:bit verfügt über 25 individuell programmierbare LEDs, mit denen du Texte, @@ -767,7 +766,7 @@

Radio / Funk

-

BBC micro:bit Hardware

@@ -779,6 +778,18 @@

BBC micro:bit Hardware

+ + +
+ +

BBC Micro:Bit Hardware

+ BBC micro:bit Hardware Übersicht + +