https://github.com/lab11/thread-dongle
A low-cost, thread compatible, IEEE 802.15.4 USB dongle
https://github.com/lab11/thread-dongle
Last synced: about 1 month ago
JSON representation
A low-cost, thread compatible, IEEE 802.15.4 USB dongle
- Host: GitHub
- URL: https://github.com/lab11/thread-dongle
- Owner: lab11
- Created: 2017-12-16T09:38:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T01:39:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T17:50:27.506Z (about 1 year ago)
- Language: Shell
- Size: 7.09 MB
- Stars: 3
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Thread USB Dongle
=================

This repo holds the designs for an IEEE 802.15.4 USB dongle that is compatible
with the thread networking stack and supported by [Openthread](https://github.com/openthread/openthread).
The dongle functions as an NCP mode and is compatible with the OpenThread
[Border Router](https://github.com/openthread/borderrouter).
Currently there are no readily available commercial IEEE USB Thread NCP dongles
for a reasonable cost. This dongle is designed to be inexpensive, consists of
only a USB connector, serial to UART converter, and an 802.15.4 radio SoC.
Hardware designs are located in
[hardware](https://github.com/lab11/thread-dongle/tree/master/hardware), and
firmware is located in
[software](https://github.com/lab11/thread-dongle/tree/master/software).
Firmware is based on the OpenThread NCP implementation.
To clone this repo and submodules:
```
git clone --recursive https://github.com/lab11/thread-dongle.git
```