-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59c2e9f
commit 1bcb1cb
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<script> | ||
import BaseComponent from '../components/BaseComponent.svelte'; | ||
</script> | ||
|
||
<BaseComponent headline={'Challenges'} subHeadline={''} id={'challenges'}> | ||
<div class="text-center text-white"> | ||
<h2 class="text-2xl font-bold text-primary">CURIOX</h2> | ||
<h2 class="text-3xl font-bold">Connect the toy - connected toy</h2> | ||
<p class="mt-4 text-lg"> | ||
Use the provided hardware of microcontroller and sensors to build an interactive connected toy | ||
figure that reacts to how you play with it. Get creative and implement playful interactions | ||
between the player and the interactive toy you build. <br /><br /> | ||
|
||
Hardware we provide and you can use:<br /> | ||
ESP32 microcontrollers with WiFi and bluetooth and a huge variety of input sensors and output modules | ||
like camera, gyroscopes, accelerometers, compass module, battery, button, LEDs, speaker, display, | ||
SD card reader, breadboards, cables and more. There will also be several 3D printers available | ||
for use. | ||
</p> | ||
|
||
<p>more will follow soon ...</p> | ||
</div> | ||
</BaseComponent> |