The antennas are Antipodal Vivaldi, details for designing and building them here: https://www.changpuak.ch/electronics/Antipodal_Vivaldi_Antenna_Designer.php
Ground Penetrating Radar using Arduino
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
The antennas are Antipodal Vivaldi, details for designing and building them here: https://www.changpuak.ch/electronics/Antipodal_Vivaldi_Antenna_Designer.php
PCB_Construction.zipPCB images in PDF for Toner Transfer PCB construction (Top layer mirrored), and schematics.x-zip-compressed - 1.99 MB - 10/21/2020 at 12:04 |
|
|
LF (GPR_JF) board.zipOrCAD 9.2 design files and Gerber.x-zip-compressed - 344.98 kB - 10/21/2020 at 12:02 |
|
|
RF (GPR_RF) board.zipOrCAD 9.2 design files and Gerber.x-zip-compressed - 147.42 kB - 10/21/2020 at 12:02 |
|
|
Software.zipArduino and LabVIEW 2013 source code.x-zip-compressed - 50.96 kB - 10/08/2020 at 17:12 |
|
|
Portable Network Graphics (PNG) - 15.75 kB - 10/08/2020 at 17:09 |
|
|
System tested on a bridge. This is the GPR image obtained for the bridge in the photo:
System tested and works fine.
Antenna coupling is quite high. Would be nice placing the antennas at a bigger distance from each other, or using more directive antennas in order to reduce unwanted coupling.
This is how the electronic boards are stacked.
This is how the wheel operated scan switch works.
Create an account to leave a comment. Already have an account? Log In.
What antenna resolution?
There is an option to buy a whole set of components for self-soldering?
You haven't thought of building a metal detector? Frame with 1x1 or 2x2m frame?
Hi,
Thank you for a great project.
I just try to preview the gerber files on JLCPCB gerber viewer or SeeedStudio Fusion viewer, but there are mirrored some layers and pads holes so they can't make PCB with this mirroring problems. Can you provide the brd files for generating correct gerber files for manufacturing?
Best regards
Martin
very impressive work well done i wonder if it is possible to use directional antennas uwb high gain like the r101c 730MHz-6.5GHz with Low Noise LNA Board Wide Broadband 0.6-60dB RF Amplifier Module for better results
Interesting project and great work so far! I'd like to build it myself, but the documentation could really be improved. Especially about the Antipodal Vivaldi antenna.
Following on from my previous comment, I assume that these two inner layers are ground and power planes so are copper apart from the areas shown, and also I can't at the moment see how these planes are connected to + ve and ground on the top layer ? Also I cannot see that CON2 does anything ? Also gpr.rf.bot seems to overlays the wrong way round. I would be grateful for your feedback on these points - it may be my unfamiliarity with Gerber files.
Interesting project. There appear to be two plain copper inner layers in the RF pcb. Do you think they could be left out ?
Interesting project, I haven't seen anywhere how long can it see underground?(depth)
Interesting project, i work with GSSI radar and i follow a similar project "TU1208_Guide to building a GPR radar for educational use- rev2-nov17" i will try to improve a little. very thanks you for the work
What do you think, is it possible to detect a several meters long horizontal steel rod (with diameter around 10 mm) buried in soil at depth around 0.5 m? Or the diameter is too small?
The diameter is too small. For this kind of application you need a radar working at much higher frequencies, in the GHz range.
@900Mhz with GSSI GPR we can detect bar on the concret. @2Ghz is better.
very impressive work well done i wonder if it is possible to use directional antennas uwb high gain like the r101c 730MHz-6.5GHz with Low Noise LNA Board Wide Broadband 0.6-60dB RF Amplifier Module for better results
Interesting antennas. I have some wideband yagi's, would they be worth trying I wonder?
Regarding antenna coupling, I had similar experiences in mobile comms. You could try pointing the antennas up at the sky. Then couple back some antiphase TX into the RX, to null out the coupling. You'll need a bunch of attenuators (or a switched one).
If your Yagi antennas operate in the GPR's band, they should work. Regarding the coupling, I stored the Rx signal obtained for a target-less measurement and the GPR subtracts it from each acquisition. Different antennas will need a different correction signal. It can be replaced in the Arduino code, or can be completely eliminated if the antennas are placed sufficiently apart from each other.
What do you use to generate the RF?
Can you sweep the frequency? Can you RX while you TX?
If you could do that, there is a trick I learned over three decades ago.
Mix the RX signal with the TX and sample as fast as you can while sweeping up the frequency band. Once you've completed a sweep, FFT the received signal and... You've got a cross section of the soil.... This should reduce the noise a lot because all samples contribute to all result pixels.
The answer is YES, this is precisely how I implemented it, it's called Frequency Modulated Continuous Wave (FMCW) operation.
Standoff is probably about right. These guys pretty much dominate the market:
https://www.geophysical.com/antennas
Your horizontal sampling on the bridge is much too coarse. You should be sampling at intervals of a few cm. Bury a piece of steel pipe in sand at a depth of a foot or two, place a board over it so you can roll smoothly across it. Halve the horizontal sample rate until you get a nice looking hyperbola.
For processing the data to suppress noise and form an image I recommend Seismic Unix.
https://github.com/JohnWStockwellJr/SeisUnix
while developed for reflection seismic work it is widely used in GPR research also. I'm a retired seismic research scientist and supported SU professionally for many years. Send me a PM if you want more info.
Thank you for the useful information. I'll increase the horizontal sampling rate.
Another note on horizontal sampling: currently it is tied to the wheel diameter. I would be nice for inspired designs if the source code had horizontal sampling interval as a configurable parameter. It might already be (I haven't looked at the source).
Hi, great project! Could you please include schematics for the RF board in PDF format? Similar to the "GPR_JF_Schematic.pdf" in the "LF (GPR_JF) board.zip" file. I tried to open schematics with OrCAD (downloaded trial version 17.4 from the OrCAD website), but it was not very successful. It can import and open *.max files (with some errors) but I don't know how to open/convert schematics. So PDF file with the schematics would be very convenient (for those who are not familiar with OrCAD).
Also, I think, it would be handy to have layout files in PDF too for the LF and RF boards. If it's not a problem.
Hello! Thanks for the appreciation. I used OrCAD 9.2, so you should try installing this version. I provided Gerber files for creating the PCBs without the need for OrCAD. GPR_JF.bot, GPR_RF.bot and GPR_RF.top are the Gerber files for copper layers.
I will upload them also in PDF format for easy Toner Transfer PCB creation (top layer will be mirrored).
Great! It seems like KiCad and EasyEDA gerber viewers can open *.ast, *.drd, *.gnd, *.pwr, *.smb, *.smt, and *.sst files (apart from *.bot and *.top ones).
Edit: ah, they are listed in the *.gtd file as 9 layers.
Edit 2: I was able to open *.dsn file (LF board) in the 17.4 version (it shows schematic etc.). But I can't find *.dsn file for the RF board.
I added them. I created the RF board directly in Layout as PCB, without a schematic, because OrCAD lacks Minicircuit ICs. Now I added a schematic for RF created in Paint.
Thanks Mirel. Also would it be possible to upload some better photos of your existing antennas? Especially where the TX and RX feeds are connected.
will you be sharing details of the RF components & the Arduino code - this has many potential applications for good.
what is the legality of this as a spread spectrum emission. Usually you would need a license
I would love to know more about the whole endeavor when you are ready
Looks awesome! I am just wondering...aren't the antennas too low? Well, I cannot really make out the geometry and dimensions. On the hand-drawn diagram they look rather large and to me it seems that the radar hits the ground while still in the near-field region. or maybe it's just that I calculated the far-field distance in my head...
Thank you for the Like. You are right, the antennas are 4 cm above the ground, so the ground is definitely in the near-field region. Because the operating frequency range is quite low, the near-field extends far away from the antennas. Do you think it is necessary to mount the system on a trolley in order to move the ground in the far-field region? Is this going to improve the characteristics of the system?
Become a member to follow this project and never miss any updates
Hello, I started to understand your circuit and found that there is no connection diagram between the GPR_JF board and the Arduino board. Could you help see this?