Sachymetsu @sachy.dev · Jan 10

Hell yeah! My #tui app for monitoring lightning detection data from my Pico W board is working nicely. Working with #bevy for the ECS/app structure and #ratatui for the rendering has been pretty nice. Still a lot more features to implement.

4 likes 1 replies

?

Replies

Sachymetsu · Jan 10

The ADC data from the Pico W is a bit noisy, so I'll have to do more processing there to iron it out. But a TUI like this will help me greatly with narrowing down a good approach for detections. At least I know where to find good material on signals processing.