Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Oct 27, 2024 · 0 comments

Comments

@Frizbi22
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant