Hi!
Currently I am trying to send a message from my NB-IoT test unit.
I managed to work my way through the Starterkit Manual, and get it to work. I can set up the connection to the T-Mobile platform using AT-commands in the Arduino serial monitor and set up a connection to a separate online webhook reciever-site using Postman. Then I can send a message through an AT-command. To achieve this I use the following AT-commands:
Serial Monitor
However, when I try to pass the same commands through from within the Arduino application, the messages do not come through. I use the following .ino code (in the previous case I use the same without all the AT-commands):
Arduino App
Strange thing is, when I enter the AT-command for sending a message to the web-hook in the Serial Monitor after running the Arduino code, it works. So it seems that the code does successfully set up the connection, yet fails to send the message.
The delays are admittedly a poor way of handling the status of each command, but I expected it to work nevertheless.
I hope that anyone has a clue about what is going wrong here.
Best regards.