Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thethingsnetwork/arduino-device-lib
Arduino Library for TTN Devices
https://github.com/thethingsnetwork/arduino-device-lib
arduino arduino-library internet-of-things iot lorawan
Last synced: 3 days ago
JSON representation
Arduino Library for TTN Devices
- Host: GitHub
- URL: https://github.com/thethingsnetwork/arduino-device-lib
- Owner: TheThingsNetwork
- License: mit
- Created: 2016-08-18T13:04:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T21:57:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T19:29:55.699Z (11 days ago)
- Topics: arduino, arduino-library, internet-of-things, iot, lorawan
- Language: C
- Homepage:
- Size: 3.35 MB
- Stars: 210
- Watchers: 24
- Forks: 96
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# The Things Network Arduino Library
[![Build Status](https://travis-ci.org/TheThingsNetwork/arduino-device-lib.svg?branch=master)](https://travis-ci.org/TheThingsNetwork/arduino-device-lib)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).
> 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).
## Installation
* Install the library by [Using the Library Manager](https://www.arduino.cc/en/Guide/Libraries#toc3)
* **OR** by [Importing the .zip library](https://www.arduino.cc/en/Guide/Libraries#toc4) using either the [master](https://github.com/TheThingsNetwork/arduino-device-lib/archive/master.zip) or one of the [releases](https://github.com/TheThingsNetwork/arduino-device-lib/releases) ZIP files.## Documentation
* [The Things Network Documentation](https://www.thethingsnetwork.org/docs/devices/arduino/)
* API References:
* [TheThingsNetwork](docs/TheThingsNetwork.md)
* [TheThingsMessage](docs/TheThingsMessage.md)## Examples
The library comes with [examples](examples). After installing the library you need to restart the Arduino IDE before they can be found under **File > Examples > TheThingsNetwork**.