Skip to content

mmanza/HB100_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HB100_test

A quick test of the cheap HB100 doppler radar module. Can be bought on ebay for ~$5. The module works by outputting a square waveform from its IF pin at frequency of the detected Doppler shift. However this signal is only a copule microvolts peak-to-peak, so we need a pre-amplifier to boost the signal to 5V logic levels.

Datasheet of the module: https://www.openimpulse.com/blog/wp-content/uploads/wpsc/downloadables/HB100_Microwave_Sensor_Application_Note.pdf

HW requirements:

  • Arduino Uno / Nano / Pro mini
  • HB100 module + pre-amp board
  • 1602 or similar LCD

SW requirements:

The "design" folder contains design files of the pre-amp board for Eagle. The circuit was taken from the above datasheet, I just designed the PCB for it. Ready-made preamp boards are available from here: http://www.limpkin.fr/index.php?post/2013/08/09/Making-the-electronics-for-a-%247-USD-doppler-motion-sensor

The "HB100_LCD_output" folder contains the Arduino source code. The code is just the slightly modified LCD example from FreqMeasure. In the loop, we take 30 frequency measurements, then get the average value and display it on the LCD. This was tested on an Arduino Nano and should work as well on Uno and Pro Mini. For other boards, see the FreqMeasure documentation below.

Additional info:

About

A quick test of the HB100 doppler radar module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Eagle 97.1%
  • C++ 2.2%
  • Other 0.7%