project-81 / workspace

A container for all organization projects.
1 stars 0 forks source link

Demonstrate interactions with all IOs on the Raspberry Pi sense hat #18

Open vkottler opened 1 year ago

vkottler commented 1 year ago

https://www.raspberrypi.com/documentation/accessories/sense-hat.html

supposedly has a Python library

should try this out with newly built python3.11

vkottler commented 1 year ago

I think this will depend on some solution for https://github.com/vkottler/workspace/issues/21

some kind of telemetry GUI thing

vkottler commented 1 year ago

First:

vkottler commented 1 year ago

Use the Zima Board, image Ubuntu Server (is there a non LTS server option?)

SSH session per host? Figure out tmux management thing?

vkottler commented 1 year ago

Collect runtimepy-based metrics, serve via we GUI or something?

edit: we should make / work on single-page telemetry app, basic websocket interface (specify host and port in ? args? should be a form + status for this, too

vkottler commented 1 year ago

Look into the Python WASM stuff?

vkottler commented 1 year ago

https://pythondev.readthedocs.io/wasm.html looks pretty interesting

vkottler commented 1 year ago

We need to start cross-compiling Python from a more capable machine. getting kind of out of hand

vkottler commented 1 year ago

@mmbrea had demonstrated this at one point.