Porting GSM Modem Example to STM32 Nucleo-U5A5ZI-Q with SIM7600 #72194
Replies: 4 comments 3 replies
-
You did not mention what Zephyr version you are using, there is the "newish" modem subsystem you should use in your porting efforts. For a reference the |
Beta Was this translation helpful? Give feedback.
-
@jukkar |
Beta Was this translation helpful? Give feedback.
-
Hello, Following this. I am trying to integrate SIM900, running Zephyr v3.7 (@srikanthpalvai there are big differences from v3.6.0 to v3.7.0 so you may want to upgrade). However, I am struggling to communicate over DLC 2 for AT commands, I can not get any answer from the modem, only echo. |
Beta Was this translation helpful? Give feedback.
-
@davidalo |
Beta Was this translation helpful? Give feedback.
-
Hello Zephyr community,
I am currently working on a project where I need to integrate a GSM modem with the Zephyr RTOS. I found the GSM modem example in the Zephyr repository, which is built with the B-U585I-IOT02A board and BG96 modem.
However, I need to port this example to work with the Nucleo-U5A5ZI-Q board, which uses the SIM7600 modem. I'm relatively new to Zephyr development, so I would appreciate some guidance on how to proceed with this porting effort.
Specifically, I would like to know:
What are the key differences between the BG96 and SIM7600 modems in terms of hardware interfaces and communication protocols?
Are there any existing Zephyr drivers or libraries for the SIM7600 modem that I can leverage?
What steps do I need to take to adapt the existing GSM modem example code to work with the SIM7600 modem and the Nucleo-U5A5ZI-Q board?
Are there any potential challenges or considerations I should be aware of during the porting process?
Any insights, suggestions, or resources you can provide would be greatly appreciated.
Thank you in advance for your help!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions