Skip to content

Add stocks, tailcode, and picoclaw apps for NanoKVM Pro#2

Open
Sideflare wants to merge 16 commits into
sipeed:mainfrom
Sideflare:add-stocks-tailcode-picoclaw
Open

Add stocks, tailcode, and picoclaw apps for NanoKVM Pro#2
Sideflare wants to merge 16 commits into
sipeed:mainfrom
Sideflare:add-stocks-tailcode-picoclaw

Conversation

@Sideflare
Copy link
Copy Markdown

Three new touchscreen apps for the NanoKVM Pro (172x320 display, rotary knob):

  • stocks: 5-symbol stock tracker with 5-day 1h candlestick charts. Touch to cycle symbols, rotary encoder + long-press to edit symbols.

  • tailcode: Tailscale connection info and QR code for the KVM web UI. Shows Tailscale URL, IP, and scannable QR code at a glance.

  • picoclaw: PicoClaw AI Agent UI — 7-page app with voice commands (OpenAI Whisper), agent chat, skills management, auth, and setup. Requires picoclaw v0.2.0+ installed on the device.

All apps use the shared framebuffer.py / input.py pattern. Authored-by: Sideflare (cleavines01)

Sideflare added 16 commits March 7, 2026 15:08
Three new touchscreen apps for the NanoKVM Pro (172x320 display, rotary knob):

- stocks: 5-symbol stock tracker with 5-day 1h candlestick charts.
  Touch to cycle symbols, rotary encoder + long-press to edit symbols.

- tailcode: Tailscale connection info and QR code for the KVM web UI.
  Shows Tailscale URL, IP, and scannable QR code at a glance.

- picoclaw: PicoClaw AI Agent UI — 7-page app with voice commands
  (OpenAI Whisper), agent chat, skills management, auth, and setup.
  Requires picoclaw v0.2.0+ installed on the device.

All apps use the shared framebuffer.py / input.py pattern.
Authored-by: Sideflare (cleavines01)
Replace OpenAI Whisper with Vosk (vosk-model-small-en-us-0.15, ~40MB).
- Fully offline, no API key or internet required for voice commands
- Model loads in background at app startup
- Setup page shows model status instead of Whisper key config
- Voice page shows 'Model loading...' indicator until ready
- Requires: pip3 install vosk + model in ./model/
CL=F is Yahoo Finance symbol for WTI crude oil front-month futures (CL1! in TradingView notation).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant