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
770
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
2k
Zenject.SceneTestFixture and DI
naninunenoy
0
1.5k
最近行った焼肉屋
naninunenoy
0
440
M5Stack with Unity
naninunenoy
3
2.4k
Other Decks in Programming
See All in Programming
17年周年のWebアプリケーションにTanStack Queryを導入する / Implementing TanStack Query in a 17th Anniversary Web Application
saitolume
0
250
今年のアップデートで振り返るCDKセキュリティのシフトレフト/2024-cdk-security-shift-left
tomoki10
0
200
SymfonyCon Vienna 2025: Twig, still relevant in 2025?
fabpot
3
1.2k
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
1
650
Keeping it Ruby: Why Your Product Needs a Ruby SDK - RubyWorld 2024
envek
0
180
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
270
Fibonacci Function Gallery - Part 1
philipschwarz
PRO
0
210
HTTP compression in PHP and Symfony apps
dunglas
2
1.7k
急成長期の品質とスピードを両立するフロントエンド技術基盤
soarteclab
0
930
DevFest Tokyo 2025 - Flutter のアプリアーキテクチャ現在地点
wasabeef
5
900
선언형 UI에서의 상태관리
l2hyunwoo
0
160
return文におけるstd::moveについて
onihusube
1
1.1k
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
298
20k
What's in a price? How to price your products and services
michaelherold
243
12k
Gamification - CAS2011
davidbonilla
80
5.1k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
810
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
A Modern Web Designer's Workflow
chriscoyier
693
190k
4 Signs Your Business is Dying
shpigford
181
21k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
RailsConf 2023
tenderlove
29
940
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の両方必 要になるので、参考になるようなコードがあれば いいだろうと思った
ありがとうございました