Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hav0x1014/chee-dar

A project for a low cost radar to track the speed of running cheetahs
https://github.com/hav0x1014/chee-dar

cheetah java radar raspberry-pi

Last synced: 28 days ago
JSON representation

A project for a low cost radar to track the speed of running cheetahs

Awesome Lists containing this project

README

        

# Chee-dar

# Update!
it didnt work. i had 8 tries and it only picked up 20mph on one run.
# About
A project using [limpkin's CDM324 radar](https://github.com/limpkin/cdm324_fft), a Raspberry Pi Zero W, and I2C LCD display (potentially a different display in the future) to track the speed of running Cheetahs. The purpose of this project is to be as low cost as possible.

This uses Pi4J, some code borrowed from [txemaromero](https://github.com/txemaromero/lcddisplay-java) for the I2C LCD display, and jssc to interface with the serial connection to the radar.

## Usage
Install Raspberry Pi OS minimal 32 bit, Pi4J, Java 17, and wiringpi onto the Pi Zero. Connect the CDM324 - backpack and expansion board - over USB to the Raspberry Pi. Wire the I2C LCD to the Raspberry Pi's GPIO pins. Run the compiled Jar with `java -jar Chee-dar-x.x-all.jar`.