Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
M5Stack x IMU x BLE
Search
Yosuke Nakano
April 15, 2019
Programming
1
830
M5Stack x IMU x BLE
M5Stackユーザーミーティング vol.4のLT資料です。
M5Stack Grayのmpu-9250のセンサデータをUnityで受信できるようにしました。
Yosuke Nakano
April 15, 2019
Tweet
Share
More Decks by Yosuke Nakano
See All by Yosuke Nakano
M5StickCでのIMU開発
naninunenoy
2
2.1k
Zenject.SceneTestFixture and DI
naninunenoy
0
1.5k
最近行った焼肉屋
naninunenoy
0
470
M5Stack with Unity
naninunenoy
3
2.6k
Other Decks in Programming
See All in Programming
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
240
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
15
5.9k
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
240
Namespace and Its Future
tagomoris
6
690
AIコーディングAgentとの向き合い方
eycjur
0
250
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
300
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
18
9.7k
AIでLINEスタンプを作ってみた
eycjur
1
220
個人軟體時代
ethanhuang13
0
290
複雑なドメインに挑む.pdf
yukisakai1225
5
920
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
ProxyによるWindow間RPC機構の構築
syumai
2
670
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Typedesign – Prime Four
hannesfritz
42
2.8k
Gamification - CAS2011
davidbonilla
81
5.4k
How GitHub (no longer) Works
holman
315
140k
Done Done
chrislema
185
16k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
The Cult of Friendly URLs
andyhume
79
6.6k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Transcript
M5Stack x IMU x BLE M5Stackユーザーミーティング vol.4 中野洋輔 (moff inc.)
M5Stack GrayのIMU(MPU-9250) のデータをBLEで飛ばせる ファーム作って、Windows10で BLE受信できるドライバ作って、 最終的にUnityでIMUのデータ受け 取れるようにした。 M5Stackユーザーミーティング vol.4 中野洋輔
(moff inc.)
デモ見せます
None
UWP App Unity Game Peripheral Central M5Stack Gray Windows 10
PC Firmware MPU-9250 DLL Win RT API PlatformIO C++ Visual Studio C# Unity C# naninunenoy/ GrayBlue naninunenoy/ GrayBlue_UWP naninunenoy/ GrayBlue_Unity
GitHubにて公開してます M5Stack Gray ファームウェア https://github.com/naninunenoy/GrayBlue Windows10(UWP)用ドライバ https://github.com/naninunenoy/GrayBlue_UWP Unity Plugin https://github.com/naninunenoy/GrayBlue_Unity
None
動機 •BLEやモーションセンシングの知識が増えたので 何かアウトプットしたかった •M5Stackというものを知り、IMU搭載のGrayモ デルを使えば自分の強みを生かしたものが作れる と思った •BLEのプログラムはPeripheralとCentralの両方必 要になるので、参考になるようなコードがあれば いいだろうと思った
ありがとうございました