diff --git a/_index.md b/_index.md index d4523a4b20f107d1a7a482bf9918fcbf393e8add..74754f298b72e3932b2b92261552799864fa0514 100644 --- a/_index.md +++ b/_index.md @@ -8,7 +8,10 @@ Welcome to card10 Wiki. You can [browse](https://git.card10.badge.events.ccc.de/ **card10** is the name of the badge for the 2019 [Chaos Communication Camp](https://events.ccc.de/camp/2019/wiki/Main_Page). ### [Getting started](/en/gettingstarted) -First steps with your card10 +You just received your card10, what now? The [Getting started](/en/gettingstarted) page has some advice how to assemble and use the card10. + +### [First interhacktions](/en/firstinterhacktions) +After playing around with card10 a bit, you want to learn how to write your own software. Even if you have never programmed before, it is super easy to make some LEDs blink on card10 :) ### [tl;dr](/en/tldr) Spare me the details just give me the links to the docs! diff --git a/en/firstinterhacktions.md b/en/firstinterhacktions.md new file mode 100644 index 0000000000000000000000000000000000000000..b5c4c43f62253e10f0e709a7cd1b7d5c976ad816 --- /dev/null +++ b/en/firstinterhacktions.md @@ -0,0 +1,9 @@ +# First interhacktions + +The easiest way to make some LEDs blink is using python. There are two ways of executing python code: Using an interactive command line, and saving `.py` files on the card10. The interactive command line is very practical to try out python commands, and debug '.py' files. Directly saving .py files makes the scripts you write available when you have card10 disconnected from your computer. + +## Using the interactive command line + +## Saving files to your card10 + + diff --git a/en/gettingstarted.md b/en/gettingstarted.md new file mode 100644 index 0000000000000000000000000000000000000000..fac4d630460d7f707a388c47466d54655f6e68e3 --- /dev/null +++ b/en/gettingstarted.md @@ -0,0 +1,14 @@ +# getting started + +You just received your card10 - what now? + +## card10 assembly + +## switching your card10 on and off + +## making LEDs blink + +## setting your nickname + +## starting apps +