-
Notifications
You must be signed in to change notification settings - Fork 19
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
SIM800 CMUX #2
Comments
Hi. I only have one SIM7600 modem around here. Have you tried to enable debug? Are there any CMUX frames coming from the modem (see esp_dte_handle_cmux_frame in esp_modem.c)? |
Thanks for the reply .Yes , I can see it detects some CMUX frames , but I think something is corrupting the ppp part.Do you know how to select the correct AT command reference version , there is a lot of versions for SIM800.Today I'm going to do more testing and show the logs. |
Hi, looks like the response from the modem is somehow different. ... Unknow line received: cmux ... |
@Arto1994 Hello, did you manage to solve this problem? I'm also prone to this problem and don't understand how to solve it. Thanks for the answer! |
Hello, @olliiiver! For my project, I need to run the SIM868 modem in CMUX mode to transmit data and read GNSS at the same time. I'm facing the same problem as the @Arto1994 but can't figure out what the problem is. Judging by the official documentation (I'll attach it to the comment), everything is working more or less normally (section 4.1). As far as I understood, "unknown strings" should come after the TE request, but they come by themselves. I do not know how critical this is, but it seems that the channels do not collapse because of this, but then the PPP connection is not established due to an incomprehensible reason. If you could help me figure out what's wrong, I would be very grateful! Thanks! |
hi @Artiom9. Can't say about the errors you get. Seems SIM868 works differently. Have you tried the official repo? Looks like it supports CMUX also now: |
Hello, @olliiiver. I found a solution, I apologize for not writing a solution. I still don't understand why it works this way, but you need to replace the line in the file "sim800.c:318" |
Hello everyone , I was testing the ppp from the original ESP IDF example and it works for SIM800L , but when I try to test the CMUX with this repository it didn't work.I get the same errors in the logs refered in the .md , due to modem initialization (+RDY , CPIN READY , etc).The commands AT like a RSSI , and the other works , but the ppp never get and IP :( . I want to know if this was tested for sim800L.
PD: My IDF is 4.2.1
Thanks in advance !
The text was updated successfully, but these errors were encountered: