Valogen Frame Connector
Valogen Frame Connection
Disconnected
Connect to your Valogen Frame device via Bluetooth to stream sensor data
Web Bluetooth Not Available
Your browser doesn't support the Web Bluetooth API. Please use Chrome, Edge, or another compatible browser.
Lua Console
Send custom Lua commands to your Valogen FrameDocumentation
Common Lua Commands:
print(frame.battery_level())
Get battery level
print(frame.imu.direction()['pitch'])
Get pitch value
print(frame.mic.level())
Get microphone level
print(frame.camera.active())
Check if camera is active
frame.display.text('Hello', 50, 100)
Display text
frame.display.show()
Update display
frame.camera.enable()
Enable camera
frame.camera.disable()
Disable camera