Author Topic: opinions on reasonably cheap mmWave radar module?  (Read 3161 times)

0 Members and 1 Guest are viewing this topic.

Offline JBealeTopic starter

  • Frequent Contributor
  • **
  • Posts: 298
opinions on reasonably cheap mmWave radar module?
« on: April 29, 2021, 03:36:19 pm »
I just noticed a fairly cheap "mmWave Radar - Human Presence Detection" module being offered by DFROBOT SKU:SEN0395. I won't directly link to it or state the price so this doesn't look like an advertisement but it should be easy to search for.  It claims to be able to detect a person even if they are not moving (from micro-motions like breathing) and claims a range of 9 meters.  You can configure the detection range with up to four zones with 15 cm resolution, but once configured it does not report actual range, only overall "present" or "not present" with 1 Hz update rate.

I know about the mm-wave modules used for automotive applications but they start north of $500 so this is the first board like this I've seen at its price.  I'm puzzled by the fact that it apparently knows the range to target, a rare ability for cheap boards, but it won't directly tell you.  The sub-$10 24GHz doppler motion detectors are CW only, so they can't do ranging. This board claims FM-CW mode as well as CW.

Curious what people think is the likelihood this product is for real. Has anyone tried this out?  The company does have its own forum but doesn't seem to have a lot of traffic.

« Last Edit: April 29, 2021, 04:37:24 pm by JBeale »
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6723
  • Country: nl
Re: opinions on reasonably cheap mmWave radar module?
« Reply #1 on: April 30, 2021, 12:30:42 am »
Interesting, here's a page from someone who's started to look into it I found on google (not that specific one, but there's a lot of FMCW claiming modules out there).

The SRK1101A seems to be the IC on that module working in the RF domain. I assume they are using with techniques similar to the ones from this paper.
« Last Edit: April 30, 2021, 12:35:55 am by Marco »
 
The following users thanked this post: ANTALIFE

Offline JBealeTopic starter

  • Frequent Contributor
  • **
  • Posts: 298
Re: opinions on reasonably cheap mmWave radar module?
« Reply #2 on: April 30, 2021, 04:19:48 am »
Thank you very much for those links, so it looks like there are many FMCW modules recently, but it's unclear how well they perform. Interesting...
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6723
  • Country: nl
Re: opinions on reasonably cheap mmWave radar module?
« Reply #3 on: April 30, 2021, 01:48:32 pm »
Ultimately a cheap IC with a 24 GHz VCO and I/Q mixers isn't that far out of the realm of possibility and with those the methods from the paper could be implemented with a cheap microcontrollers with DAC&ADCs.

I judge it plausible ;)
 

Offline JBealeTopic starter

  • Frequent Contributor
  • **
  • Posts: 298
Re: opinions on reasonably cheap mmWave radar module?
« Reply #4 on: May 01, 2021, 10:28:08 pm »
Indeed, it does seem plausible. I'll look forward to someone reporting more definite experimental results.

Here is another product with an IC doing the 24 GHz Tx/Rx: http://www.iflabel.com/product/28.html 
https://www.seeedstudio.com/Millimeter-wave-Doppler-radar-SYH24A-p-4392.html

They have some PDFs including something they call a datasheet (sketchy and light on details), and they are all dated Feb 2021 so pretty recent. They also talk about "micro-motion" and person-sensing even if they are asleep, via breathing movement, but they don't mention ranging or FM-CW.

There is also this, https://www.seeedstudio.com/Grove-Doppler-Radar-BGT24LTR11-p-4572.html
"based on the BGT24LTR11 Silicon Germanium MMIC which is a 24GHz radar transceiver. It is driven by an XMC1302 MCU based on Arm® Cortex®-M0"

That Infineon part has a real data sheet. It does generate I/Q outputs from 24 GHz xmit/rcv, and it does have a VCO although they only suggest it for temperature stabilization, not FM-CW mode. https://www.infineon.com/dgdl/Infineon-BGT24LTR11-PB-v01_00-EN.pdf?fileId=5546d4625696ed7601569d063799153e
Apparently that chip has been around since 2018. https://www.eenewseurope.com/content/bgt24ltr11-mmic-smallest-24ghz-radar-market
bgt24ltr11-mmic-smallest-24ghz-radar
« Last Edit: May 02, 2021, 01:26:39 am by JBeale »
 

