Loading
boards: heltec_wifi_lora32_v2: enable lora
This enables the support for the Semtech SX1276 chip on board (see the pinout[1] and schematic[2] documents). The chip is connected to SPI as follow: | PIN | GPIO | | ---- | -------| | CS# | GPIO18 | | CLK | GPIO5 | | MOSI | GPIO27 | | MISO | GPIO19 | | RST# | GPIO14 | Additionally, the LoRa DIO PINs are connected as follow: | PIN | GPIO | | ---- | -------| | DIO0 | GPIO26 | | DIO1 | GPIO35 | | DIO2 | GPIO34 | _Note_: The first three DIO PINs are connected to the ESP32 MCU only. [1]: https://resource.heltec.cn/download/WiFi_LoRa_32/WIFI_LoRa_32_V2.1.pdf [2]: https://resource.heltec.cn/download/WiFi_LoRa_32/V2/WIFI_LoRa_32_V2(868-915).PDF Signed-off-by:Gaël PORTAY <gael.portay@gmail.com>