Grove - Doppler Radar (BGT24LTR11) - 24GHz Transceiver

Hi,
There seems to be an issue downloading library and demo code for this product.

What exactly is wrong?

Hi Baozhu,

1.Selecting Step 1: Download the demo code link does not work.
2.After downloading the zip file from the link at the bottom, I am unable to extract all the zip file, this operation fails every way I have tried
Thank you for your time and help, Dave

Hi @DKIOT @luke_dunn
Thank you find error for us.
I have modified the demo code URL in step 1.
You don’t need to extract all the zip files.
Refer How to install library to install the library for Arduino.

I’ve just tried to download the file https://files.seeedstudio.com/wiki/Grove-Doppler-Radar/Seeed_Arduino_DopplerRadar.zip, but couldn’t unzip it. The contents imply it is a rar file, but unrar can’t open it either. I used the link to install a library in the IDE, but that failed too.

Hi @simon3270
Because the root folder of the Zip Library lacks of .cpp or .h file, the Arduino can not recognize. Then you can Unzip the zip file and copy the Library folder into the following path …\Arduino\libraries . is the path you setup Arduino.**
If you can’t unzip it, please try use 7zip to unzip the zip file.

I needed to update my 7-zip (on Windows) to 19.0 before I could read it (the latest version of 7z on my Linux machine is 16.02 , and that couldn’t read the archive).

Hi @simon3270
It doesn’t matter.
Can you contact with seeed_support [email protected]?
I will send the unzip DopplerRadar document to you through the seeed_support[email protected] account.

It’s fine, I unpacked it with the latest Windows 7zip, copied the resulting files to the library folder, and it all worked fine. Doppler radar now detecting movement!