abhayraw1 / dw1000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Linux kernel module implementing a network driver for the 
DecaWave DW1000 802.15.4 UWB transceiver. It was only tested with
a Raspberry Pi 2.

dw1000.c                contains the main driver implementation
LICENSE                 GPLv2 License that applies to this project
COMPILING               Information on the build process
tools/readflags.py      is a script that decodes status register flags,
                        useful for debugging the driver
devicetree/             contains device trees and on overlay for using the module
                        when connected to a Raspberry Pi 2 via the SPI0.0
                        port and Pin 16 (BCM23) as IRQ pin.
wiring/                 Information on wiring up the DW1000 to a RPi

About

License:GNU General Public License v2.0


Languages

Language:C 93.2%Language:Python 3.6%Language:Makefile 3.2%