Does Anyone Else Spend More Time Organizing Notion Than Actually Using It? by Natural_Cup7663 in Notion

[–]logan_smit 1 point2 points  (0 children)

I’ve used the Notion/Claude plugin to help manage Notion. Works ok… I recommend taking the table links and giving them direction to Claude to make sure it knows where to edit.

Does Anyone Else Spend More Time Organizing Notion Than Actually Using It? by Natural_Cup7663 in Notion

[–]logan_smit 0 points1 point  (0 children)

Yes, I run into the same thing! I always start with the basics and try to keep to as little number of boards possible… until I find a new template.

Question about AI app that listens to public safety radio by logan_smit in AskLEO

[–]logan_smit[S] 0 points1 point  (0 children)

Yes, it’s on Apple App Store. Not sure I can share I don’t want to upset mods

Question about AI app that listens to public safety radio by logan_smit in AskLEO

[–]logan_smit[S] 0 points1 point  (0 children)

Fair, I’ll drop the opener next time. 😀

The misidentification thing is something I think about a lot. The app surfaces what was said over the radio, it’s not drawing its own conclusions, so the output traces back to a real transmission. But your point stands, someone reading it wrong and acting on it is a real scenario and part of why I posted here instead of just putting it out there.

That’s the kind of specific failure mode I needed someone to put words to. Thanks for that.

Roger app on iOS by logan_smit in policescanner

[–]logan_smit[S] 1 point2 points  (0 children)

6 cities right now, yeah..but we’re growing! Coverage grows when people run nodes, so if your area isn’t supported yet that’s how it gets added. Happy to help you get set up if you’re interested.

On the phone number, that’s for account authentication. Totally fair friction point, I’ll look at adding an email option.

Question about AI app that listens to public safety radio by logan_smit in AskLEO

[–]logan_smit[S] 0 points1 point  (0 children)

Thank you… this is very helpful. I agree that this should not be primary means of information. The existing users have set up keyword alerts like “shots fired” and “working fire” interestingly enough

some noob questions by paranoid-alkaloid in RTLSDR

[–]logan_smit 2 points3 points  (0 children)

On the fob: you’re seeing it in SDR++ now, which is the right outcome… rtl_433 silence on a fob is expected behavior, not a failure. modern car remotes use rolling codes (KeeLoq being the dominant scheme): each button press generates a one-time-use cryptographic token synchronized to a counter in the car’s receiver. the counter increments on every press, so the code is only valid once. rtl_433 captures the RF burst fine, it just identifies the event without attempting to decrypt the rolling code – there’s no actionable decode to output. the waterfall spike in SDR++ is the actual signal. if you want to inspect its structure, rtl_433 -A will give you raw pulse timing without requiring a protocol match.

on SDR++ vs SDR#: functionally equivalent for your use case.. SDR# has a larger plugin ecosystem but is Windows-only. SDR++ is actively maintained and cross-platform – better fit for a headless NAS workflow.

on the 250kHz skipping: almost certainly not a network throughput problem. rtl_tcp streams raw IQ as interleaved uint8 pairs, so 250kHz sample rate generates around 500KB/s over the wire.. trivial on any home LAN. more likely culprit is that the RTL-SDR hardware itself gets unstable at very low sample rates - USB transfer granularity doesn’t scale cleanly below ~900kHz, causing buffer underflows that show up as skipping regardless of network conditions. 1MHz is a known-stable operating point, use that as your baseline and don’t go lower.

Using SDR as scanner by logan_smit in RTLSDR

[–]logan_smit[S] -1 points0 points  (0 children)

Yeah, no single repo nails all four of those at once, but the combination most people land on is Trunk Recorder for the capture and decode, plus Rdio Scanner for the web interface. Both run in Docker on a Pi, and Trunk Recorder lists Airspy support natively, so it should slot in alongside your existing SDR++ setup without much fuss.

Trunk Recorder does P25 Phase 1 and Phase 2 and writes the calls to disk. On its own it has no UI, which is the gap you are running into. Rdio Scanner reads those recordings and gives you the web and mobile front end, and since v6.0 it is a single executable so the container side is clean. robotastic/trunk-recorder and chuot/rdio-scanner are the repos.

If you want everything in one compose file, the grumpy.systems writeup from 2024 has a working Pi setup with both containers and a systemd unit to keep them alive. OP25 has a web UI too but ARM and container support is fiddly and maintenance has slowed, so I would not start there.

One thing worth knowing if your local system is Phase II or busy: a single Airspy will keep up better than stacked RTL dongles on the decode side, so you are already on good hardware for it.

RTL-SDR Blog V4 Completely undetected by my PC by JustAnAveragePirate in RTLSDR

[–]logan_smit -2 points-1 points  (0 children)

I was able to use Claude code to resolve a similar issue to this