/cdm324-p10

Arduino compatible CDM324 Doppler radar module .ino sketch with support for displaying speed in a P10 led matrix.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

CDM324 Doppler Radar Module & P10 LED Matrix

What's this?

This sketch calculates the speed of an oncoming entity using the frequency reading of a CDM324 Doppler radar module, and displays the speed (kph) in a single P10 LED matrix.

Dependencies

  • DMD Library: A library for driving the Freetronics 512 pixel dot matrix LED display "DMD", a 32 x 16 layout.
  • TimerOne: A collection of routines for configuring the 16 bit hardware timer called Timer1 on the ATmega168/328.