-
Notifications
You must be signed in to change notification settings - Fork 0
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
GSM Manager No Modem found #2
Comments
Hi, currently firmware support only older version of the board which used different pins for serial port. You can change the serial pins config, so that they match your board in https://github.com/ParetoSecurity/sms-slack-v3/blob/main/platformio.ini and then compile and flash it using platformio. - DSMS_RX='16'
- DSMS_TX='17'
+ DSMS_RX='26'
+ DSMS_TX='27' If the change works, please report back so that we can add it to the config. |
Hi, I had the same issue as Eivy1987. Furthermore I see that it should log the operator-name as well but it doesn't. Any hints how I can resolve this? :) |
After flashing it again with the new rx, tx numbers, it's back to square one and repeating "No Modem found" |
Make sure you don't have SIM locked. Also which variant of modem do you have? You can try disabling LTE mode (https://github.com/ParetoSecurity/sms-slack-v3/blob/main/src/GSMManager.cpp#L48), because it might not be supported on specific band. Whole LTE is such a mess and these modules heavily depend on tower and provider. |
SIM is unlocked :)
|
Flashed it again and 5 test-message came into slack. After that it goes back into that loop above an no new messages come in. |
Looks like it's not supported by your provider. If you have other SIMs try them to see if they allow registration. |
Hi together,
I really like your project. Thank you already
I organized with your documentation link, a Lily Go Board on AliExpress (EU Version).
After arrival, I went after your documentation video to configure the device via USB-C and Windows (worked all like in your video).
The device after configuration is connected to Wi-Fi, and it's pingable as well. Sim Card is inside. Under logs and & console
I have the following issue:
rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
[ 32][I][ImprovSerial.cpp:26] setup(): [improv_serial] Settings ssid=wifi-vg-4th-floor, password=*****ens2020, slack=https://hooks.slack.com/services/T01E7********P/B0423N53ZRB/TgzYrF06yC3dlzqGIRFEZCXn
[ 184][W][WiFiGeneric.cpp:950] _eventCallback(): Reason: 2 - AUTH_EXPIRE
[ 587][I][SystemManager.cpp:32] gotIP(): [SystemManager] IP: 192.168.52.143
[ 1593][I][GSMManager.cpp:38] loop(): [GSMManager] No modem found
[ 2520][I][GSMManager.cpp:38] loop(): [GSMManager] No modem found
[ 3447][I][GSMManager.cpp:38] loop(): [GSMManager] No modem found
[ 4374][I][GSMManager.cpp:38] loop(): [GSMManager] No modem found
[ 5301][I][GSMManager.cpp:38] loop(): [GSMManager] No modem found
[ 6228][I][GSMManager.cpp:38] loop(): [GSMManager] No modem found
Googling this issue is leading to no results, and I really don't know how to solve that. Is there an additional step which is missing?
My board has also two USB connections, once USB-C(which I configured the device) and another USB Micro (maybe for the Modem)
Attached are two pictures of how everything is connected.
https://ibb.co/d4d5vVg
https://ibb.co/fxyxJT1
I hope you can help me to get it running (That modem gets found).
PS: I wanted to buy your configured device, but it was not available:-)
Regards Eddy
The text was updated successfully, but these errors were encountered: