Skip to content

pauloesteban/sensor-tile-osc

Repository files navigation

SensorTile Bridge App

Cross-platform application to pair STEVAL-STLCX01V1 BLE devices to send sensor data via OSC (Open Sound Control) messages.

Installation

Download the compressed file accordingly from the Releases page.

macOS

  • Uncompress the tar.xz file into a folder of your preference.
  • Using a terminal application, remove quarantine from the bridge.app
sudo xattr -r -d com.apple.quarantine bridge.app

Build from source

Windows

  • Install Chocolatey.
  • Install Python 3.11 via Chocolatey
choco install python311
  • Create a virtual environment with venv and activate it.

  • Install requirements

python -m pip install -r requirements.txt
python -m pip install -U "pyinstaller<5.14,>=5.5"
  • Make the PyInstaller spec file
pyi-makespec --onefile --windowed metabow_bridge.py
  • Build the executable
pyinstaller --clean metabow_bridge.spec --noconfirm

EV Signing

signtool sign /tr http://timestamp.sectigo.com /td sha256 /a sensor-tile-osc\dist\metabow_bridge.exe

References

Credits

Developed by Paulo Chiliguano, Travis West and KA HO Wong.

Conducted by Dr Roberto Alonso Trillo @ HKBU Academy of Music.