2023-04-02 08:31:07 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > ジェスチャーセンサ PAJ7620 を試す | おこげ俱楽部< / title >
< meta name = "title" content = "ジェスチャーセンサ PAJ7620 を試す | おこげ俱楽部" >
< meta name = "description" content = "ちょっと楽しそうなハンドジェスチャセンサモジュール PAJ7620 を入手したので、『オコゲ』を使って遊んでみました。" >
< meta name = "keywords" content = "オコゲ,デスクトップアプリ版,センサー,動画,オコゲ,blockly,プログラミング,上野学習塾" >
2023-04-02 09:02:12 +00:00
< meta name = "author" content = "ocoge.club" >
2023-04-02 08:31:07 +00:00
< meta name = "robots" content = "index, follow" >
< link rel = "canonical" href = "https://ocoge.club/2022-08-03_paj7620/" >
< link rel = "shortcut icon" type = "image/png" href = "/assets/img/favicon.png" >
< link rel = "apple-touch-icon" href = "/assets/img/apple-touch-icon.png" >
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link href = "https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel = "stylesheet" >
< link href = "https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" >
< script src = "https://kit.fontawesome.com/73f7be0650.js" crossorigin = "anonymous" > < / script >
< link rel = "stylesheet" href = "/assets/floatbox/floatbox.css" / >
< script src = "/assets/floatbox/floatbox.js" defer > < / script >
< link rel = "stylesheet" href = "/assets/css/ocmain.css" >
< link rel = "stylesheet" href = "/assets/css/main.css" >
< link rel = "stylesheet" href = "/assets/css/footer.css" >
< link rel = "stylesheet" href = "/assets/css/post.css" >
< meta property = "og:image" content = "https://ocoge.club/assets/img/ogp_paj7620.webp" >
< meta property = "og:title" content = "ジェスチャーセンサ PAJ7620 を試す | おこげ俱楽部" >
< meta property = "og:description" content = "ちょっと楽しそうなハンドジェスチャセンサモジュール PAJ7620 を入手したので、『オコゲ』を使って遊んでみました。" >
< meta property = "og:url" content = "https://ocoge.club/2022-08-03_paj7620/" >
< meta property = "og:site_name" content = "おこげ俱楽部" >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:site" content = "@ocogeclub" >
< / head >
< body class = "flex flex-col h-screen bg-white text-gray-800 break-words" >
< header id = "header" class = "header-shadow bg-white px-6 py-5 z-50 fixed w-full top-0 transition-all transform ease-in-out duration-500" >
< div class = "max-w-5xl mx-auto flex items-center flex-wrap justify-between" >
< div class = "sm:mr-8" >
< a class = "flex items-center" href = "/" >
< span class = "text-xl text-teal-700 font-semibold self-center" > < img src = "/assets/img/ocoge_title_kogecha.webp" title = "おこげ俱楽部" alt = "おこげ俱楽部" id = "site_title" > < / span >
< / a >
< / div >
< nav id = "menu" class = "order-last md:order-none items-center flex-grow w-full md:w-auto md:flex hidden mt-2 md:mt-0" >
< a href = "/about" class = "block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4" > About< / a >
< a href = "/tags" class = "block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4" > Tag List< / a >
< a href = "https://cloud.ocoge.club/" target = "_blank" rel = "noopener" class = "block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4" > Cloud/Mail< / a >
< a href = "https://git.ocoge.club/ocogeclub/pages" target = "_blank" rel = "noopener" class = "block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4" > ocogIt< / a >
< / nav >
< form id = "search" action = "/search" class = "order-last sm:order-none flex-grow items-center justify-end hidden sm:block mt-6 sm:mt-0" >
< label class = "visually-hidden" for = "header-searchbox" > 記事タイトル/概要を検索 ...< / label >
< input type = "text" id = "header-searchbox" name = "q" placeholder = "記事タイトル/概要を検索 ..." class = "w-full sm:max-w-xs bg-gray-200 border border-transparent float-right focus:bg-white focus:border-gray-300 focus:outline-none h-8 p-4 placeholder-gray-500 rounded text-gray-700 text-sm" >
< / form >
< div id = "menu-toggle" class = "flex items-center md:hidden text-gray-700 hover:text-teal-600 cursor-pointer sm:ml-6" >
< svg xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" class = "feather feather-menu" >
< line x1 = "3" y1 = "12" x2 = "21" y2 = "12" > < / line >
< line x1 = "3" y1 = "6" x2 = "21" y2 = "6" > < / line >
< line x1 = "3" y1 = "18" x2 = "21" y2 = "18" > < / line >
< / svg >
< / div >
< / div >
< / header >
< main class = "mx-7 lg:mx-6 mt-32 flex-grow" >
< article class = "max-w-5xl mx-auto" >
< header class = "mb-14" >
< h1 class = "text-3xl text-center font-bold leading-normal text-gray-900 mt-0 mb-3" > ジェスチャーセンサ PAJ7620 を試す< / h1 >
< div class = "text-center" > < i class = "fa-regular fa-clock" > < / i > 2022年8月3日< / div >
< div class = "mt-3 text-center" >
< a href = "/tags/オコゲ" class = "inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-medium text-gray-700 m-0.5" > #オコゲ< / a >
< a href = "/tags/デスクトップアプリ版" class = "inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-medium text-gray-700 m-0.5" > #デスクトップアプリ版< / a >
< a href = "/tags/センサー" class = "inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-medium text-gray-700 m-0.5" > #センサー< / a >
< a href = "/tags/動画" class = "inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-medium text-gray-700 m-0.5" > #動画< / a >
< / div >
< div class = "mt-10 -mx-7 md:mx-0" >
< img class = "w-full max-w-2xl mx-auto" src = "/assets/img/ogp_paj7620.webp" alt = "This post thumbnail" >
< / div >
< / header >
< div id = "content" class = "prose text-gray-800 max-w-none" >
< div class = "box_stripe" > < p > ちょっと楽しそうなハンドジェスチャセンサモジュール PAJ7620 を入手したので、『オコゲ』を使って遊んでみました。< / p > < / div >
< h2 > PAJ7620 概要< / h2 >
< ul >
< li > 9種類のジェスチャーを認識( 上下左右、前後、時計回り・反時計回り、波) < / li >
< li > I2C インターフェース< / li >
< li > 動作電圧: 3.3V< / li >
< li > 検出範囲: 5~ 10cm< / li >
< li > < a href = "https://wiki.seeedstudio.com/Grove-Gesture_v1.0/#resources" target = "_new" title = "" > データシート < span style = "color: gray; font-size: smaller;" > < i class = "fa-solid fa-arrow-up-right-from-square" > < / i > < / span > < / a > < / li >
< / ul >
< h2 > 配線< / h2 >
< figure style = "max-width: 200px; margin: 0 auto;" > < div class = "floatbox"
data-fb-options="colorTheme:silver" style="width: 100%;">
< a href = "/assets/img/paj7620.webp" title = "ジェスチャーセンサー配線" > < img loading = "lazy" src = "/assets/img/paj7620.webp" style = "width: 100%;" > < / a > < / div >
< figcaption >
< i class = "fa-solid fa-magnifying-glass" > < / i > クリックで拡大
< / figcaption >
< / figure >
< p > VIN→3.3V< br >
GND→GND< br >
SDA→GPIO2< br >
SCL→GPIO3< br >
INT→オープン< / p >
< h2 > Raspberry Pi の設定< / h2 >
< p > < span style = "font-size: 20px; color: #ff0000" > < i class = "fab fa-raspberry-pi" > < / i > < / span > メニュー→設定→Raspberry Piの設定→「インターフェース」タブで I2C を有効にしておく< / p >
< h2 > 『オコゲ』プログラム< / h2 >
< figure style = "max-width: 400px; margin: 0 auto;" > < div class = "floatbox"
data-fb-options="colorTheme:silver" style="width: 100%;">
< a href = "/assets/img/gesture_blockprg.webp" title = "『オコゲ』ブロックプログラム" > < img loading = "lazy" src = "/assets/img/gesture_blockprg.webp" style = "width: 100%;" > < / a > < / div >
< figcaption >
< i class = "fa-solid fa-magnifying-glass" > < / i > クリックで拡大
< / figcaption >
< / figure >
< h3 > 動画サンプル< / h3 >
< p > PAJ7620を『オコゲ』で使用している動画です。< br >
※ 古い動画なので現在の『オコゲ』とは見た目が色々と異なっています。ご了承ください。< / p >
< figure class = "youtube" > < iframe loading = "lazy" width = "560" height = "315" src = "https://www.youtube.com/embed/-JwvqsHIYU0" title = "YouTube video player" frameborder = "0" allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > < / iframe >
< figcaption >
ジェスチャーセンサ PAJ7620 を試す
< / figcaption > < / figure >
< p > いろいろ遊べそうな雰囲気。Raspberry Pi Zero をネットラジオ再生専用機にしたりしているので、ジェスチャ対応にしてみたら面白いかもしれない。< / p >
< p > < span class = "tsubuyaki" > 昔見たイギリス製SFテレビドラマ「SPACE: 1999」を思い出した。「The Last Enemy( 邦題: 宇宙戦艦ミサイル発射! ) 」というエピソードで、その宇宙戦艦「 サタゼウス 」のコントロールパネルがまさにこんな感じの非接触式ジェスチャ操作で、当時その未来的な雰囲気がチョーカッコイイと感じたのを覚えている。今見るとこれはこれで「レトロ未来感」が逆にカッコイイのだが。
関係ないけどサタゼウスの乗組員が全員女性( 全員女性の惑星と全員男性の惑星が戦争しているという設定w) で、これまた< a href = "https://www.imdb.com/title/tt0706347/mediaviewer/rm1324681984" target = "_new" title = "IMBD" > カッコイイ < span style = "color: gray; font-size: smaller;" > < i class = "fa-solid fa-arrow-up-right-from-square" > < / i > < / span > < / a > のだった。リンク先の写真の直後、戦艦が爆破されてみんな死んじゃうけど。敵だったからネ< / span > < / p >
< / div >
< div class = "mt-10" >
< div class = "italic text-gray-700" > Disqus comments only available for production< / div >
< / div >
< / article >
< / main >
< footer class = "mt-20 px-10 py-8 bg-gray-200" >
< div id = "footer-badge" > < a href = "https://git.ocoge.club/" target = _new > < img loading = "lazy" src = "/assets/img/git-ocogeclub.svg" class = "footer-img" > < / a > < a href = "http://creativecommons.org/licenses/by-sa/4.0/deed.ja" target = _new > < img loading = "lazy" src = "/assets/img/License_BY-SA_4.0.svg" class = "footer-img" > < / a > < / div >
< div class = "max-w-5xl mx-auto text-gray-700 text-center" >
© 2023 < a href = "/" class = "font-medium" target = "_blank" rel = "noopener" > おこげ俱楽部< / a > .
2023-04-02 09:02:12 +00:00
Made by < a href = "https://ocoge.club" target = "_blank" rel = "noopener" > ocoge.club< / a >
2023-04-02 08:31:07 +00:00
using < a href = "https://www.11ty.dev" target = "_blank" rel = "noopener" > Eleventy< / a > and < a href = "https://github.com/dafiulh/vredeburg" target = "_blank" rel = "noopener" > Vredeburg< / a > .< br >
< / div >
< / footer >
< script src = "/assets/js/bundle.js" > < / script >
< / body >
< script >
window.addEventListener('load', (event) => {
document.getElementsByTagName('html')[0].style.display='block';
});
< / script >
< / html >