SX12XX-LoRa
SX12XX-LoRa copied to clipboard
Library for SX12XX LoRa devices
**Hi,** **This library is awesome! many thanks!** I use it with my ESP32-S3 MCU- it have multiple UART peripherals (many `Serial` instances in the Arduino environment).. I specifically use the...
Some hardware have several SPI devs, for instance Teensy 3.x, 4.x. Current implementation of LoRa library allows to use only first SPI dev, this fix add new method setSpi(SPIClass& spi)...
SPI does not initialize correctly without adding the global variables to SPI.begin() on some custom boards with different default SPI pin mappings. Tested using bare ESP32-WROOM 32 module. Original code...
would be useful to be able to select SPI interface, e.g. on an ESP32 to use HSPI rather then VSPI (default)
I noticed the command setDIO3AsTCXOCtrl in the setup LoRa always sets the TCXO to 3.3V, which in the NiceRF the TXCO voltage is usually 2.8V and in the Dorji is...