Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Aug 30, 2024
1 parent 3162c36 commit 4f2c866
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# `DataAcquisition2.0`
🏁 For documentation, checkout our [Wiki](https://github.com/DallasFormulaRacing/DataAcquisition2.0/wiki)!

- Firmware libraries are maintained in the [DAQ Firmware Libraries](https://github.com/DallasFormulaRacing/DAQ-Firmware-Libraries) repo.
- Custom PCB revisions are maintained in the [DAQ-PCB](https://github.com/DallasFormulaRacing/DAQ-PCB) repo.

## Table of Contents
1. [Objective](#objective)
2. [User Features](#user-features)
Expand Down Expand Up @@ -95,10 +98,5 @@ A CSV file with associate a timestamp with the following sampled data.
- The Cortex M7 core may focus on outputting the processed data.
- Both cores may run FreeRTOS for organizational purposes.
- Both cores may communicate and synchronize with each other using the OpenAMP framework.
- Developing on a custom PCB microcontroller.
- Currently in progress and led by our Electrical Team.
- Ideal for mounting on the vehicle.


## Deprecated Technologies
Initially, this project ran a program consisting of a simple super loop and interfaced with the hardware using the Mbed framework. This allowed us to focus on building the team knowledge base for developing custom drivers to support sensors. In favor of our long term goals, we have transitioned to supporting the above [Firmware Tech Stack](#firmware-tech-stack) for the DAQ.

0 comments on commit 4f2c866

Please sign in to comment.