From eb8df30ee425ca44545b0c3cc1cf3beec3604deb Mon Sep 17 00:00:00 2001 From: Mizuki Hashimoto <42855551+Mozuha@users.noreply.github.com> Date: Wed, 14 Jul 2021 00:24:26 +0900 Subject: [PATCH] [JA Translation] 1-getting-started (#196) * Create README.ja.md * Fix topics links Co-authored-by: Jim Bennett --- 1-getting-started/Translations/README.ja.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 1-getting-started/Translations/README.ja.md diff --git a/1-getting-started/Translations/README.ja.md b/1-getting-started/Translations/README.ja.md new file mode 100644 index 0000000..4434786 --- /dev/null +++ b/1-getting-started/Translations/README.ja.md @@ -0,0 +1,16 @@ +# IoTことはじめ + +本カリキュラムのこのセクションでは、モノのインターネット (Internet of Things) の概要と基本的なコンセプトを学びます。また、クラウドに接続する初めての 'Hello World' IoT プロジェクトに取り組みます。このプロジェクトでは、センサーによって計測された光量が下がると点灯する常夜灯を作ります。 + +![光量に応じて点いたり消えたりする、WIOに繋げられたLED](../../images/wio-running-assignment-1-1.gif) + +## トピック + +1. [IoT入門](../lessons/1-introduction-to-iot/README.md) +1. [IoTをより深く知る](../lessons/2-deeper-dive/README.md) +2. [センサーとアクチュエーターを使って物理的世界と連動する](../lessons/3-sensors-and-actuators/README.md) +3. [デバイスをインターネットに接続する](../lessons/4-connect-internet/README.md) + +## クレジット + +全てのレッスンは [Jim Bennett](https://GitHub.com/JimBobBennett) によって ♥️ をもって書かれました