RtjShreyD / stm32-loadcell

Loadcell readout (via HX711) on a STM32F207 (eval board) using FreeRTOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32-Loadcell

This project implements the readout of a loadcell via a HX711 ADC. The firmware is implemented using FreeRTOS as a real time kernel. It periodically reads out a value from the HX711 and transmits it over the serial port.

Resources

  • FreeRTOS/ Contains the basic FreeRTOS kernel and port to the STM32F207
  • include/ All .h files
  • src/ All .c files
  • openocd/ Config for flashing the STM32F207 using openocd

Dependencies

  • arm-none-eabi-gcc GCC compiler for the STM32F207 ARM cpu
  • make For compilation using the Makefile
  • openocd For flashing the STM32F207

A version of the STM-Cube needs to be placed above the project directory, according to the include path defined in the Makefile.

About

Loadcell readout (via HX711) on a STM32F207 (eval board) using FreeRTOS


Languages

Language:C 91.9%Language:C++ 6.7%Language:Assembly 1.3%Language:Makefile 0.1%