17 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
222
views
A7672S gsm modem not working with Https Get method
Hi i am trying to send some data to my website using https get method by A7672S module, if i am transfer data through http get method means it is working fine, but while accessing via https it throw ...
1
vote
0
answers
181
views
Sending at commands to sim7600 and not receiving a response on Raspberry Pi Zero
I have been searching for a few days but I have not found any results.
I have a Raspberry Pi Zero 2 W and a sim7600 hat and I want to send at commands to it using a program I wrote.
When I use minicom ...
0
votes
0
answers
235
views
SIM7600 and ESP32-S3 can't get long HTTPS requests
I'm trying to make a module that both works with WiFi and SIM7600 module. The module receives a long (~300 KB) JSON file from an HTTPS server and saves it to flash memory. The function that works with ...
1
vote
0
answers
207
views
Sending and Receiving AT Commands with a NUCLEO-F042K6 to a SIM7600G-H Modem
Let me preface this question with the statement that I am not, by any means, an expert in embedded systems engineering but a humble student trying to learn on the fly for a project that will ...
0
votes
0
answers
270
views
What am I doing wrong trying to create MQTTS connection to Azure IoTHub with SIM7670G modem
I am trying to use a T-SIM7670G S3 from LilyGo (https://www.lilygo.cc/products/t-sim-7670g-s3) to connect to an Azure IoTHub, using AT modem commands. I am unable to start the MQTT service, even ...
0
votes
1
answer
294
views
Connecting ESP32 to Azure IoT Through GSM
I have been trying to connect my ESP32, which is connected to SIMCOM's SIM7600 GSM Module, to Azure IoT Service. Connecting to Azure IoT Service over WiFi was rather easy because there were already ...
0
votes
0
answers
229
views
How to use Azure SDK for C on ESP32 with 4G modem (SIM7670G)?
I have created an application on an ESP32 (S3 Wroom) that uses the Azure SDK for C for provisioning to an IoT Hub using the Device Provisioning Service. Here I used the WiFi connection.
My board is a ...
0
votes
1
answer
220
views
why is sim7600 number from clip different depends on sim card
im trying to setup python script where if someone is calling, it will answer the call depended on if number is allowed. but when call is comming, CLIP service sometimes offer number in like : CLIP: &...
0
votes
0
answers
222
views
Sending long JWT tokens in a HTTP request in sim7600
I am using sim7600 module to make a GET request to a HTTPs site. The endpoint requires Tokens for authentication. The token is sent via HTTP parameters with the following AT command.
AT+HTTPPARA="...
2
votes
0
answers
211
views
+CME ERROR: retry operation when trying to set call fowarding
I am encountering an issue with my SIM7600E module. Whenever I try to execute the command "AT+CCFC=4,2" or 'AT+CCFC=0,3,"{number}",129,1', I receive the error message
"+CME ...
1
vote
0
answers
90
views
Garbage values when reading from a sim7600 module using jetson nano
I've got a python3 script to run on a jetson nano board and to that board, there's a sim7600 module connected. All the connections are being made correctly, and the voltages are what's expected. The ...
1
vote
1
answer
151
views
Reading multiple blocks from a CoAP block-wise transfer on SIM7080G modem
Problem:
The SIM7080G modem can detect there are multiple blocks in a CoAP response from a server but is only able to read the first block.
AT commands used:
AT+CCOAPINIT
AT+CCOAPURL="coap://coap....
2
votes
1
answer
136
views
Increase CoAP receive package size beyond 579 bytes on SIM7080G modem
Problem:
The SIM7080G modem is only able to receive a CoAP packet of maximum 579 bytes from a CoAP server (579 bytes total packet size, 566 bytes payload), even though the server sends a larger ...
0
votes
0
answers
265
views
How can I get data from the /dev/ttyS0 port on the SIM7600E-H Rpi 4 model when the internet is on?
When I want to receive data via GPS, the /dev/ttyS0 serial port is busy and I cannot receive data. I cannot make calls or SMS. I can receive GPS data when the internet is turned off.
I would like your ...
1
vote
0
answers
577
views
SIM7600 Module: "Connect socket failed" error after several successful HTTP requests
I'm using a SIM7600 module with an Arduino for cellular communication. I can successfully make a few HTTP requests using AT commands (AT+HTTPINIT, AT+HTTPPARA, AT+HTTPACTION), but after successful 5 ...