Git Product home page Git Product logo

parttimelegend / icom-ic-7300-data-logger Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9 KB

This Python script interfaces with an Icom IC-7300 transceiver via USB-serial connection to log S-meter values and frequency readings to a CSV file at regular intervals.

License: MIT License

Python 100.00%
amateur-radio amateurradio ham-radio ham-radio-csv hamradio ic-7300 icom icom-radio python python-script

icom-ic-7300-data-logger's Introduction

IC-7300 Data Logger

This Python script interfaces with an Icom IC-7300 transceiver via USB-serial connection to log S-meter values and frequency readings to a CSV file at regular intervals.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/parttimelegend/icom-ic-7300-data-logger.git
  2. Navigate to the project directory:

    cd ic-7300-data-logger
  3. Install the required dependencies using pip:

    pip install -r requirements.txt

Usage

  1. Ensure the Icom IC-7300 transceiver is connected to your computer via USB.

  2. Run the main script main.py:

    python main.py
  3. The script will automatically detect the IC-7300, log the S-meter values and frequency readings to a CSV file named s_meter_values.csv in the project directory, and print the logged data to the console.

  4. Press Ctrl+C to stop the script.

Configuration

  • The script uses the default CI-V address (0x94) for the IC-7300. Modify the CIV_ADDRESS variable in radio_communicator.py if your transceiver is configured with a different address.

  • By default, the script logs data every 60 seconds. You can adjust the logging interval by changing the sleep duration in the log_data method of data_logger.py.

License

This project is licensed under the MIT License. See the LICENSE file for details.

icom-ic-7300-data-logger's People

Contributors

parttimelegend avatar renovate[bot] avatar

Watchers

 avatar

icom-ic-7300-data-logger's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

pip_requirements
requirements.txt

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.