matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
704 stars 651 forks source link

Start up issue. #306

Open semajoel opened 2 years ago

semajoel commented 2 years ago

image

Not sure how to fix this, randomly occurred, 3 transceivers now fixed in this state, state wont change even with library example code uploaded.

matthijskooijman commented 2 years ago

Are you sure that the serial baud rate matches the sketch? Does a similar thing happen if you skip the LoRaWAN stuff (i.e. put a while(1); infinite loop somewhere after the "starting" print? Or maybe try adding some Serial.flush(); calls to ensure output is printed before continuing to see how far it comes? What hardware are you using?