Offline JBealeTopic starter

  • Frequent Contributor
  • **
  • Posts: 298
Re: opinions on reasonably cheap mmWave radar module?
« Reply #5 on: May 07, 2021, 06:27:19 pm »
I  also came across this Acconeer XM112, it is 60 GHz and "pulsed coherent", not FM-CW.  States 0.5 - 10 meter range on the brochure, but only mentions 2 m range in the data sheet. They claim to measure distance in mm, and distance changes of microns. A little above my budget just to play with something that I have no actual use for, but the technology seems interesting.
https://www.robotshop.com/en/high-performance-radar-module-xm112.html
https://www.robotshop.com/media/files/content/a/acc/pdf/high-performance-radar-module-xm112-datasheet.pdf
« Last Edit: May 07, 2021, 06:30:26 pm by JBeale »
 

Offline JBealeTopic starter

  • Frequent Contributor
  • **
  • Posts: 298
Re: opinions on reasonably cheap mmWave radar module?
« Reply #6 on: June 14, 2021, 10:06:20 pm »
I got one of these DFRobot SEN0395 "Human Presence Detection" devices.  I've only played with it an hour so far, but with the example Arduino code it more or less works. So far it is mostly, but not always correct about whether I'm standing or sitting nearby.  I would say it may well be usefully accurate. 

As far as output goes, it's one of the lower bandwidth information sources: effectively only one bit per second. Every second, the Arduino demo code sends a single ASCII character out; a "0" or a "1" and that's all there is.  There's an onboard LED that also blinks once per second while running (but not when initialized, takes several seconds). 

When placed facing up on the desk in my downstairs office, and then walking around in the room directly above, I get occasional "present" hits, so it is either seeing through the (wood) floor, which is plausible, or tracking the motion of the floor itself from my weight; also plausible.
When I am not in the room with the sensor or the one directly above, it reports consistently 0, but when I enter the room it does report 1 so that's pretty good.

Maybe it does do FMCW mode internally, but with their current firmware there is no method of actually determining a range. I asked at the DFRobot forum and got a reply simply restating the spec, which does not include any provision to determine a range except for indirectly by the initial configuration. Changing config takes four separate commands, each of which must be separated by one second, so to manually poll for range would take at least 5 seconds per reading. However there seems to be a ~10 second startup time so it might really be 15 seconds after any configuration change before valid data is available.

At any rate, so far in very initial testing it does seem to do the basic "person detect" function that they claim.

Note: the two unlabeled through-holes on the left-hand edge of the board in the photo, may be an internal power rail. I powered the board with +4.6 V, and measured the voltage across those two points as +3.29 V. The board is spec'd to run from a supply ranging from +3.3 to +5 V.
« Last Edit: June 15, 2021, 03:40:47 pm by JBeale »
 

Offline tszaboo

  • Super Contributor
  • ***
  • Posts: 7392
  • Country: nl
  • Current job: ATEX product design
Re: opinions on reasonably cheap mmWave radar module?
« Reply #7 on: June 14, 2021, 10:12:34 pm »
I have some Acconeer eval boards at work, jut designed a board that should use the IC for a proof of concept board.
Do you have any specific questions about it?
 

Offline JBealeTopic starter

  • Frequent Contributor
  • **
  • Posts: 298
Re: opinions on reasonably cheap mmWave radar module?
« Reply #8 on: June 14, 2021, 11:18:03 pm »
I have some Acconeer eval boards at work, jut designed a board that should use the IC for a proof of concept board.
Do you have any specific questions about it?
Thanks for the reply. Mostly I'm curious if the claim about detecting small sub-mm position changes turns out be achievable in practice, for typical objects, for example a person at 2 m range. Also what the tradeoff looks like for detectable target size vs motion vs range, but exploring that would probably take a lot of time.
 

