Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.42 KB

README.md

File metadata and controls

58 lines (35 loc) · 2.42 KB

TF3LJ / VE2LJX Magnetic Loop Antenna Controller

The loop controller automatically tunes a magnetic loop antenna, using a variable capacitor, maintains tuning as the VFO changes, and much, much more.

A complete description as well as documentation is available at Loftur's main loop controller page

Discussion and community support can be found at groups.io

Getting Started

These instructions will get you a working environment to compile and upload the controller firmware to a Teensy 3.2 microcontroller.

Prerequisites

For Visual Studio Code and Platformio

For Arduino IDE

  • Install the Arduino IDE
  • Install the Teensyduino extension
    • Select all libraries when installing.
  • Install the TMCStepper library.
    • Download the repository as a .zip file. Name it TMCStepper.zip.
    • In the Arduino IDE, navigate to Sketch -> Include Library -> Add ZIP library and select the ZIP file downloaded.

Installing

Connect the teensy to the computer running your development environment.

VS Code Open the repository folder in VS Code. Platformio should load and install all required modules automatically.

From the platformio menu, click Build and/or Upload.

Arduino IDE Open ML_v4.ino in the Arduino IDE

Click the Verfy (check box) or Upload (arrow) buttons in the arduino IDE.

  • Verify compiles the code.
  • Upload compiles and uploads the code to the teensy.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License License, Version 3 - see the gpl.txt file for details

Acknowledgments