Radars are simply cool, and their portrayal in movies and TV has a lot to do with that. You get a sweet glowing screen that shows you where the bad guys are, and a visual representation of your missiles on their way to blow them up. Sadly, or perhaps thankfully, day to day life for most of us is a little less exhilarating. We can make do with a facsimile of the experience instead.
The project consists of an Arduino Uno outfitted with an ultrasound module that can do basic range measurements on the order of tens of centimeters. The module is then placed on a servo and scanned through a 180 degree rotation. This data is passed back to a computer running a Python application, which plots the results on a Plan Position Indicator, or PPI – the sweeping display we’re all so familiar with.
While it’s unlikely you’ll be using such a setup to engage bandits, it could prove as a useful module for robot navigation or similar applications. We’ve seen ultrasonic transducers used for exactly that. Video after the break.
Would have been way better if you used some with more power like a ESP32 to keep it smooth.
Seriously! Using ATMegas in modern tutorials is a huge pet peeve of mine. Some people like them, which is understandable, but please don’t present it as a good solution for new learners in 2020.
They are more expensive, slower, more memory-constrained, and often less power efficient than low-end Cortex-M chips. And the Arduino IDE supports a wide variety of platforms these days.
Remember, kids: friends don’t let friends use ATMegas for education.
Naw, go the other direction and build it with vacuum tubes with a big green-phosphor CRT to boot
Somewhen, I saw an old Electonics Projects something book that did exactly that. Ultrasonic emitters, CRT display, tube amplifiers etc. A snowball’s chance in Vegas of it getting built even ?? years ago since the parts were long past obsolete even then.
When your peeves become as familiar as pets, it is probably time to admit ownership and only talk about yourself while discussing them.
Anything with tight timing, the atmega line is nearly identical to program to a Cortex-M. 1 instruction per clock cycle. A small variable delay from the pipeline when coming out of sleep modes. Peripherals controlled by writing to registers. Similar interrupts.
I use both all the time, though I sure as heck don’t use “arduino.” Maybe your peeve is actually that you use arduino, instead of that other people use atmega?
Remember, kids: Friends don’t let friends push pet peeves on others. That’s called “peer pressure,” and you should Just Say No. Echo chambers produce shop myths, not education.
I made something similar but less polished and I Needed more power in placement of sensor IMO then processing. I did this with a small PIC and functionally was identical but used Pygame to plot.
What I really wanted was linear translation as well as rotation as I found scattered and deflected pings most damaging to the “radar”
isnt a faux ultrasonic radar just a sonar? vocabulary much?
This! Nothing “faux” about it. It’s just sonar.
You did click and comment. Their mission is accomplished.
False. Many people commenting only clicked on the blog post; no mission is accomplished unless you click on the video and they make the advertising money. That’s how sponsored posts usually work.
Using technically accurate vocabulary would make it more like that I would click it. Though a video is still a difficult sell, especially during a pandemic when we’ve all been practicing social isolation and have become more meditative, more comfortable with deeper thinking.
I think your project is sweet regardless of what microcontroller you use! Freedom to choose!
Does this seem familiar to anyone else?
https://www.youtube.com/watch?v=1bqSgvEZNtY
Remember, short, controlled bursts.
Brrrt! Brrrt! Brrrt!
Love those SFX!
O’ how we have short memories. A fully functional device.
https://hackaday.com/2011/02/17/motion-tracking-prop-from-alien-movie/
The original website no longer is active. But the YouTube video is there.
this is cheep arduino fun and a good coding excersize
instead of ‘stepping’ the servo between each distance reading,
try sweeping at servo speed and record servo angle with distance.
I hate to be the pedant here but it’s a SONAR, not a RADAR. And I’m not shouting, they really are acronyms.
That’s why I said “Faux Radar”
I don’t think they get the reference…..
besides, the author himself called it a “radar emulator”…
Lewin, it’s a nice article!
I really don’t like the word choice, however: A motorboat is not a “faux car”; it’s a boat, and we have words for that. In the title, sure, make it reasonably attractive to readers who might have heard about RADAR but not SONAR, but the RA in radar is simply for “radio”; instead of claiming a working device is a fake other device, name that working device as what it is, at least in the article body :)
Cheers!
Right, but its design is to imitate the RADAR used in the Aliens movie, so it was in keeping with theme..
Besides, either way SOMEONE was going to find a fault, because you know, its Sunday…
It is neither. It is just a range finder on a stick.
Unlike sonar or radar, it doesn’t return any information beyond the first reflection nor show the magnitude of the reflection.
An interesting pure sonar project, I would like this on a Raspberry Pi robot system. The transfer to RPi should be no problem at all. But I am considering using a Arduino or some other Microprocessor to process IO and use a Servo board for PWM . I will also be looking at an alternative to sonar – a laser perhaps LiDar but that is an expensive solution. Any tips most welcome
Maybe this one: github.com/iliasam/OpenSimpleLidar ?
Interesting in its simplicity. But for windoze, methinks that the USB port ‘finder’ will not work on 7 or 8, but should be ok on 10.
Better yet, just use Linux.