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
820
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
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
160
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.4k
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
180
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
220
ふつうの技術スタックでアート作品を作ってみる
akira888
1
890
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
810
GPUを計算資源として使おう!
primenumber
1
120
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
920
Goで作る、開発・CI環境
sin392
0
240
Team operations that are not burdened by SRE
kazatohiei
1
310
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
180
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
524
40k
4 Signs Your Business is Dying
shpigford
184
22k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
It's Worth the Effort
3n
185
28k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
What's in a price? How to price your products and services
michaelherold
246
12k
Rails Girls Zürich Keynote
gr2m
95
14k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
820
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Optimizing for Happiness
mojombo
379
70k
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の両方必 要になるので、参考になるようなコードがあれば いいだろうと思った
ありがとうございました