GithubHelp home page GithubHelp logo

autotuner's Introduction

Arduino HF AutoTuner

F4GOH Anthony [email protected]

https://hamprojects.wordpress.com/2016/12/31/hf-automatic-tuner/

December 2016

Use this library freely with Arduino 1.6.5

firmware version

  • boite_de_couplageV08 (Arduino ATU firmware)
  • boitier_de_commandeV02 (Arduino remote CTRL firmware)

Installation

use liquid cristal i2c library

Usage notes

ATU depend of your I2C expander

MCP23008 expander :

#define mcpLRAdr 0x20    //adresse i2c mcp23008
#define mcpCRAdr 0x21

PCF8574 expander :

PCF8574 Address range is 0x20-0x27

PCF8574A Address range is 0x38-0x3F

#define pcfLRAdr 0x38    //address i2c PCF8574AT
#define pcfCRAdr 0x20    //address i2c PCF8574T

uncomment if you have an LCD display connected on ATU

//#define AFFLCD

uncomment for debug (in this case RS485 protocol is corrupted with debug function)

 //#define DEBUG_CMD
//#define DEBUG_SWR
//#define DEBUG_DBM

searchDelay 20 :without LCD connected direclty on ATU

searchDelay 1 :with LCD connected direclty on ATU

#define searchDelay 20
//#define searchDelay 1

autotuner's People

Contributors

f4goh avatar

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.