Accept for not added ABP device

Hello everybody,

Pretty simple question. Have a Marvin device, set join mode to ABP using next addr and keys:

String  set_devaddr = "00000000"; 
String  set_nwkskey = "01010101010101010101010101010101";
String  set_appskey = "01010101010101010101010101010101";

So just to test a sketch i run it, and I see “accept”, but I don’t have this device added in LoRa App Server.
How is that possible?

Thank you,
Oleg Somov

That is because an ABP join happens only on the node, where an OTAA join actually transmits a join-request. The accept means that your node accepted the devaddr and keys, but it did not send any message to LoRa Server.