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
I am using Arduino pro mini (I am feeding 3.3 volts) and RA-01H containing SX1276 to develop a node device. I am using Arduino IDE; the library is MCCI Arduino LoRAWAN library(latest version). I successfully connected the node with the TTN. But without a join request & acceptance, I could not receive any payload through TTN. I am badly in need of obtaining a payload.
my payload is simple "Hello World"
I am using OTAA from the example.
my TX interval is 238 s
My Pin configuration that follows the code is given below:
;
Hello developers,
I am using Arduino pro mini (I am feeding 3.3 volts) and RA-01H containing SX1276 to develop a node device. I am using Arduino IDE; the library is MCCI Arduino LoRAWAN library(latest version). I successfully connected the node with the TTN. But without a join request & acceptance, I could not receive any payload through TTN. I am badly in need of obtaining a payload.
my payload is simple "Hello World"
I am using OTAA from the example.
my TX interval is 238 s
My Pin configuration that follows the code is given below:
;
SX1276----Arduino
NSS> 10
RST> 9
DIO0> 2
DIO1> 3
DIO2> LMIC_UNUSED_PIN
In lmic_project_config.h my config is given below
On the serial monitor, I see it stuck in "EV_TXSTART".
On the TTN side, the LORAWAN setting parameters for the node are given below
and the response is like below
How to solve this issue?
The text was updated successfully, but these errors were encountered: