top | item 46716552

(no title)

buibuibui | 1 month ago

Is there a best practice how to stream and plot large signal data (e.g. > 1M data points of multiple sine waves) from a Python backend (e.g. numpy + FastAPI) to frontend? My current solution is: fetch ADC data, convert the bytes to base64 and embed it to JSON that will be send to the frontend. Frontend reverses this process and plot it to eCharts.

discuss

order

dapperdrake|1 month ago

How else is the data going to make it to your phone?