mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-16 03:41:32 +00:00
Add board docs URL to Board Support File
This commit is contained in:
parent
f901b2d113
commit
576d95e941
22 changed files with 63 additions and 27 deletions
|
@ -45,7 +45,11 @@
|
|||
* DIO0 <――――――――――> 3
|
||||
* DIO1 <----------> 5 ██ NOT WIRED on PCB ██
|
||||
* DIO2 - Not needed for LoRa
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/atmelsam/adafruit_feather_m0.html
|
||||
*
|
||||
* Docs:
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: adafruit_feather_m0_lora
|
||||
* PlatformIO
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
* D- <――――――――――> PA11 / 9
|
||||
* D+ <――――――――――> PA12 / 8
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/ststm32/blackpill_f103c8.html
|
||||
* https://docs.platformio.org/en/latest/boards/ststm32/blackpill_f103c8_128.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: blackpill_f103c8 (64k version)
|
||||
* blackpill_f103c8_128k (128k version)
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
* D- <――――――――――> PA11 / 9
|
||||
* D+ <――――――――――> PA12 / 8
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/ststm32/bluepill_f103c8.html
|
||||
* https://docs.platformio.org/en/latest/boards/ststm32/bluepill_f103c8_128k.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: bluepill_f103c8 (64k version)
|
||||
* bluepill_f103c8_128k (128k version)
|
||||
|
|
|
@ -76,6 +76,8 @@
|
|||
* ------ ----
|
||||
* USER <――――――――――> PB2 / 6 (USER_BTN)
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/ststm32/disco_l072cz_lrwan1.html
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* board-id: disco_l072cz_lrwan1
|
||||
* PlatformIO
|
||||
|
|
|
@ -47,7 +47,9 @@
|
|||
* DIO1 <――――――――――> 33 (DIO1)
|
||||
* DIO2 <――――――――――> 32 (DIO2)
|
||||
*
|
||||
* Definitions: LMIC-node:
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/heltec_wifi_lora_32.html
|
||||
*
|
||||
* Identifiers: LMIC-node:
|
||||
* board-id: heltec_wifi_lora_32
|
||||
* PlatformIO
|
||||
* board: heltec_wifi_lora_32
|
||||
|
@ -56,18 +58,6 @@
|
|||
* board: ARDUINO_HELTEC_WIFI_LORA_32
|
||||
* architecture: ARDUINO_ARCH_ESP32
|
||||
*
|
||||
* Warning: In the Arduino BSP the values of SDA and SCL are incorrectly
|
||||
* defined for this board. This requires special precautions.
|
||||
* SDA is defined as GPIO21 and SCL as GPIO22 but these are not
|
||||
* the pins where the display is connected to.
|
||||
*
|
||||
* When initializing the Wire (I2C) interface with Wire.begin()
|
||||
* without parameters this will by default use pin definitions SDA and SCL.
|
||||
* Most libraries (including U8x8) will call Wire.begin() without parameters.
|
||||
* It is not possible to change the pins of the Wire interface
|
||||
* after it has been initialized. Therefore the Wire interface must be
|
||||
* initialized with the correct pins before initializing any other library.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
* ----- ----
|
||||
* VExt <――――――――――> 21 (Vext, SDA) Active-low
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/heltec_wifi_lora_32_V2.html
|
||||
*
|
||||
* Identifiers: LMIC-node:
|
||||
* board-id: heltec_wifi_lora_32_v2
|
||||
* PlatformIO
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
* ----- ----
|
||||
* VExt <――――――――――> 21 (Vext, SDA) Active-low - see remarks
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/heltec_wireless_stick.html
|
||||
*
|
||||
* Identifiers: LMIC-node:
|
||||
* board-id: heltec_wireless_stick
|
||||
* PlatformIO
|
||||
|
|
|
@ -55,7 +55,9 @@
|
|||
* ----- ----
|
||||
* VExt <――――――――――> 21 (Vext, SDA) Active-low
|
||||
*
|
||||
* Definitions: LMIC-node:
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/heltec_wireless_stick_lite.html
|
||||
*
|
||||
* Identifiers: LMIC-node:
|
||||
* board-id: heltec_wireless_stick_lite
|
||||
* PlatformIO
|
||||
* board: heltec_wireless_stick_lite
|
||||
|
|
|
@ -43,7 +43,9 @@
|
|||
* DIO1 <――――――――――> 35
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/lolin32.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: lolin32
|
||||
* PlatformIO
|
||||
* board: lolin32
|
||||
|
|
|
@ -43,7 +43,9 @@
|
|||
* DIO1 <――――――――――> 34
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: lolin_d32
|
||||
* PlatformIO
|
||||
* board: lolin_d32
|
||||
|
|
|
@ -43,7 +43,9 @@
|
|||
* DIO1 <――――――――――> 34
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32_pro.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: lolin_d32_pro
|
||||
* PlatformIO
|
||||
* board: lolin_d32_pro
|
||||
|
|
|
@ -83,6 +83,8 @@
|
|||
* RX <――――――――――> 3 (RX) pin labeled '0' on the PCB.
|
||||
* TX <――――――――――> 1 (TX) pin labeled '1' on the PCB.
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/lopy4.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: lopy4
|
||||
* PlatformIO
|
||||
|
|
|
@ -42,7 +42,9 @@
|
|||
* DIO1 <----------> 5 ██ NOT WIRED on PCB for versions < 1.3 ██
|
||||
* DIO2 - Not needed for LoRa
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/atmelavr/lora32u4II.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board-id: lora32u4II
|
||||
* PlatformIO
|
||||
* board: lora32u4II
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
* DIO1 <――――――――――> 35
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/nodemcu-32s.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: nodemcu_32s
|
||||
* PlatformIO
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* File: nodemcuv2.h
|
||||
*
|
||||
* Function: Board Support File for NodeMCU V2 (aka v1.0) with
|
||||
* Function: Board Support File for NodeMCU V2 (aka NodeMCU 1.0) with
|
||||
* external SPI LoRa module.
|
||||
*
|
||||
* Copyright: Copyright (c) 2021 Leonel Lopes Parente
|
||||
|
@ -47,7 +47,9 @@
|
|||
* DIO1 <――――――――――> D2 / 6 (SDA)
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif8266/nodemcuv2.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: nodemcuv2
|
||||
* PlatformIO
|
||||
* board: nodemcuv2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* File: pro8mhzatmega328.h
|
||||
*
|
||||
* Description: Board Support File for Arduino Pro Mini ATmega328 8MHz
|
||||
* Description: Board Support File for Arduino Pro Mini ATmega328 3.3V 8MHz
|
||||
* with external SPI LoRa module.
|
||||
*
|
||||
* Copyright: Copyright (c) 2021 Leonel Lopes Parente
|
||||
|
@ -45,7 +45,9 @@
|
|||
* DIO1 <――――――――――> 9
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/atmelavr/pro8MHzatmega328.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: pro8mhzatmega328
|
||||
* PlatformIO
|
||||
* board: pro8MHzatmega328
|
||||
|
|
|
@ -60,7 +60,9 @@
|
|||
* ------- ----
|
||||
* VBAT <――――――――――> 35 Battery voltage via 50% voltage divider
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/ttgo-lora32-v1.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: ttgo_lora32_v1
|
||||
* PlatformIO
|
||||
* board: ttgo-lora32-v1
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
* DIO1 <----------> 33 ██ NOT WIRED on PCB ██
|
||||
* DIO2 - Not needed for LoRa
|
||||
*
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/ttgo-lora32-v2.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: ttgo_lora32_v2
|
||||
* PlatformIO
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
* DIO1 <――――――――――> 33 (LORA_D1)
|
||||
* DIO2 <――――――――――> 32 (LORA_D2)
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/ttgo-lora32-v21.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: ttgo_lora32_v21
|
||||
* PlatformIO
|
||||
* board: ttgo-lora32-v21
|
||||
|
|
|
@ -48,7 +48,9 @@
|
|||
* RX <――――――――――> 15
|
||||
* TX <――――――――――> 12
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/ttgo-t-beam.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: ttgo_tbeam
|
||||
* PlatformIO
|
||||
* board: ttgo-t-beam
|
||||
|
|
|
@ -62,7 +62,9 @@
|
|||
* ------ ----
|
||||
* USR_SW <――――――――――> 39 (KEY_BUILTIN)
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/espressif32/ttgo-t-beam.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: ttgo_tbeam_v1
|
||||
* PlatformIO
|
||||
* board: ttgo-t-beam
|
||||
|
|
|
@ -49,7 +49,9 @@
|
|||
* DIO1 <――――――――――> PA07 / 9
|
||||
* DIO2 - Not needed for LoRa.
|
||||
*
|
||||
* Definitions: LMIC-node
|
||||
* Docs: https://docs.platformio.org/en/latest/boards/atmelsam/zeroUSB.html
|
||||
*
|
||||
* Identifiers: LMIC-node
|
||||
* board: zerousb
|
||||
* PlatformIO
|
||||
* board: zeroUSB
|
||||
|
|
Loading…
Add table
Reference in a new issue