mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-01-18 16:08:13 +00:00
create chirimen-hands-on
This commit is contained in:
commit
ee63f5b7a4
2 changed files with 106 additions and 0 deletions
18
.github/workflows/github-pages.yml
vendored
Normal file
18
.github/workflows/github-pages.yml
vendored
Normal file
|
@ -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
|
88
README.md
Normal file
88
README.md
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue