All Projects → f4goh → VnArduino

f4goh / VnArduino

Licence: other
VNA software with an Arduino

Projects that are alternatives of or similar to VnArduino

antenna analyzer vna
Pocket Arduino Nano based graphical SWR 160-6m bands panoramic VNA antenna analyzer based on AD9850, AD8302 and SGA3386
Stars: ✭ 17 (-37.04%)
Mutual labels:  encoder, amateur-radio, antenna, vna, hf, amateurradio, ad9850, antenna-swr-analyzer, antenna-analyzer, sga3386, ad8302
antenna analyzer
Arduino Uno based graphical SWR HF/VHF 160-1.25m bands antenna analyzer, plotter based on Si5351 module
Stars: ✭ 18 (-33.33%)
Mutual labels:  amateur-radio, antenna, amateurradio, ad9850, antenna-swr-analyzer, antenna-analyzer
codec2 talkie
Turn your Android phone into Codec2 Walkie-Talkie (Bluetooth/USB/TCPIP KISS modem client for DV digital voice communication)
Stars: ✭ 65 (+140.74%)
Mutual labels:  amateur-radio, hf, amateurradio
k3ng antenna tuner
Arduino-based Automatic Amateur Radio Antenna Tuner
Stars: ✭ 33 (+22.22%)
Mutual labels:  amateur-radio, antenna
aprs-weather-submit
Manually submit weather station information to the APRS-IS network.
Stars: ✭ 17 (-37.04%)
Mutual labels:  amateur-radio, amateurradio
remoteRotator
remoteRotator lets you expose a local antenna rotator (azimuth / elevation) to the network
Stars: ✭ 32 (+18.52%)
Mutual labels:  amateur-radio, antenna
token
A simple base62 encoded token library for go, ideal for short url services.
Stars: ✭ 68 (+151.85%)
Mutual labels:  encoder
ffcvt
ffmpeg convert wrapper tool
Stars: ✭ 32 (+18.52%)
Mutual labels:  encoder
Transcoder
Docker container to transcode videos in mounted volume to H265 using FFMPEG
Stars: ✭ 13 (-51.85%)
Mutual labels:  encoder
pycayennelpp
A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python
Stars: ✭ 17 (-37.04%)
Mutual labels:  encoder
xin26x
Video Encoder for Now and Next Decade
Stars: ✭ 74 (+174.07%)
Mutual labels:  encoder
klog
KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
Stars: ✭ 31 (+14.81%)
Mutual labels:  amateur-radio
Alom
Alom PHP Obfuscator / Encoder can protect from your codes
Stars: ✭ 50 (+85.19%)
Mutual labels:  encoder
EncoderTool
The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based boards. Encoder push buttons are supported. Callback functions can be attached to encoder changes and button presses to allow for event driven applications
Stars: ✭ 29 (+7.41%)
Mutual labels:  encoder
Deep-Learning-Tensorflow
Gathers Tensorflow deep learning models.
Stars: ✭ 50 (+85.19%)
Mutual labels:  encoder
pypacket
Modular APRS Rx IGate framework for RTL-SDR devices.
Stars: ✭ 42 (+55.56%)
Mutual labels:  amateurradio
Rotary Encoder Breakout-Illuminated
This is a clever little breakout board for both the RGB and R/G illuminated rotary encoders.
Stars: ✭ 16 (-40.74%)
Mutual labels:  encoder
ls-psvr-encoder
A simple command line tool to encode your 180 and 360 videos for sideloading with Littlstar's VR Cinema app for PSVR.
Stars: ✭ 61 (+125.93%)
Mutual labels:  encoder
online-ethereum-abi-encoder-decoder
A quick online tool to abi-encode and abi-decode constructor arguments used in ethereum's solidity. https://adibas03.github.io/online-ethereum-abi-encoder-decoder/
Stars: ✭ 37 (+37.04%)
Mutual labels:  encoder
keystore-go
A Go (golang) implementation of Java KeyStore encoder/decoder
Stars: ✭ 119 (+340.74%)
Mutual labels:  encoder

#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:

  • Go to https://github.com/f4goh/VnArduino, click the Download ZIP button and save the ZIP file to a convenient location on your PC.

  • Uncompress the downloaded file. This will result in a folder containing the program, that has a name that includes the branch name, usually VnArduino-master.

  • Rename the folder to VnArduino.

  • Copy the renamed folder to the Arduino sketchbook.

  • you must add Arduino SPI library for AD9850 : F4GOJ Christophe [email protected]
    Go to https://github.com/F4GOJ/AD9850SPI

  • if you use microSD, add Arduino SDfat library

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].