Design for Emerging Technologies (DET), Stockholm University VT24 Lab Session 4: Unity-Esp32 Communication
This repository serves as a template to help students create their own IOT apps using ESP32 and Meta Quest HMDs running applications using the Unity Game Engine.
This project makes use of the following hardware:
- Esp32 Board (we will be using either an Esp32 WROOM or Esp32-S2 WROOM
- Meta Quest 2, Pro or 3 (however you can still download this project and run it without a headset)
This project makes use of the following software:
- Unity 2022.3.17f1 or above
- Python 3
- Arduino IDE
This project makes use of the following plugins or libraries:
- Meta XR All-in-one SDK (Unity)
- NativeWebSockets (Unity)
- WebSockets2_Generic (ArduinoIDE)
- Websockets 12.0 (Python)