Code Monkey home page Code Monkey logo

dw1000_raspi_python_library's Introduction

DW1000 Python Library for Raspberry Pi

This module provides functions allowing the use of the DW1000 chip with a Raspberry Pi using Python scripts. It is an adaptation in Python language of the arduino-dw1000 library. This chip embeds Ultra Wide Band (UWB) technology which can be used for message transmissions and more commonly, ranging functionality.

The following external python modules/libraries are necessary for its proper use:

  • spidev : This is a standard python module used to interface SPI devices with the Raspberry Pi via the spidev linux kernel driver.
  • monotonic (used in the ranging scripts only) : This module provides a function returning the value of a clock which never goes backwards. If you have Python 3 installed on your Raspberry Pi, it is not required since you can use time.monotonic() instead.
  • RPi.GPIO : This is the standard python module used to interact with the GPIOs available on the Raspberry Pi.

dw1000_raspi_python_library's People

Contributors

alexthingtype avatar pedestrian0423 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.