Skip to content

Arduino mkrNB 1500 send sms not working #50

Open
@web-10

Description

@web-10

My new MKR NB 1500 cannot send SMS.

I use the library's "SendSMS" example.

Additional context

Receiving SMS works fine using the "ReceiveSMS" example.


If an SMS has previously been received from number, then sending an SMS to that number works.

I tested this by adding the following code to the "ReceiveSMS" example:

sms.beginSMS(senderNumber);
sms.print(txtMsg);
sms.endSMS();

It seems that the MKR NB 1500 remembers the path or so to send an SMS if it previously has received one from the sender.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions