Skip to content

Puara/magic-wand

Repository files navigation

SAT's Magic Wand

This demonstrates the use of an ESP32-S3 Feather microcontroller and a BNO055 sensor. The ESP32 reads data from the BNO055 sensor and sends it via OSC, integrating Puara's basic-template. The IMU data is also displayed on its TFT screen.

Setup

  1. Clone the repository:

    git clone https://github.com/Puara/magic-wand.git
  2. Install requirements: PlatformIO + Wokwi CLIs / VSCode extensions

  3. Open as PlatformIO project: Build, upload, and monitor results.

    Screenshot 2025-02-11 at 2 28 12 PM
  4. Output: Monitor the output on the TFT screen and the serial output using PlatformIO with the monitor option.

    Screenshot 2025-02-11 at 2 36 36 PM

    or the simulation with Wokwi, by running the diagram.json (this is a WIP)

    Screenshot 2025-02-11 at 2 30 13 PM

Configure WiFi connection

  1. Connect to the device

    On startup, the device should broadcast its own WiFi access point named "(device name)_(device id)", as specified in the config.json file. The default name for this access point should appear as MagicWand_001 and the password can be set in the config file.

  2. Connect the device to your own WiFi network (Optional)

    Once connected to the access point, a web interface can be accessed at the address MagicWand_001.local or by typing in the device's IP address.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •