You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a) In your code (Receiver, Sender) the PIN 14 is used for the LORA RESET, and you said it is GPIO14. Then, I go to the schematics (pin layout) and I see the PIN 12 is LoRa_RST, not the PIN 14. What is wrong here?
b) Why If I do pinMode(12, OUTPUT); digitalWrite(12, HIGH); and I connect a resistor + led in that pin (the other side to the GND) and it doesn't light? If I do the same but with the pin 14 it works.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Maybe you can help me with the pin layout.
a) In your code (Receiver, Sender) the PIN 14 is used for the LORA RESET, and you said it is GPIO14. Then, I go to the schematics (pin layout) and I see the PIN 12 is LoRa_RST, not the PIN 14. What is wrong here?
b) Why If I do
pinMode(12, OUTPUT); digitalWrite(12, HIGH);
and I connect a resistor + led in that pin (the other side to the GND) and it doesn't light? If I do the same but with the pin 14 it works.Thanks.
The text was updated successfully, but these errors were encountered: