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

16 Commits

Author SHA1 Message Date
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