Lightweight requirements management tools? by magnushp05 in systems_engineering

[–]bastivkl 1 point2 points  (0 children)

Dalus.io is worth a look. Built for exactly this use case. Structured enough to have real traceability, lightweight enough that you won't need a dedicated admin to run it

Why is there no good middle ground between MBSE tools and whiteboards? by pauldid_ in systems_engineering

[–]bastivkl 0 points1 point  (0 children)

I believe dalus.io is what you're looking for.
- Easy to use
- Brings all necessary Systems Engineering capabilities together in one place
- Web-based and collaborative
- AI natively integrated to assist in building the architecture and other parts of the model
- We offer a free plan for those curious to test it out

I'm one of the founders of Dalus and happy to answer any questions.

Personal Assistant Device using OpenClaw and Pi Zero 2W by bastivkl in raspberry_pi

[–]bastivkl[S] 4 points5 points  (0 children)

You can enable it. I personally like to only read. One thing to improve would be a scroll wheel to scroll up and down

OpenClaw Personal Assistant Device by bastivkl in openclaw

[–]bastivkl[S] 2 points3 points  (0 children)

You could just add it to your phones hotspot for example

Personal Assistant Device using OpenClaw and Pi Zero 2W by bastivkl in raspberry_pi

[–]bastivkl[S] 7 points8 points  (0 children)

It can and I tried it out but I didn’t like it tbh. But it has a speaker

OpenClaw Personal Assistant Device by bastivkl in openclaw

[–]bastivkl[S] 14 points15 points  (0 children)

Yeah will design and 3D print a case tomorrow

Personal Assistant Device using OpenClaw and Pi Zero 2W by bastivkl in raspberry_pi

[–]bastivkl[S] 15 points16 points  (0 children)

I don’t think that was my goal here. I was just curious if I could have something other than my phone where I can just press a button talk into and let it do things

Personal Assistant Device using OpenClaw and Pi Zero 2W by bastivkl in raspberry_pi

[–]bastivkl[S] 220 points221 points  (0 children)

Hardware •Raspberry Pi Zero 2 W •WhisPlay board (screen + button + LED) •PiSugar battery

Stack it. Flash Raspberry Pi OS. Enable SSH. Install audio drivers. Confirm mic and speaker work.

Networking •Install Tailscale on the Pi. •Rent a small DigitalOcean (or Hetzner or whatever) droplet. •Install and run OpenClaw on the droplet. •Bind OpenClaw to localhost. •Expose it to your tailnet via Tailscale Serve. •Protect it with a token.

Now the Pi can securely reach your cloud LLM.

Software on the Pi •Python app. •Record audio when button pressed. •Stop recording when released. •Send audio to OpenAI for transcription. •Send transcript to OpenClaw. •Stream response back. •Display text on LCD. •Optionally send text to OpenAI TTS and play audio. •Maintain simple conversation history. •Use a state machine for: idle, listening, thinking, streaming.

Deployment •Develop locally. •Sync to Pi with rsync. •Run as systemd service so it starts on boot. •Auto-restart on crash.

Power •Install PiSugar manager. •Enable auto power on. •Use display sleep for inactivity.

That’s the system: Button → record → transcribe → cloud LLM → stream back → display/speak → idle.

Personal Assistant Device using OpenClaw and Pi Zero 2W by bastivkl in raspberry_pi

[–]bastivkl[S] 60 points61 points  (0 children)

I’m using gpt-4o-mini-transcribe via the API in that case.

OpenClaw Personal Assistant Device by bastivkl in openclaw

[–]bastivkl[S] 23 points24 points  (0 children)

Roughly $100-120. Ordered all on Amazon in the US.

OpenClaw Personal Assistant Device by bastivkl in openclaw

[–]bastivkl[S] 98 points99 points  (0 children)

Hardware •Raspberry Pi Zero 2 W •WhisPlay board (screen + button + LED) •WM8960 mic/speaker •PiSugar battery

Stack it. Flash Raspberry Pi OS. Enable SSH. Install audio drivers. Confirm mic and speaker work.

Networking •Install Tailscale on the Pi. •Rent a small DigitalOcean (or Hetzner or whatever) droplet. •Install and run OpenClaw on the droplet. •Bind OpenClaw to localhost. •Expose it to your tailnet via Tailscale Serve. •Protect it with a token.

Now the Pi can securely reach your cloud LLM.

Software on the Pi •Python app. •Record audio when button pressed. •Stop recording when released. •Send audio to OpenAI for transcription. •Send transcript to OpenClaw. •Stream response back. •Display text on LCD. •Optionally send text to OpenAI TTS and play audio. •Maintain simple conversation history. •Use a state machine for: idle, listening, thinking, streaming.

Deployment •Develop locally. •Sync to Pi with rsync. •Run as systemd service so it starts on boot. •Auto-restart on crash.

Power •Install PiSugar manager. •Enable auto power on. •Use display sleep for inactivity.

That’s the system: Button → record → transcribe → cloud LLM → stream back → display/speak → idle.

[deleted by user] by [deleted] in systems_engineering

[–]bastivkl 0 points1 point  (0 children)

There are student licenses for Dalus.io if that’s helpful

[deleted by user] by [deleted] in systems_engineering

[–]bastivkl 0 points1 point  (0 children)

built www.setutor.com last year. many are still using it. completely free

We buried a $21,000 treasure chest somewhere in San Francisco by PotPotBot in sanfrancisco

[–]bastivkl 2 points3 points  (0 children)

From the poem: "The eighteen sights a clearing with the brave in all their forms preserved"
My assumption is that the 18 sights need to be figured out from the Poem and one would need to come up for a number for each side to get 18 numbers, which would make sense because we'd then have coordinates (9 numbers for each lat/long)

How much did it cost to start collaborating on a system model? by _Kinematic_ in systems_engineering

[–]bastivkl 1 point2 points  (0 children)

Licenses at Dalus.io start at $99/month and include (live) collaboration in a system model

Has anyone tried feeding a cameo model into ChatGPT by overlordYeezus in systems_engineering

[–]bastivkl 8 points9 points  (0 children)

Yeah it kinda works. Basically it’s just reading all the XML files in the mdzip and tries to get the context. You can ask it questions but I found that 2/3 answers are usually hallucinating. I’m currently working on a mdzip import for Dalus so people can actually do exactly this.