using a pi zero to automate my station logging — anyone else gone down this rabbit hole
Loading...
- Replies 1
- Views 13
- Created
- Last Reply
Top Posters In This Topic
-
Sarah Chen 1 post
-
Lisa Rodriguez 1 post
so i finally got fed up with manually logging everything during contests and started messing around with a raspberry pi zero w i had sitting in a drawer. been about three weeks now and honestly i dont know how i went this long without doing something like this.
the basic idea was to have it pull the frequency and mode data from my ic-7300 over USB using the CI-V interface, then auto-populate fields in my logging software. sounds simple enough but getting the serial stuff to play nice on the pi took me way longer than i expected. turns out there were some baud rate issues i kept overlooking — the 7300 defaults to 9600 and i kept setting the script to 115200 like an idiot, spent probably two evenings on that before i noticed.
anyway once that was sorted i started adding stuff. got a small 2.8 inch TFT display showing band, mode, and a running contact counter. added a little python script that queries the DX cluster via telnet and flags when a callsign i work matches a new entity on my DXCC list. its not polished at all, the code is kind of a mess, but it actually works most of the time.
thinking about adding an arduino nano to handle some button inputs for things like switching antenna ports on my manual switch without getting up — maybe run it over I2C to the pi. has anyone done anything like that, mixing the pi and arduino together in a station project? curious if thats the right approach or if im overcomplicating it
Link to comment
https://www.hamradiobase.com/forums/topic/4199-using-a-pi-zero-to-automate-my-station-logging-anyone-else-gone-down-this-rabbit-hole/Share on other sites