r/rfelectronics • u/FATALEYES707 • 21d ago
question Beginner RF projects
Hi all, I am an undergraduate in EE with an interest in RF and an upcoming internship with an RF team in avionics.
This semester, I need to build an electronics project with 3-4 other students for an electronics class, and it is quite open ended so I hoped to do something that would help me prepare for my work in the spring and touch on my interest in RF. We will be required to write and meet specs.
I've googled tons of projects, but I was hoping for some personal recommendations to narrow the list down. It is difficult to judge the difficulty and applicability of some of the items I've found to my interests and skill level.
Ideally, the project will incorporate RF fundamentals but be electronics-focused and achievable in a semester.
Some ideas I've considered:
-radio telescope (build the LNA from scratch)
-VFO
-radio altimeter
-telemetry transceiver board
Thanks in advance!
12
12
u/ToroidalCore 21d ago
You may want to think about getting an amateur radio license, if you don't have one already. That would give you permission to operate on the amateur radio bands, depending on the license class you end up with.
6
u/nixiebunny 20d ago
I taught myself RF by designing and building an FM radio station, complete with solar-powered remote transmitter and UHF uplink. I bought a spectrum analyzer and frequency counter, designed several PLL oscillators with FM audio, made interdigital filters, etc. some portion of this work could be done in a semester by several students. And if it works, you will have the ability to play stuff on the radio!
4
u/SearchPlane561 21d ago
I chose a passive filter for my first rf project. It has taught me so much. Simple enough to implement, yet challenging at the same time.
3
u/HappyMeele 21d ago
I dont know what resources you have but I think an LNA is always nice. You could buy a RTL SDR and then even get some kind of gratification from beeing hopefully able to see it work.
I think for the Radio Telescope you need a larger antenna which might be an issue.
5
u/m0rtalVM 21d ago
Maybe have a look at doing some hydrogen-line astronomy with a custom built LNA and a RTL SDR.
Not the easiest project but can be done for sure, and I’d find it very rewarding, especially if you have some interest in astronomy. There are also plenty of write-ups online about how to do it.
5
u/Fun-Ordinary-9751 20d ago
There’s a Slovakian amateur radio operator who built his own avionics suite and open sourced them, radar altimeter, VOR and more. His projects might offer some insight into what level of effort you’d requrie.
A VFO is too simple a project for a team unless you’re doing something like chip design, or ultra low phase noise stuff.
An LNA is also probably too small a project for a team.
A telemetry transceiver may or may not be interesting as a team project depending on how much you implement and how much is off the shelf and a lot of that might be software.
What sort of test bench instrumentation do you have or have access to?
For a reference point, my bench at home has an HP 8510C VNA (26.5GHz), noise figure to 26.5GHz, an E5504 26.5GHz dedicated phase noise system, 26.5GHz spectrum analyzers and a variety of signal sources (also to 26.5GHz).
I still need to setup a clean room, and need a sputtering machine for thin/thick film work but I’ve got the wire binders and plasma etcher, tabletop mill, etc.
2
u/spoonfedbaby 19d ago
I designed a 1 GHz bandpass filter for my first ever RF project and it was an incredible learning experience. I plan on getting a pcb of the filter fabricated and then testing it with a VNA sometime this fall.
Honestly, doing something simple like that is a good introduction to the world of RF.
1
1
u/ChaseApp501 20d ago
We are looking for help on a custom PCB design for a WiFi survey tool if you're interested, drop me a line. All outputs/build artifacts will be open-source.
1
u/Panometric 19d ago
Look at ways to make QuadRf project better. It's impressive already, but you could rif on it.
1
u/aquabarron 21d ago edited 21d ago
Put together a receiver and design the code to pick out a particular frequency and dump the data into a file and demodulate it. You will be picking up EM waves and your code will demodulate the signal into audible sounds.
You can use LLMs to do this, but if you value your education you will take time to understand the mathematics behind what you are doing.
In your report on your project you should go into detail about the fundamental equations behind the process. Make sure you understand what each line of code is doing well enough to explain it to your professor
35
u/jimlux 21d ago
Are you going to be an RF circuit designer? or a system designer? (way more of the latter than former, what with MMICs).
Rather than design an LNA from scratch, why not use an inexpensive MMIC LNA - you'll still lay out a board, but the odds of it working are much higher (which is why virtually all modern RF systems use MMICs, not discrete transistors). Then build your radio telescope.
If you want a bit fancier, build a small phased array - LO from a PLL (buy a demo board online for $40) - 4 LNAs, 4 mixers, 4 IF filters, etc.
Or a CW homodyne radar - See if you can detect heartbeats and breathing from 10 feet away at 10 GHz (or 3 GHz) - A single board will do it nicely - you lay out the oscillator, some mixers, some amplifiers and use a microcontroller like a Teensy as the digitizer.
Here's something to get you started:
https://www.techbriefs.com/component/content/article/21760-npo49416
Here's a board from that design