f0897e3e9acd936a7c389971f4932ebd46b9a19c
BOM-DAT/BTB-dat/BTB-dat.md
... | ... | @@ -1,6 +1,8 @@ |
1 | 1 | |
2 | 2 | # BTB dat |
3 | 3 | |
4 | +- [[ESP32-SPI-dat]] |
|
5 | + |
|
4 | 6 | | ESP32 Pin | Function | Lora | |
5 | 7 | | --------- | -------- | ---------- | |
6 | 8 | | IO14 | SPI_SCK | | |
Tech/Network-dat/RF/Lora-dat.md
... | ... | @@ -31,3 +31,10 @@ https|//w.electrodragon.com/w/Lora_Tech |
31 | 31 | | MOSI | IO 23 | |
32 | 32 | | MISO | IO 19 | |
33 | 33 | | GND | - | |
34 | + |
|
35 | + |
|
36 | + |
|
37 | + |
|
38 | +## ref |
|
39 | + |
|
40 | +https://randomnerdtutorials.com/esp32-lora-rfm95-transceiver-arduino-ide/ |
|
... | ... | \ No newline at end of file |
chip-cn/Espressif/ESP32/ESP32-SPI-dat.md
... | ... | @@ -47,4 +47,8 @@ hspi.begin(HSPI_CLK, HSPI_MISO, HSPI_MOSI, HSPI_SS); |
47 | 47 | } |
48 | 48 | |
49 | 49 | void loop() { |
50 | - } |
|
... | ... | \ No newline at end of file |
0 | + } |
|
1 | + |
|
2 | + |
|
3 | + |
|
4 | +- [[RA-01]] |
|
... | ... | \ No newline at end of file |