Giter VIP home page Giter VIP logo

esphome-hs2xx3a-custom-component's Introduction

This repo houses development of a custom component to support the LeapMMW HS2xx3A series of mmWave sensors, also branded as the DFRobot sen0395.

Installation:

  • Download the leapmmw_sensor.h file into your esphome configuration directory
  • Include the following in the YAML configuration for your ESP board:
    substitutions:
      device_name: leapmmw
    
      # This will vary based on your board
      uart_tx_pin: TX
      
      # This will vary based on your board
      uart_rx_pin: RX
      
      # This will vary based on your board
      gpio_pin: D0
      
      # (Optional) Path to the leapmmw_sensor.h file relative to your esphome configuration directory.
      # header_file: leapmmw_sensor.h
    
    packages:
      remote_package:
        url: https://github.com/hjmcnew/esphome-hs2xx3a-custom-component
        ref: release
        files: [packages/uart.yml, packages/leapmmw_sensor.yml]
        # For additional debugging replace the above line with:
        # files: [packages/uart_debug.yml, packages/leapmmw_sensor.yml]
    

esphome-hs2xx3a-custom-component's People

Contributors

hjmcnew avatar crlogic avatar agrant-dxc avatar grummle 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.