using a pi zero to automate my logging and rig control — anyone else gone down this rabbit hole
Loading...
- Replies 1
- Views 20
- Created
- Last Reply
Top Posters In This Topic
-
Contest King 1 post
-
Rebecca Turner 1 post
so i finally caved and ordered a couple pi zeros and an arduino mega a few weeks back after seeing someone at our club meeting show off their automated station setup. been messing with it on and off and honestly i went way deeper than i expected to
started simple, just wanted to pull frequency data from my IC-7300 via USB and have it auto-log to a spreadsheet or something. ended up writing a python script that reads CAT commands, pushes the data to a little sqlite database, and now i have a dashboard running on my local network showing me band conditions, what frequency im on, mode, all that. its actually pretty slick but im not gonna pretend the first two weeks werent a nightmare of broken dependencies and me googling error messages at midnight
now im thinking about hooking up an arduino to handle some physical stuff — like switching between antennas based on what band the rig selects automatically, maybe even triggering a bandpass filter bank if i ever build one. has anyone done relay control through an arduino that talks to a pi? im trying to figure out if i should do I2C between them or just have the pi handle the GPIO directly and skip the arduino altogether for the relay part. the arduino feels like overkill if i dont need the analog stuff but i have it sitting there so might as well use it
Link to comment
https://www.hamradiobase.com/forums/topic/2359-using-a-pi-zero-to-automate-my-logging-and-rig-control-anyone-else-gone-down-this-rabbit-hole/Share on other sites