Skip to content

Use Nucleo32-L432KC and TP-UART to manage 4 adc values

License

Notifications You must be signed in to change notification settings

condo4/knx-pt100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knx-pt100

KNX device with STM32 L432KC cpu, TP-UART2 and PT100 thermal sensor

This project use KNX stack as a Git submodule

Clone the repository

In order to clone this repository, you must use --recursive option:

git clone --recursive https://github.com/condo4/knx-pt100.git

Build and Flash the firmware on the Nucleo Board

You need arm-none-eabi-gcc and st-flash:

apt install gcc-arm-none-eabi binutils-arm-none-eabi stlink-tools

In order to build the firmware, you need cmake.

mkdir build
cd build
cmake ../firmware/src/
make

To flash the device, plug the Nucleo USB on your pc and run

make install

About

Use Nucleo32-L432KC and TP-UART to manage 4 adc values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages