forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
ac76c27
commit cd9d2db
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters