Avr Programming and Tutorials:
Fuse Values
http://www.engbedded.com/fusecalc/
Turning Arduino into ISP Programmer:
http://arduino.cc/playground/Code/MegaISP
http://arduino.cc/en/Tutorial/ArduinoISP
Programming:
http://www.ladyada.net/learn/avr/programming.html
How To Get Code onto a Microcontroller:
http://www.sparkfun.com/tutorials/93
AvrDude Usage:
http://www.ladyada.net/learn/avr/avrdude.html
VCO Testing and Tuning:
http://www.ladyada.net/make/wavebubble/tuning.html
Vco Test Methods:
http://www.minicircuits.com/app/VCO15-15.pdf
General VCO Notes:
http://www.spectrummicrowave.com/pdf/VC ... _notes.pdf
Voltage controlled oscillator, VCO, for PLLs
- an overview of the various types of voltage controlled oscillator, VCO, used in phase locked loops, PLLs and frequency synthesizers
http://www.radio-electronics.com/info/r ... lators.php
Phase locked loop, PLL, tutorial
http://www.radio-electronics.com/info/r ... torial.php
PLL loop filter
- an overview of the loop filter used in a phase locked loop, PLL. This gives an overview of the requirements, and design.
http://www.radio-electronics.com/info/r ... design.php
All Major Component DataSheets:
http://www.megaupload.com/?d=QQP762V2
SMT / SMD component packages
- an overview of the different SMD component packages used for surface mount technology, SMT components
http://www.radio-electronics.com/info/d ... torial.php
Adjusting LM-358 Max Vtune Voltage:
Adjust the values for R20 and R21 to correspond more adequately with the VCO Tuning Voltage Limits and the input power you get at the LM-358 (IC9).
The formula for the OP AMP in NonInverting Step Up Mode:
Vout = Vin*((Rf/Ri)+1)
Example:
For the ROS 1200
3.3V((30kohm/10kohm)+1) = 13.2V
Corrected:
3.3V((47.7/10)+1) = 19V ( max Vtune for ROS 1300 = 20V)
For the ROS2700-1819+:
3.3((64.9/10)+1) = 24.717V (Max Vtune for ROS 2700 is 25V)


