Git Product home page Git Product logo

nucleo-f411-i2c-sht21's Introduction

NUCLEO-F411-I2C-SHT21

This library deals with the operation of the library for the sensor SHT21. The library provides basic functions for communications between MCU and SHT21. The main routine are placed in the file SHT21.c. In the file SHT21.h are located definitions of functions and commands. The main function (main.c) is the example of using this library. The Main function uses libraries form the project NUCLEO-F411-I2C-HD44780. In the main function is exmaple of using SHT21. Basic loop performs measurements of temperature and humidity. Temperature and humidity obtained from the sensor are displayed on the display HD44780.

Description of functions in the file SHT21.c

  • The first function is sht21_soft_reset(). This function performs a software reset SHT21 and set to default.
  • Other functions are sht21_read_user_reg() and sht21_write_user_reg() to perform read and write user registry, which sets the measurement accuracy of temperature and humidity. For more information about the user registry download this document.
  • The last two functions begin acquiring data from sensors SHT21. The collected data is then performed to calculate the temperature and relative humidity. This functions are called sht21_get_humidity() and sht21_get_temperature().

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.