I’m using the Sodaq NB-IoT deluxe Shield on an Arduino Leonardo.
I’m trying to send an NB-IoT message inside an interruption process in arduino.
But it seems that everythings runs ok until reaching the command “nbiot.sendMessage(message);”.
Once it reaches this the board completely stales.
The interruption is defined for the pin 2 as this attachInterrupt( 1, interruption, HIGH);"