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

Modem connected via USB is sometimes not responding… #298

Open
ctschach opened this issue May 26, 2022 · 2 comments
Open

Modem connected via USB is sometimes not responding… #298

ctschach opened this issue May 26, 2022 · 2 comments

Comments

@ctschach
Copy link

Hi,
I have a Waveshare SIM7000G module connected via USB to a Raspberry Pi.

I frequently send AT commands for HTTP Posts to the modem on /dev/ttyUSB2.

That works fine for a while until the modem stopped to respond to AT commands.

Now I noticed, that I can connect to /dev/ttyUSB3 and send a single AT. Once I did this, the modem also responds to AT commands on /dev/ttyUSB2 again.

Doesn‘t make a lot of sense to me. Any ideas?

thanks…

@Mark-Wills
Copy link

Mark-Wills commented May 27, 2022 via email

@ctschach
Copy link
Author

Sounds a like firmware issue on the modem. In such a case, it is a good idea to reset the modem (either by its reset pin, or by removing power and re-applying power under software control from the raspberry pi).

I do not have the reset pin connected as I only use The USB connection. What do you mean with „re-applying power“ on the Raspberry Pi? How do I control the power of a plugged USB device? Was not aware that this isnpossible.

BTW, I tried to use „AT+CFUN=6“ in /dev/ttyUSB3 and that do reset the modem. However, the problem of not responding reoccurs much faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants