master^2
iotcat 4 years ago
parent 0cdb9f2b97
commit 1f242f3c75
  1. BIN
      doc/assessment/~$_Project_Report.docx
  2. 20
      docs/README.md
  3. BIN
      docs/img/as.jpg
  4. BIN
      docs/img/model.jpg
  5. 0
      docs/img/pcb.png
  6. BIN
      docs/img/res1.jpg
  7. BIN
      docs/img/res2.jpg
  8. 0
      docs/img/sch_v0.png
  9. 40
      docs/index.html
  10. 5
      docs/log/aameeting.md
  11. 61
      docs/log/groupmeeting.md
  12. 21
      docs/log/logbook.md
  13. 37
      docs/part/circuit.md
  14. 7
      docs/part/pcb.md
  15. 33
      docs/part/result.md

@ -1,12 +1,24 @@
# Frequency Downconverter
In this project, a Frequency Downconverter (FDC) with RF input and 50ohm output impedance will be designed, simulated, manufactured and tested.
In this project, Frequency Downconverter (FDC) is designed to convert signal from Ultra High Frequency (610MHz) to VHF (80MHz). With LT5512 mixer as center IC, surrounding circuit was designed to adjust the input and output impedance to 50Ω, eliminate DC interference as well as block high frequency noise at IF part. PCB was designed and manufactured with the help of Altium Designer and eagleCAD. This product can effectively decrease the cost and complexity of Radio Frequency signal processing.
![model](/img/model.jpg)
## Objective
A typical FDC accept two input signal and output the combined signal at f1+f2 and f1-f2. This means that, besides the RF signal input, another low frequency vibration signal, which we called as LO signal, is also needed. Before the RF signal go into the mixer, it needed to be processed through band pass filters as well as amplifiers to make sure that only the signal we expected can go into the mixer. For the output IF signal, band pass filters and amplifiers are also necessary to block the spare f1+f2 signal and keep the signal Hi-Fi. These measures are important to design a high quality FDC.
![LT5512_circuit](/img/LT5512_circuit.png)
## Objectives
This is the LT5512 recommanded circuit.. Basing on this schematic, we have
- Learn to solve Engineering problems (i.e. How good is good enough?)
- Learn skills to design and manufacture electrical products
- Obtain skills and experience to cooperate with team
- Make a simple FDC which can work
## Guide
- [Logbook](/log/logbook)
- [AA meeting log](/log/aameeting)
- [Group meeting log](/log/groupmeeting)
-----------------------------
☛[Go to the Circuit Part blog](/part/circuit)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

@ -17,26 +17,26 @@
docute.init({
title: 'wIoT',
repo: 'iotcat/wIoT',
twitter: 'iotcat',
'edit-link': 'https://github.com/IoTcat/wIoT/blob/master/docs/',
nav: {
default: [
{
title: 'Home', path: '/home'
},
{
title: 'Ecosystem', path: '/ecosystem'
},
{
title: 'Support wIoT', path: '/support'
},
{
title: 'Languages', type: 'dropdown', items: [{title:'33', path: '/'}]
}
]
}
title: 'Frequency Downconverter',
repo: 'iotcat/fdc',
twitter: 'iotcat',
'edit-link': 'https://github.com/IoTcat/fdc/blob/master/docs/',
nav: {
default: [
{
title: 'Guide', path: '/home'
},
{
title: 'Circuit Design', path: '/part/circuit'
},
{
title: 'PCB Design', path: '/part/pcb'
},
{
title: 'Test and Result', path: '/part/result'
}
]
}
})
</script>
</body>

@ -82,4 +82,7 @@
- Place through hole alone the high frequency line
- Use Laying copper to ground most place
- Check the minimum width of wire
-
-----------------------------
☛[Go back to Guide](/)

