Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

FutureOfAI/DWM1000Tag

Open more actions menu

Repository files navigation

DW1000 Python Library for Raspberry Pi

This module provides functions allowing the use of the DW1000 chip with a Raspberry Pi using Python scripts, as presented in this tutorial. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.