From eed39a8124f37e93d2907a05d62b39b190a600a2 Mon Sep 17 00:00:00 2001 From: Jerzeek Date: Thu, 4 Dec 2025 12:01:50 +0100 Subject: [PATCH 1/2] add Pico Expander --- 1209/C1C1/index.md | 9 +++++++++ org/studiolab/index.md | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 1209/C1C1/index.md create mode 100644 org/studiolab/index.md diff --git a/1209/C1C1/index.md b/1209/C1C1/index.md new file mode 100644 index 00000000..44e2d683 --- /dev/null +++ b/1209/C1C1/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Pico Expander +owner: Studio Lab +license: CERN OHL S 2.0 +site: https://id-studiolab.github.io/Connected-Interaction-Kit/test/components/pico-expander/pico-expander +source: https://github.com/id-studiolab/PicoExpander +--- +The PicoExpander is an expanderboard for the Raspberry Pi Pico series, it is developed by industrial design researchers from the Technical University of Delft. it enables our students to easily learn about electronics, programming and circuitpython. \ No newline at end of file diff --git a/org/studiolab/index.md b/org/studiolab/index.md new file mode 100644 index 00000000..2d921c47 --- /dev/null +++ b/org/studiolab/index.md @@ -0,0 +1,9 @@ +--- +layout: org +title: Studio Lab +site: https://studiolab.ide.tudelft.nl/studiolab/ +--- +A community of industrial design researchers. +Making the Connected Interaction Kit: https://id-studiolab.github.io/Connected-Interaction-Kit/ +Which is a platform to learn students to program, with our in house developed hardware: https://github.com/id-studiolab/PicoExpander + From 8f3582681b7e82dc871a2202434f084599ea54e1 Mon Sep 17 00:00:00 2001 From: Jerzeek Date: Thu, 4 Dec 2025 12:12:42 +0100 Subject: [PATCH 2/2] correct naming --- 1209/C1C1/index.md | 2 +- org/{studiolab => Studio-Lab}/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename org/{studiolab => Studio-Lab}/index.md (94%) diff --git a/1209/C1C1/index.md b/1209/C1C1/index.md index 44e2d683..225c792b 100644 --- a/1209/C1C1/index.md +++ b/1209/C1C1/index.md @@ -1,7 +1,7 @@ --- layout: pid title: Pico Expander -owner: Studio Lab +owner: Studio-Lab license: CERN OHL S 2.0 site: https://id-studiolab.github.io/Connected-Interaction-Kit/test/components/pico-expander/pico-expander source: https://github.com/id-studiolab/PicoExpander diff --git a/org/studiolab/index.md b/org/Studio-Lab/index.md similarity index 94% rename from org/studiolab/index.md rename to org/Studio-Lab/index.md index 2d921c47..a7d9fcd7 100644 --- a/org/studiolab/index.md +++ b/org/Studio-Lab/index.md @@ -1,6 +1,6 @@ --- layout: org -title: Studio Lab +title: Studio-Lab site: https://studiolab.ide.tudelft.nl/studiolab/ --- A community of industrial design researchers.