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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Yosuke Nakano
April 15, 2019
Programming
1
860
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.2k
Zenject.SceneTestFixture and DI
naninunenoy
0
1.6k
最近行った焼肉屋
naninunenoy
0
490
M5Stack with Unity
naninunenoy
3
2.8k
Other Decks in Programming
See All in Programming
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
370
Oxlint JS plugins
kazupon
1
1.2k
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
140
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.1k
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
240
CSC307 Lecture 15
javiergs
PRO
0
210
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
540
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.6k
Python’s True Superpower
hynek
0
190
ぼくの開発環境2026
yuzneri
1
290
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
190
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
320
Featured
See All Featured
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
96
Crafting Experiences
bethany
1
75
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Building the Perfect Custom Keyboard
takai
2
700
GitHub's CSS Performance
jonrohan
1032
470k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
Typedesign – Prime Four
hannesfritz
42
3k
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
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の両方必 要になるので、参考になるようなコードがあれば いいだろうと思った
ありがとうございました