Skip to content

Commit b4558aa

Browse files
Rotzbuasandeepmistry
authored andcommitted
[doc] Extend FAQ (sandeepmistry#96)
* [doc] Extend FAQ * Update README.md
1 parent 61c390f commit b4558aa

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/sandeepmistry/arduino-LoRa.svg?branch=master)](https://travis-ci.org/sandeepmistry/arduino-LoRa)
44

5-
An [Arduino](http://arduino.cc/) library for sending and receiving data using [LoRa](https://www.lora-alliance.org/) radios.
5+
An [Arduino](https://arduino.cc/) library for sending and receiving data using [LoRa](https://www.lora-alliance.org/) radios.
66

77
## Compatible Hardware
88

@@ -73,8 +73,16 @@ No, all data is sent unencrypted. If want your packet data to be encrypted, you
7373

7474
This library exposes the LoRa radio directly, and allows you to send data to any radios in range with same radio parameters. All data is broadcasted and there is no addressing. LoRaWAN builds on top of LoRA, but adds addressing, encryption, and additional layers. It also requires a LoRaWAN gateway and LoRaWAN network and application server.
7575

76+
**5) Does this library honor duty cycles?**
7677

78+
No, you have to manage it by your self.
79+
80+
**6) Which frequencies can I use?**
81+
82+
You can use [this table](https://www.thethingsnetwork.org/wiki/LoRaWAN/Frequencies/By-Country) to lookup the available frequencies by your country. The selectable frequency also depends on your hardware. You can lookup the data sheet or ask your supplier.
83+
84+
Please also notice the frequency dependent duty cycles for legal reasons!
7785

7886
## License
7987

80-
This libary is [licensed](LICENSE) under the [MIT Licence](http://en.wikipedia.org/wiki/MIT_License).
88+
This libary is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License).

0 commit comments

Comments
 (0)