This circuit is supposed to measure uniaxial forces acting on the push-rods and send collected data over the CAN bus.
- Clone the repository:
git clone --recurse-submodules 'https://github.com/PUT-Motorsport/PUTM_EV_SUSPENSION_TENSION_METER_2023.git'
- Import the project into the CubeIDE.
- Temporarily rename
main.cpp
tomain.c
. - Run the Device Configuration Tool to update the code.
- Rename
main.c
back tomain.cpp
.
The Adafruit library and this project have been used as a reference for writing the driver for the NAU7802.
Copyright 2022 Ignacy Kajdan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.