2025-01-06 04:25 AM - last edited on 2025-01-06 04:39 AM by Andrew Neil
Hi,
I tried to explore the STM32CubeExpansion_CELLULAR package to change the code according to my need. In that process I am lost. Can anyone guide me on which file should I focus on changing the code? This is too much of code to start with. I have already checked the cellular wiki but it wasn't very helpful to me.
So i decided to write my own AT commands to connect to the internet. However, contacting them I got to know that they will not be supporting this module anymore (attached ss) and they also suggested me to buy a different module. Can ST provide a documentation for AT command for the TYPE1SE module?
Thanks
SSWM
2025-01-06 04:39 AM
Helps to put the image in the post - where we can see it - rather than attaching:
2025-01-06 05:47 AM
ST is not likely to provide coding support, you'll need to seek that via peers and supervisors at your own employer. Not sure how much effort EOL are worth.
Here's an AT Command manual covering the SONY ALT1250 chipset
2025-01-06 06:31 AM
@SSWM wrote:Can ST provide a documentation for AT command for the TYPE1SE module?
Don't Murata provide it - here:
https://www.murata.com/en-eu/products/connectivitymodule/cat-m1/design-development
2025-01-06 07:32 AM
Hi @Andrew Neil,
The one you are referring is for type1SC. For type1SE they do not provide it. Although, type1SE has a type1SC inside. The issue is you can't download anything from Murata without the specified registration code. The B-L462E-cell1 board comes with the registration code on type1SE.
2025-01-06 08:54 AM
I attached the 1SC AT Command Manual to my earlier post
"Unfortunately, 1SE does not provide AT command interface. The developers need to use the ST X-Cube-Cellular interface to control the LTE radio."
So the 1SC is the Base Band level.
https://www.st.com/en/evaluation-tools/b-l462e-cell1.html
You'll need to go over the available code, and perhaps work with your ST rep or FAE, if you're doing the amount of business that qualifies
2025-01-06 10:03 AM
Hi @Tesla DeLorean,
Yes, thank you for the 1SC AT Command Manual.
The ST X-Cube-Cellular seems to be too complicated for me. I just need to send some sensor data over MQTT to a remote server. Do you have any suggestions on how i should proceed?
2025-01-06 10:19 AM
@SSWM wrote:I just need to send some sensor data over MQTT to a remote server.
Does it have to be over a cellular link?
2025-01-06 10:28 AM
@Andrew Neil, Yes it's meant for a remote location.
2025-01-06 10:52 AM
LoRaWAN ?