Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKR NB1500 - example SMS receive sketch still does not work #104

Open
PogCarr opened this issue Oct 21, 2022 · 3 comments
Open

MKR NB1500 - example SMS receive sketch still does not work #104

PogCarr opened this issue Oct 21, 2022 · 3 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@PogCarr
Copy link

PogCarr commented Oct 21, 2022

On the MKR NB1500, the MKRNB library has a fault in it such that the example sketch for SMS Receive does not work. If there are pending messages when it boots, those messages will be shown. But subsequent messages sent will not be shown until the board is restarted.
This behavior has been confirmed with both T-mobile and Verizon networks.

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Oct 21, 2022
@PogCarr PogCarr changed the title SMS receive sketch does not work MKR NB1500 - SMS receive sketch does not work Nov 16, 2022
@PogCarr
Copy link
Author

PogCarr commented Nov 19, 2022

Following up on this...I am happy to help troubleshoot, share a screen and demo, etc. with whomever is working on this. I truly think it is an indexing issue in the code, but I am not quite good enough with C++ to debug the library code!

@PogCarr
Copy link
Author

PogCarr commented Feb 27, 2023

Still hoping someone will address this Issue. To the best of my ability to find on the 'net, nobody has been able to successfully receive SMS messages sent to the MKR NB 1500 once it is on and running, regardless of what firmware, etc. is running. If someone can verifiably prove me wrong, please let me know!

@PogCarr PogCarr changed the title MKR NB1500 - SMS receive sketch does not work MKR NB1500 - SMS receive sketch still does not work Feb 27, 2023
@PogCarr PogCarr changed the title MKR NB1500 - SMS receive sketch still does not work MKR NB1500 - example SMS receive sketch still does not work Feb 27, 2023
@Christof121
Copy link

Not a fix but a workaround.
Credits: https://forum.arduino.cc/t/mkr-nb-1500-modem-help-udp-and-sms/1153317/12
AT+CEDRXS=0,4
AT+CPSMS=0
Passing this Commands using the SeriellSARAPassthrough Example Sktech
Worked for me. Now I get the SMS after about 3 seconds without restarting.
But I haven't yet performed a long-term test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants