The purpose of this project is to provide client with data regarding the IMU readings gathered from a Horse's Hoof to use towards determining the health of the Horse. Basically, sports watch for a horse.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A custom 9-DOF IMU with an additional 3-axis high-g accelerometer, which is used for impulses where the low-g accelerometer may clip, will be used to detect laminitis or rotational hoof sickness, in racehorses. The IMUs come equipped with a 3-axis low-g accelerometer, 3-axis high-g accelerometer, 3-axis gyroscope, and 3-axis magnetometer. Additionally, circuitry will be added for other features like GPS, Real-time timekeeping, and power management.
The IMUs will communicate directly to a central hub through a BLE mesh, which will allow wireless transmission of recorded data from each unique IMU device. After data collection, the data will be read from the central into a serial port on a computer where it will save the data and provide a real-time plot for data processing later.
In order to get this project up and running, there are two parts that need to be finished. The first is making sure the Central device is programmed and connected to the peripheral device, and the second is programming and connecting to the peripheral device on your laptop
Preface: Here are a couple links to help familiarize yourself with Git and GitHub.
Links:
(1) How to use Git click here
(2) How to use GitHub click here
- Download Arduino IDE https://www.arduino.cc/
- Clone the repo
git clone https://github.com/Jdiazcaminos/HOOF-IMU.git
- Add SEED library to arduino
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
- Build and Install corresponding codes on central and peripheral device
TBD
IMU - Inertial Measurement Unit
DOF - Degrees of Freedom
Laminitis - The inflammation of the laminae of the foot, which results in extreme pain and instability in horses.
For more examples, please refer to the Documentation
- Test with mobile battery pack
- Add Timestamp to periphal data packet
- Distance/Reliablility measurement ~40 ft
- Complete power management system
- Complete real-time plotting using BetterSerialMonitor
- Integrate GPS into the IMU system No Longer Feasbile due to Time Constraints
- Complete PCB design with integrated circuits and order appropriate chips Future Goal See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Josue D:
Andres R:
Alex G:
Project Link: https://github.com/Jdiazcaminos/HOOF-IMU
Kyle G:
Kevin B:
Elena M:
Jonathan H: