LilyGO / TTGO-LORA32

ESP32-TTGO-T3
332 stars 100 forks source link

Trying to pin LILYGO TTGO Lora 868 MHz OLED 0.96 Inch SD Card ESP32 Development Board Pax Counter Module SMA Metering Passenger Flows #40

Open Frizbi22 opened 1 month ago

Frizbi22 commented 1 month ago

7ca03681-0157-43f8-8b02-4b79668f9dab __CR0,0,970,600_PT0_SX970_V1___ // Pin mapping I am changing this const lmic_pinmap lmic_pins = { .nss = 6, .rxtx = LMIC_UNUSED_PIN, .rst = 5, .dio = {2, 3, 4}, }; to this const lmic_pinmap lmic_pins = { .nss = 18, // Chip Select pin (CS) .rxtx = LMIC_UNUSED_PIN, // RX/TX not used .rst = 23, // Reset pin (RST) .dio = {26, 25, 4} // DIO0, DIO1, DIO2 pins };

but I am not sure If this is correct? Can someone pls confirm?