Skip to content

f4goh/VnArduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56e2f23 · May 14, 2017

History

25 Commits
Dec 22, 2015
Jun 22, 2015
Dec 8, 2015
May 14, 2017
May 14, 2017
May 14, 2017
May 14, 2017
Jan 12, 2016
Feb 10, 2016
May 24, 2016
Nov 27, 2016
May 14, 2017
Feb 10, 2016
Nov 27, 2016

Repository files navigation

#VNA software with an Arduino # F4GOH Anthony f4goh@orange.fr

June 2015

Hardware :

  • Arduino or Nano
  • AD9851
  • AD8302
  • Optional SD card

LOW level on D4 pin during reset to enter menu

All schematics soon on https://hamprojects.wordpress.com/

Use this program freely with Arduino 1.0.6

Installation

To use the VnArduino program:

https://github.com/greiman/SdFat/tree/master/SdFat

  • to download hex files directly without compilation take a look at

https://github.com/f4goh/VnArduino/blob/master/upload%20sans%20compil.zip

Usage notes

To use 4x20 characters LCD Display, the LiquidCrystal_I2C and WIRE libraries must also be included.

#include <avr/pgmspace.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <AD9850SPI.h>
#include <SPI.h>
#include <EEPROM.h>