[mdlug] Meeting Today: New Toys

Jay Nugent jjn at nuge.com
Sat Jan 11 09:50:01 EST 2020


Greetings,

On Sat, 11 Jan 2020, Raymond Ingles wrote:

> I wish I could come, but my Saturdays are occupied with family stuff.
> However, I did get a new toy - a Radex One Geiger counter.
>
> It has a USB interface, but only Windows drivers. I emailed the company and
> offered to write a Linux driver, but got no response. I don't think it'd be
> *that* hard to reverse-engineer, but I haven't had to snoop and decode USB
> traffic before.

    One of my Geiger counters simply sends text data strings once every 
second.  It's knowing what each chunk of data represents.  The 
documentation that came with mine gave the data format, so it was easy to 
capture the data on a serial interface, parse it, and display the data in 
a formatted screen.  All done with a Bash script.  Could also make it web 
accessible, some day.  Too many 'projects' and never enough time...

       --- Jay Nugent



More information about the mdlug mailing list