Hi, I’m new to LoraWan and I’m having problems to create my first node.
I´m using the library LMIC-node
I´m not receiving errors in serial monitor, however I’m not reveiving data in the console.
Below is the serial monitor:
LMIC-node
Device-id: baum-device-1
LMIC library: MCCI
Activation: OTAA
Interval: 60 seconds
000000006473: Event: EV_JOINING
000000006525: Event: EV_TXSTART
000000006618: doWork job started
000000408280: Event: EV_JOIN_TXCOMPLETE
000000447891: Event: EV_TXSTART
000000828243: Event: EV_JOIN_TXCOMPLETE
000001237402: Event: EV_TXSTART
000001639153: Event: EV_JOIN_TXCOMPLETE
000001664196: Event: EV_TXSTART
000002044548: Event: EV_JOIN_TXCOMPLETE
000002659962: Event: EV_TXSTART
000003061715: Event: EV_JOIN_TXCOMPLETE
000003103782: Event: EV_TXSTART
000003484136: Event: EV_JOIN_TXCOMPLETE
000003756618: doWork job started
000004078319: Event: EV_TXSTART
000004480068: Event: EV_JOIN_TXCOMPLETE
000004501980: Event: EV_TXSTART
000004882333: Event: EV_JOIN_TXCOMPLETE
000005665922: Event: EV_TXSTART
000006067672: Event: EV_JOIN_TXCOMPLETE
000006102419: Event: EV_TXSTART
000006482771: Event: EV_JOIN_TXCOMPLETE
000007264902: Event: EV_TXSTART
000007506618: doWork job started
000007666653: Event: EV_JOIN_TXCOMPLETE
000007670471: Event: EV_TXSTART
000008050824: Event: EV_JOIN_TXCOMPLETE
000008987912: Event: EV_TXSTART
000009389662: Event: EV_JOIN_TXCOMPLETE
000009392037: Event: EV_TXSTART
000009772388: Event: EV_JOIN_TXCOMPLETE
000010710969: Event: EV_TXSTART
000011112719: Event: EV_JOIN_TXCOMPLETE
000011156044: Event: EV_TXSTART
Seems to be the same problem that @ Arnaudroussac faced.
Some usefull information:
I’m using a nodemcu esp8266 as a node.
In TTN, my end device is OOTA, and frequency plan “United States 902-928 Mhz, FSB 2” and LoraWan specification 1.0.3
In region I uncommented -D CFG_us915=1
I uncommented the correct board (nodemcuv2) and commented the line that contain “board selection guard”.
I created the file lorawan-keys.h and filled with the correct OTAA_DEVEUI, OTAA_APPKEY and OTAA_APPEUI (the APPEUI is all zero).
The gateway is 1 meter distance, and is conected.
Can anyone help me?