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
750
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
1.9k
Zenject.SceneTestFixture and DI
naninunenoy
0
1.4k
最近行った焼肉屋
naninunenoy
0
420
M5Stack with Unity
naninunenoy
3
2.2k
Other Decks in Programming
See All in Programming
Scala におけるコンパイラエラーとの付き合い方
chencmd
2
410
A New Era of Testing
mannodermaus
2
230
サーバーレスで負荷試験!Step Functions + Lambdaを使ったk6の分散実行
shuntakahashi
6
1.5k
XStateでReactに秩序を与えたい
gizm000
0
710
GoのIteratorに詳しくなってしまう
inatonix
1
200
大公開!iOS開発の悩みトップ5 〜iOSDC Japan 2024〜
ryunakayama
0
190
Prolog入門
qnighy
4
990
dRuby 入門者によるあなたの身近にあるdRuby 入門
makicamel
4
350
Debugging: All you need to know (for simultaneous interpreting)
jmatsu
2
600
Rubyのobject_id
qnighy
6
1.3k
Swiftコードバトル必勝法
toshi0383
0
150
私のEbitengineの第一歩
qt_luigi
0
440
Featured
See All Featured
The Brand Is Dead. Long Live the Brand.
mthomps
53
37k
A Tale of Four Properties
chriscoyier
155
22k
The Cult of Friendly URLs
andyhume
76
6k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
25
3.9k
Side Projects
sachag
451
42k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
45
4.8k
The Language of Interfaces
destraynor
153
23k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
363
22k
A Modern Web Designer's Workflow
chriscoyier
691
190k
Imperfection Machines: The Place of Print at Facebook
scottboms
263
13k
From Idea to $5000 a Month in 5 Months
shpigford
379
46k
In The Pink: A Labor of Love
frogandcode
139
22k
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の両方必 要になるので、参考になるようなコードがあれば いいだろうと思った
ありがとうございました