Skip to content

Commit db00556

Browse files
committed
Bump version
And improve documentation in README
1 parent 348faf0 commit db00556

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Johan Stokking <johan@thethingsnetwork.org>
22
Fokke Zandbergen <mail@fokkezb.nl>
33
Alessandro Blason <mrblason@gmail.com>
44
JP Meijers <git@jpmeijers.com>
5+
Dan Alvarez <d.alvrzx@gmail.com>

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# The Things Network Arduino Library
2-
[![Build Status](https://travis-ci.org/TheThingsNetwork/arduino-device-lib.svg?branch=master)](https://travis-ci.org/TheThingsNetwork/arduino-device-lib)
1+
# The Things Network Arduino Library (fork)
2+
3+
> **Note:** This is a fork of the now-unmaintained [arduino-device-lib](https://github.com/TheThingsNetwork/arduino-device-lib) with support for the Microchip SAMR34 and tested with ESP32. Intended as a drop-in replacement with backward compatibility.
34
45
This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Arduino devices like [The Things Uno](https://www.thethingsnetwork.org/docs/devices/uno/) and [Node](https://www.thethingsnetwork.org/docs/devices/node/) to communicate via [The Things Network](https://www.thethingsnetwork.org).
56

6-
> At the moment this library requires devices to feature a [Microchip RN2xx3 module](http://www.microchip.com/design-centers/wireless-connectivity/embedded-wireless/lora-technology). You may also use a `SAMR34`-based board, for more information on that see [SAM34 Usage](#user-content-samr34-usage).
7+
> At the moment this library requires devices to feature a [Microchip RN2xx3 module](http://www.microchip.com/design-centers/wireless-connectivity/embedded-wireless/lora-technology). You may also use a `SAMR34`-based board, for more information on that see [SAMR34 Usage](#user-content-samr34-usage).
78
89
## Installation
910

@@ -17,9 +18,9 @@ This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Ardu
1718
* [TheThingsNetwork](docs/TheThingsNetwork.md)
1819
* [TheThingsMessage](docs/TheThingsMessage.md)
1920

20-
## SAM34 Usage
21+
## SAMR34 Usage
2122

22-
Compatibility between this library and the `SAMR34`-based boards is, at the moment, experimental. Boards that can be used are the [SAMR34 Xplained Pro](https://www.microchip.com/en-us/development-tool/dm320111), the [WLR089 Xplained Pro](https://www.microchip.com/en-us/development-tool/EV23M25A) or a proprietary board containing the `SAMR34`.
23+
Compatibility between this library and the `SAMR34`-based boards is experimental, it has only been tested with the Microchip WLR089 module.
2324

2425
Before usage, please note the following:
2526

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TheThingsNetwork
2-
version=3.0.0
2+
version=3.0.1
33
author=The Things Network
44
maintainer=Dan Alvarez <d.alvrzx@gmail.com>
55
sentence=The Things Network Arduino Library.

0 commit comments

Comments
 (0)