Skip to content

takashiski/UnityAndESP32_BLEExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnityAndESP32_BLEExamples

BLE examples between unity and esp32. this repo used Unity Store Asset "Bluetooth LE for iOS, tvOS, android"

DEMO

https://www.youtube.com/watch?v=wEsxTf1MekU

notice

You must to buy Unity Store Asset below to run this repo's BLE code for Unity.

Unity

SimpleTest

  • Rotate cube by notify it include quaternion.
  • Search and auto-connect to notify device it need to match 3 infomation. Device Name, Service UUID, Characteristic UUID.
  • notify data is 16bytes array. it is serialized quaternion(4 floats).

ESP32

  • Arduino folder include code for arduino-esp32

Arduino BLE_IMU

  • this code is needed bno055, it is IMU.
  • Get quaternion by IMU(bno055).
  • Send data as notify.

About

BLE examples between unity and esp32. this repo used Unity Store Asset "Bluetooth LE for iOS, tvOS, android".

Resources

License

Stars

38 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors