GithubHelp home page GithubHelp logo

stmicroelectronics / stmems_finite_state_machine Goto Github PK

View Code? Open in Web Editor NEW
60.0 19.0 24.0 1.55 MB

Configuration files and examples for the Finite State Machine feature (FSM) available in STMicroelectronics MEMS sensors

License: BSD 3-Clause "New" or "Revised" License

C 100.00%
stmicroelectronics mems-sensors

stmems_finite_state_machine's Introduction

Finite State Machine

This repository provides information, examples and configurations of the Finite State Machine (FSM) feature available in some products in the ST sensors portfolio.

Finite State Machine processing allows moving some algorithms from the application processor to the STMicroelectronics sensor, enabling consistent reduction of power consumption. The sensor can be configured to detect user-defined motion patterns.

A Finite State Machine is a mathematical abstraction used to design logic connections. It is a behavioral model composed of a finite number of states and transitions between states, similar to a flowchart in which it is possible to inspect the way logic runs when certain conditions are met. The state machine begins with a Start state, goes to different states through transitions dependent on the inputs, and finally ends in a specific state (called Stop state). The current state is determined by the past states of the system.

The results of the Finite State Machine can be read from the application processor at any time. Furthermore, there is the possibility to generate an interrupt when a user-defined motion patterns is detected.

Repository overview

This repository is structured as follows:

  • An application_examples folder, containing examples of applications ready to be used with the sensor.
  • A configuration_examples folder, containing examples of configurations using different ST hardware and software tools.

More information: http://www.st.com

Copyright © 2020 STMicroelectronics

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.