1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-27 02:28:51 +03:00

21 Commits

Author SHA1 Message Date
Sergio
75caa6ba00
fix mid band threshold and add function to get current RSSI value (#288)
* correct mid band threshold on rssi calculatio
* add function to get current rssi value from RegRssiValue
2020-11-18 20:10:58 -05:00
IoTThinks.com
090fe65108
Added setGain for LNA Gain (#408)
* Added setGain for LNA Gain

Added setGain for LNA Gain

* Update API.md

Added API for setGain

* Added example to use setGain

Just use setGain after LoRa.begin
// set maximum LNA for better RX sensitivity
// 0: ADC is used and LNA gain is not used.
// 1-6: ADC is not used and LNA gain is used.
LoRa.setGain(6);

* Fixed spacing only

To change tabs to spaces.

* Delete LoRaReceiverCallbackWithLNAGain.ino

To remove as unnecessary.

* To add example for setGain

To add example for setGain as an optional setting.

* Added setGain

To add setGain

* Fixed typo for AGC

Fixed typo for AGC

* Fixed comment for LoRa.setGain(6)

* Make comment for setGain simpler

Make comment for setGain simpler
2020-11-10 20:51:26 -05:00
Boba0514
21ec3d44bd fixed errors
Europe's designated LoRa frequency is  actually 868MHz and 500Mhz bandwidth is also supported by the library
2020-08-13 06:12:17 -04:00
Luiz Henrique Cassettari
4eefce887a Update API.md
Remove this warning
Add dio0 interrupt callbacks
2020-01-23 09:46:50 -03:00
Luiz Henrique Cassettari
e641518510 OnTxDone
Add callback onTxDone
2020-01-13 19:01:39 -03:00
Samuel Lang
9d2a8c9c82 non blocking functions added (#62) 2018-08-19 10:34:32 -04:00
Luiz
07bfead143 Add function to invert IQ signal register (#179)
Add function to change register (REG_INVERTIQ) to support communication node and gateway

The register does not exist in datasheet but use on but used in Semtech code.
Reference : https://github.com/intel-iot-devkit/upm/blob/master/src/sx1276/sx1276.cxx

* Add LoRa Simple Gateway/Node Exemple

Example how to use InvertIQ function to create a simple Gateway/Node logic.
2018-08-19 09:53:52 -04:00
Evgeny Dontsov
884769e206 sx127x 20dBm support (#153) 2018-08-06 19:23:53 -04:00
Morgan Allen
4db4095f92 Fix incorrect sync word in API.md
API currently states the default sync word is 0x34 when in fact it\'s 0x12. 0x34 is the sync word when using LoRaWAN
2018-07-30 18:57:13 -04:00
Sandeep Mistry
039b138d80
Add support for Arduino MKR WAN 1300 boards (#105)
* Add support for Arduino MKR WAN 1300 board
* Add new LoRa.setSPI(...) API to use radio with a different SPI interface
* Disable LoRa.onReceive(...) and LoRa.receive() on Arduino MKR WAN 1300
* Add errors on sketches not compatible with the Arduino MKR WAN 1300
2018-05-07 13:02:06 -04:00
torntrousers
27e2963c97 Add getting the frequency error of a packet (#111) 2018-03-18 20:02:47 -04:00
universam1
da80e8bf65 saving reset pin (#60)
* releasing pins ss and reset

* only make reset optional

* style and description

* Update API doc
2017-12-17 20:16:41 -05:00
Sandeep Mistry
2f20d9902d Rename crc()/noCrc() to enableCrc()/disableCrc() 2017-05-28 17:39:10 -04:00
Sandeep Mistry
73e42aca9c Lower default SPI frequency to 8 MHz (from 10 MHz) 2017-04-23 20:38:04 -04:00
Sandeep Mistry
df0f6994b2 Update API.md
Add note on DIO0 requiring to be interrupt capable.
2017-04-23 20:33:07 -04:00
Sandeep Mistry
9c9914a2c4 Add option to specify PA output pin in Lora.setTxPower(...) (#2) 2017-03-12 16:17:13 -04:00
Sandeep Mistry
ee09672759 Add LoRA.setSPIFrequency(frequency) API (#5) 2017-03-12 15:45:21 -04:00
Sandeep Mistry
0db821227e Update API documentation 2016-10-22 15:55:58 -04:00
Sandeep Mistry
57e28d1067 Add receive callback mode using DIO0 2016-09-25 10:49:01 -04:00
Sandeep Mistry
1e8f3835a1 Rename packetRSSI to packetRSSI 2016-08-21 14:35:33 -04:00
Sandeep Mistry
d690d7947f Add initial documentation 2016-08-20 10:00:35 -04:00