Git Product home page Git Product logo

stm32f4-thermometer's Introduction

STM32F4-Thermometer

Read this in other languages: English, Russian/Русский.

STM32F4-Thermometer is a project that allows you to measure temperature and transfer the data from MCU to a computer. Data from embedded temperature sensor is transmitted to computer via USART interface.

The application is written in C++ for microcontroller STM32F411RE.

Click here to read about design of this application.

How to use

Prerequisites

  • Windows OS;
  • IAR Embedded Workbench 8.40.2;
  • Microcontroller STM32F411RE;
  • Any text editor (VS Code, Sublime Text, Notepad++ etc).

UI

In order to visualize the measured data, you can use Thermometer-SerialPort-WPF.

C++ FreeRTOS wrapper

In order to perform both parallel measurements using the microcontroller, C++ FreeRTOS wrapper is used.

COM-port configuration

COM-port configuration (parity, number of stop bits, number of data bits, baud rate) is made in the code itself depending on technical requirements. Click here to read full information on how to configure data transmission in this application.

How to download this repository and edit code

In order to download this repository, just type into console the following command:

git clone https://github.com/alexeysp11/STM32F4-Thermometer 

Then just open main directory using any text editor (you can also use JetBrains Clion or IAR 8.40.2), and just edit code. If you want to use IAR 8.40.2, open the test.eww workspace or iarproject.ewp project.

stm32f4-thermometer's People

Contributors

alexeysp11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.