-
Notifications
You must be signed in to change notification settings - Fork 28
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
ERROR when sending sms #6
Comments
This is the output from the python script that you shared in the other issue it says SIM not inserted which is weird, it is literally inserted. I heard the click sound when I put it to the tray. Do I need to activate anything with the carrier? It is a standard prepaid Vodafone card with enough credit in it |
Hi. can you share the response for the Also do confirm that:
|
Seems like the modem is compatible.(2.5G is GPRS) usually it takes a few seconds before the modem recognizes the sim, typically you would poll Though the output i was asking for is the one from this script #4 (comment), the screenshot you shared earlier only showed the output till the I would also check for the following
|
Also try debugging using
Remember to also check signal quality with For more information see AT datasheet https://www.elecrow.com/wiki/images/2/20/SIM800_Series_AT_Command_Manual_V1.09.pdf Does the module come with LED Status Indicator, if so you could also use it to know whether the modem has connected to the cellular network, for example on my module Blinking every other 3s means |
well, I burnt the module out accidentally :D I am closing this PR, I will get a new one and will try again. I am planning to go with a >3G modem tho. Thanks for your effort for investigating the issue with me Jack! I appreciate it |
Hi,
I am not sure if you have support for the following devices, but I get ERROR when I try to send an SMS
Device : Raspberry PI 4 Model B
Module : SIM800L V2.0 (https://www.amazon.com/SIM800L-Wireless-Module-Quad-Band-Antenna/dp/B07PSKDBKJ)
I have the following wiring:
Code:
Could you please help me for identifying the issue?
Thanks
The text was updated successfully, but these errors were encountered: