1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-25 09:22:31 +03:00

16 Commits

Author SHA1 Message Date
Hema2
1d0e3a6da5 Corrected spelling and naming 2023-10-16 19:44:36 +02:00
Morgan 'ARR\!' Allen
934fe8bd1d Merge branch 'master' into w-ockham-cad 2023-03-29 16:01:00 -07: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
Morgan 'ARR\!' Allen
921f4308ae sending once a second is too aggressive 2020-03-12 07:37:15 -07:00
Minoru Tomobe
dcbc9a9995 Change method CAD(void) to channelActivityDetection(void). 2020-02-15 12:03:27 +09:00
Minoru Tomobe
d8a2c0afd3 Add Channel Activity Detection avility. 2020-02-05 00:17:33 +09:00
Luiz Henrique Cassettari
1095e4ebb1 Update Example
Update SimpleNode and SimpleGateway
2020-01-13 19:32:57 -03:00
Luiz Henrique Cassettari
d0ee20860f Create LoRaSenderNonBlockingCallback.ino
Simple Example non-blocking callback
2020-01-13 19:17:41 -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
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
Sandeep Mistry
21ace81a59 Some tweaks to new examples 2017-05-28 18:44:07 -04:00
tigoe
0c72fecb9a Added new examples and tests 2017-05-28 18:44:07 -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
fd94031ea8 Add initial sender and receiver examples 2016-08-20 09:12:25 -04:00