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: 5 months ago
JSON representation
A project for a low cost radar to track the speed of running cheetahs
- Host: GitHub
- URL: https://github.com/hav0x1014/chee-dar
- Owner: HAV0X1014
- Created: 2024-08-20T12:36:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T12:37:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:45:02.381Z (about 1 year ago)
- Topics: cheetah, java, radar, raspberry-pi
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.