@ -0,0 +1,61 @@
# The first week meeting
[x] `---29/01/2020 by Boyao Yang, Yimian Liu`
[x] `Participaants: Boyao Yang, Weizhou Wen, Yimian Liu`
[x] `Location: Harold Cohen Library 3A`
## Setting goals and weekly prograss
- The general goals were discussed. For the first three weeks, the general design should be accomplished. Allow two weeks for surface mounting and PCB fabrication.
- Clarify the divison of responsibility.
## Install relevant softerware
- Software for circuit simulation
- Software for PCB design
- Implement Git / Nodejs env
## Questions (Ask academic advisor)
- `not in progress`
-----------------------------
# The first week meeting
[x] `---29/01/2020 by Boyao Yang, Yimian Liu`
[x] `Participaants: Boyao Yang, Weizhou Wen, Yimian Liu`
[x] `Location: Harold Cohen Library 3A`
## Setting goals and weekly prograss
- The general goals were discussed. For the first three weeks, the general design should be accomplished. Allow two weeks for surface mounting and PCB fabrication.
- Clarify the divison of responsibility.
## Install relevant softerware
- Software for circuit simulation
- Software for PCB design
- Implement Git / Nodejs env
## Questions (Ask academic advisor)
- `not in progress`
----------------------------
# Third Group Meeting
>[x] ---14/02/2020 by Yidi Song
>[x] Participaants: Boyao Yang, Weizhou Wen, Yimian Liu, Yidi Song
>[x] Location: EE Building
## What have done
1. Learn the basic code of LaTeX and how to use the Git control system.
2. Learn the PCB wiring and layout, and completed the PCB wiring of the 0.0.1 version of the circuit.
3. Redesign schematic.
We learned how to use LaTex and wrote a exercise article. Contents, table, picture, reference and equations were all included. The picture of this exercise is shown below.
![LaTex exercise](https://github.com/IoTcat/FDC/blob/master/docs/img/LaTex_exercise.png)
We learned the basic uses of Git. Continue did the schematic simulation and PCB design.
-----------------------------
☛[Go back to Guide](/)

@ -1,12 +1,12 @@
Log Book - Frequency Downconverter Proj
- Archieved at 2020-03-04 22:11:13 UTC
> ※ Archieved at 2020-03-04 22:11:13 UTC
Week 0
## Week 0
- Investigate background info
- Select IC
- Give out first component purchase list
Week 1
## Week 1
- learn how to use Altium Designer
- Learn filter design
- Learn LT5512 data sheet
@ -14,14 +14,14 @@ Week 1
- Clarify the division of responsibility
- Decide to choose Butterworth Filter
Week 2
## Week 2
- Build schematic library
- Build PCB library
- Build missing PCB footprint
- Begin to think about impedance match
- Determined the circuit diagram except the part of IF BPF (Schematic v0.0.1)
Week 3
## Week 3
- Learn how to design PCB
- Design impedance matching
- Put forward schematic v1.0.0
@ -31,19 +31,24 @@ Week 3
- Generate second component purchase list
- Learn Latex and Git
Week 4
## Week 4
- PCB routing
- Ethic and sustainability report
- IF part simulation using ADS
- Convert PCB proj from Altium to EagleCAD
Week 5
## Week 5
- Output gerber files
- Submit PCB Design to workshop
- Poster Design
Week 6
## Week 6
- Print out poster
- Prepare for presentation
- Conclude the project
- Classify and publish the blog
-----------------------------
☛[Go back to Guide](/)

@ -1,25 +1,48 @@
# Schematic Design
## Overview
## General Information
![LT5512_circuit](/img/LT5512_circuit.png)
A typical FDC accept two input signal and output the combined signal at f1+f2 and f1-f2. This means that, besides the RF signal input, another low frequency vibration signal, which we called as LO signal, is also needed. In this project, the signal was input and output through BNC jacks. The IC was powered by 5V DC power supplier.
## Design Steps
Six steps were conducted in the circuit design produrce. The first step is to select a Mixer IC, which should accpet UHF signal and need to be in stock in UK. We selected LT5512 IC which can support up to 3GHz signal in this case. Secondly, impedance matching is processed in order to match standard 50Ω input and 50Ω output. In this case, capacitors and inductors were utilized to design with the help of Smith chart and online design tools. Thirdly, a Low Pass Filter function was considered while design the impedance matching in the IF part. Then, Differcial Line Design was tried to optimized the performance of signal transmission. Additionally, simmulation was conducted with ADS to verify the circuit performance.
## Component Selection and Purchase
### Component Selection and Purchase
The first produrce of component selection is figure out what we really needed. In this case, a mixer, three BNC jacks and one PCB header are necessary, while others such as transformses, amplifier, filters are optional. After confirm what we needed (the schametic), component selection can be proceeded. During the component selection, it is common and sometimes unavoidly unable to find a expected component. When this happened, a new purchase list in corresponding with a redesign schematic should be proceeded.
![ic](../img/schematic.png)
## Filter Design
### Filter Design
In downconverter case, the less the ripples on the bandwidth, the better performance can be expected. After weigth the performance of the filter and the difficulty of the PCB design, we have choosed the one order Butterworth filter as well as designed the schematic to be as few filter as possible.
## Impedance Matching
### Impedance Matching
Impedance matching is considered so that the circuit can accept a standard 50 ohms input and support a 50 ohms output. This design is conducted in the meantime with the filter design. Online tools from Analog Devices was utilized and Shmith Chart was tried to varified the design. A 50:200 ohms Balun transformer was implemented in the IF part to match the impedance.
![ic](../img/simulation.png)
![ic](/img/simulation.png)
This picture shows the result of simulation of frequency response of the IF part. From this firgue, it can be figured out that the f1+f2 frequency, which is about 1.1GHz in this case, can be effectively blocked, while the f1-f2 passing.
## Differencial Line Design
### Differencial Line Design
As the LT5512 request a differencial RF input and IF output, several capacitiors was used to block the DC while a Balun was settled to transform IF signal from differencial to single side.
## Simulation
### Simulation
ADS was used to check the expected performance of the design of impedance matching circuit.
## Experience
The design of circuit is not something that can be done by once, instead, rolling of all the steps above is usual. In this case, we have designed more than three versions of the schematic.
![sch_v0](/img/sch_v0.png)
This figure shows the v0.0.1 version of the schematic, which works at 1.9GHz-170MHz. However, this did not be used because of a mistake that the Balun transformer we purchase at the first time can not work at 1.9GHz, which we did not realize it when we make the first component list in early January. Due to this small error, we redesign nearly the whole circuit in less than one week and change the working frequency to 610MHz-80MHz, as no substitutable components can be found on RS, Oncall and other supplier.
-----------------------------
☛[Go to the PCB Part blog](/part/pcb)

@ -9,6 +9,9 @@ Before the PCB design, the component library of the schematic and the component
## PCB structure design and layout
Due to the small number of PCB design components and the complexity of the circuit, single-layer boards were selected to simplify design and production.
![pcb](/img/pcb.png)
Because the radio frequency (RF) circuit is a distributed parameter circuit, it is easy to produce a coupling effect in the actual work of the circuit. Therefore, in the actual PCB design, it will be found that the interference radiation in the circuit is difficult to control.
For example, problems such as mutual interference between digital circuits and analog circuits, noise interference from power supplies, and interference caused by unreasonable ground lines.
In the process of PCB layout, we mainly refer to the data sheet of the integrated circuit and the circuit layout of the schematic.
@ -23,3 +26,7 @@ After designing the routing, pads, and vias, a DRC (Design Rule Check) should be
## Copper plating
The main purpose of copper plating is to improve the anti-interference ability of the circuit. At the same time, it has great benefits for PCB heat dissipation and PCB strength. Copper grounding can also serve as a shield.
In high-frequency circuits, a ground (GND) copper isolation shield is required. Therefore, a large area of copper is applied on the bottom layer to connect all ground wires. For the top layer, the circuit requires strict impedance control, and copper plating is likely to affect impedance control due to distributed capacitance. The wiring density around the integrated circuit is high, and the excessive copper separation may affect grounding.
-----------------------------
☛[Go to the Result Part blog](/part/result)

@ -0,0 +1,33 @@
# Result and Testing
## Result
![res1](/img/res1.jpg)
This figure shows the front of the manufactured PCB. As it shown, all the SMD components was not solded on the PCB and only the IC and Balun was solded and wires were printed and holes was drilled, since the workshop in university did not do SMT. When we contracted the workshop technicists, they did tell us that they can not do this, however, we did not quitly understand him at that time.
![res2](/img/res2.jpg)
This figure shows the back side of the PCB result. It can be shown that this side was copper plated to eliminate the effect of ground line.
## Test Produre
### Equipments
![sa](/img/sa.jpg)
The most important (and the most expensive) equipment is the spectrum analyzer, which was shown in the above figure. This equipment can display the signal in frequency domain. However, this type of spectrum analyzer can only accept one input at one time, so we may need to the target separatly and combine them together maybe use Photoshop.
Besides, High-Frequency signal generator, DC power supplier are also needed in this case.
## Test Steps
- Give a RF input without LO input and measure the output
- Give a LO input without RF input and measure the output
- Give both RF and LO input and measure the output
- Measure the range of RF frequency that it can work
- Measure the range of LO frequenct that it can work
-----------------------------
☛[Go back to Guide](/)
Loading…
Cancel
Save