Offline tszaboo

  • Super Contributor
  • ***
  • Posts: 7392
  • Country: nl
  • Current job: ATEX product design
Re: opinions on reasonably cheap mmWave radar module?
« Reply #9 on: June 15, 2021, 07:23:25 am »
I have some Acconeer eval boards at work, jut designed a board that should use the IC for a proof of concept board.
Do you have any specific questions about it?
Thanks for the reply. Mostly I'm curious if the claim about detecting small sub-mm position changes turns out be achievable in practice, for typical objects, for example a person at 2 m range. Also what the tradeoff looks like for detectable target size vs motion vs range, but exploring that would probably take a lot of time.
It will do 1-2mm for sure, I tested that.
For sub mm changes, I think the measurement range needs to be narrowed down. So it doesnt measure between 100mm and 2m, but say 300mm and 310mm. But I haven't tried to do this. It has also several measurement methods, maybe its under another one? And in some modes, it doesn't return 1 value, but an entire few kb buffer with reflected signal strength.
 
The following users thanked this post: JBeale

Offline dkim5nu

  • Newbie
  • Posts: 4
  • Country: us
Re: opinions on reasonably cheap mmWave radar module?
« Reply #10 on: July 21, 2021, 01:40:36 pm »
I was looking into this chip for application of measuring speed of nearby objects, something that works similarly to a chronograph, except velocities that exceed 4000 ft/s or more than 1000 m/s. Do you think these chips can pick up things moving at these velocities upto the range that they specify it works?
 

Offline GadgetGoof

  • Newbie
  • Posts: 4
  • Country: us
Re: opinions on reasonably cheap mmWave radar module?
« Reply #11 on: December 26, 2023, 12:39:52 pm »
Could someone recommend a radar for human following robot? I want to install it on Arduino-controlled RC car, so it follows me without using remote control. I thought about putting several radar modules together and comparing signal strength, or even showing a map with obstacles. And yes, I know it's more complex than that.
 

Offline AVGresponding

  • Super Contributor
  • ***
  • Posts: 4669
  • Country: england
  • Exploring Rabbit Holes Since The 1970s
Re: opinions on reasonably cheap mmWave radar module?
« Reply #12 on: December 26, 2023, 12:52:29 pm »
Could someone recommend a radar for human following robot? I want to install it on Arduino-controlled RC car, so it follows me without using remote control. I thought about putting several radar modules together and comparing signal strength, or even showing a map with obstacles. And yes, I know it's more complex than that.

Have a look at this, it may be something like what you're after: https://youtu.be/TpnBQ9bW4K8?si=ItCTamYOPOTrSQdW&t=490
nuqDaq yuch Dapol?
Addiction count: Agilent-AVO-BlackStar-Brymen-Chauvin Arnoux-Fluke-GenRad-Hameg-HP-Keithley-IsoTech-Mastech-Megger-Metrix-Micronta-Racal-RFL-Siglent-Solartron-Tektronix-Thurlby-Time Electronics-TTi-UniT
 
The following users thanked this post: GadgetGoof

Offline GadgetGoof

  • Newbie
  • Posts: 4
  • Country: us
Re: opinions on reasonably cheap mmWave radar module?
« Reply #13 on: December 28, 2023, 04:14:35 am »
Thanks, Bluetooth based positioning looks promising. Haven't seen such devices before..
 

Offline MathWizard

  • Super Contributor
  • ***
  • Posts: 1432
  • Country: ca
Re: opinions on reasonably cheap mmWave radar module?
« Reply #14 on: December 30, 2023, 10:15:31 pm »
How would detecting a human at a few meters with ultrasonics, or a thermal camera, compare to this mm RADAR ? I know the wavelengths are way different, but somehow they can get a lot of resolution with ultrasonics, like an ultrasound. There's tons of data processing that goes into it.

I could use radar in front of my fridge.


I was expecting the radar units in links above to cost a lot more. Some day I'll have to get one. So far I haven't tried my ultrasonic units with Arduino, too busy with other projects.
« Last Edit: December 30, 2023, 10:26:26 pm by MathWizard »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf