Git Product home page Git Product logo

arduino-dw1000-ng's Introduction



Arduino library to use Decawave's DW1000 IC and relative modules.

c++11 Arduino

Status

This is not actively developed.

Differences with thotro/arduino-dw1000

This is a fork of https://github.com/thotro/arduino-dw1000.
The main reason for this fork is because the development there is really slow (due to the original author not developing it anymore) and some important features were missing (for example antenna delay calibration).
We also wanted to change how the ranging logic works.
Rather than providing a ranging loop, we wanted to provide functions to send the different Two way ranging flow frames, giving the user more control over the program.
The base driver was also re-written in a lot of places, to make every API function more independent from each other. We also plan to make very high-level abstractions to hack projects fast.

Features

Ranging Localization NLOS Optimizations Frame filtering Antenna Calibration Transmission power setup Deep sleep Sleep Double buffering Transmit Power Spectrum Test Mode Continuous wave mode

Devices

Arduino ESP8266 ESP32

Arduino Pro Mini

  • 2 --> IRQ (if used)
  • 10 --> CS
  • 11 --> MOSI
  • 12 --> MISO
  • 13 --> CLK

NODEMCU 1.0 (esp8266)

  • D5 --> CLK
  • D6 --> MISO
  • D7 --> MOSI
  • D8 --> CS

FemtoBeacon ESP32 LPS (ESP32-D2WD chip, HSPI peripheral)

  • 18 --> CLK
  • 19 --> MISO
  • 23 --> MOSI
  • 18 --> CS (DECAWAVE)

Installation

Requires c++11 support, Arduino IDE >= 1.6.6 support c++11.

  1. Get a ZIP file of the master branch or the latest release and save somewhere on your machine.
  2. Open your Arduino IDE and goto Sketch / Include Library / Add .ZIP Library...
  3. Select the downloaded ZIP file of the DW1000 library
  4. You should now see the library in the list and have access to the examples in the dedicated section of the IDE

Usage

Check examples folder for basic usage.

Authors

License

The project is under MIT (see LICENSE.md)
Some files are under a Dual Apache 2.0/MIT because this is a fork of thotro/arduino-dw1000

arduino-dw1000-ng's People

Contributors

aacton avatar alessandroportela avatar anacron-sec avatar az-z avatar bartslinger avatar cimbalo avatar cimbalomecoil avatar gautierhattenberger avatar jwzawadzki avatar leosayous21 avatar martonmiklos avatar mikes159 avatar njroussel avatar pascalbros avatar per1234 avatar rotzbua avatar sonic0 avatar steffenmauch avatar stevenh2812 avatar thotro avatar tommag avatar valeros avatar verbatimt avatar yuhki50 avatar zrecore 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.