commit ee63f5b7a4bb3061db25c6840c6d9a4ef2ace3bb Author: Kohei Watanabe Date: Wed Oct 5 22:06:10 2022 +0900 create chirimen-hands-on diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml new file mode 100644 index 0000000..98cce4b --- /dev/null +++ b/.github/workflows/github-pages.yml @@ -0,0 +1,18 @@ +name: github-pages +on: + push: + branches: [main] +jobs: + main: + permissions: + pages: write + id-token: write + environment: github-pages + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: npx @marp-team/marp-cli README.md -o pages/index.html + - uses: actions/upload-pages-artifact@v1 + with: + path: pages + - uses: actions/deploy-pages@v1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..00be8b6 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +title: CHIRIMEN ハンズオン +marp: true +paginate: true +--- + +# CHIRIMEN ハンズオン + +2022-10-08/2022-10-09 in 岡山 + +WebDINO Japan シニアエンジニア +[渡邉浩平](https://github.com/kou029w) +![w:200](https://github.com/kou029w.png) + +--- + +## 本日の流れ + +準備編 (11:30-12:00) + +- セットアップ + +基礎編 (13:00-17:00) + +- L チカしてみよう +- GitHub アカウントの登録 +- GPIO に関する基礎知識 +- I2C に関する基礎知識 + +応用編 + +- いろいろなデバイスを試してみよう + +--- + +## CHIRIMEN とは + +![h:480](https://res.cloudinary.com/chirimen/image/fetch/c_limit,f_auto,q_auto,w_1200/https://tutorial.chirimen.org/raspi/imgs/section0/CHIRIMENforRaspberryPi3.png) + +Web ブラウザーからハードウェアを制御するプロトタイピング環境 +センサーやモーターなど組み合わせたさまざまなものをつくることができます + +--- + +## 本日のゴール + +基礎編 + +センサーやモーターの基本的な使い方を理解する + +--- + +## Slack にアクセス (まだの方) + +[webiotmakerschallenge.slack.com](https://webiotmakerschallenge.slack.com) + +--- + +## 困ったとき・分からないとき・気になることなど + +チューターやメンターにお気軽にお声がけください 🖐 + +--- + +## ハンズオン資料 + +[tutorial.chirimen.org/raspi](https://tutorial.chirimen.org/raspi/) +または +「pi chirimen」で検索 + +--- + +## 後付 + +--- + +## CodeSandbox の使い方 + +- [GitHub と CodeSandbox の使い方](https://kou029w.github.io/github-and-codesandbox-guide/) +- [CodeSandbox ガイド](https://csb-jp.github.io/) + +--- + +## その他 + +- [デバッグ・トラブルシューティング](https://tutorial.chirimen.org/raspi/debug) +- [Tips・テクニック](https://tutorial.chirimen.org/raspi/tips) +- [良くある質問と回答](https://tutorial.chirimen.org/raspi/faq)