Skip to content

f4goh/VnArduino

Repository files navigation

#VNA software with an Arduino # F4GOH Anthony [email protected]

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>