Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
57 views

I’m working with an ESP-01 (ESP8266, AT firmware) connected to an STM32 “Bluepill”. I receive data from the ESP using UART interrupt (HAL_UART_Receive_IT) and I want to detect when a full response ...
Mohamed Ali Mohamed's user avatar
0 votes
2 answers
108 views

Got a project using ESP32 with SIM7600E 4g LTE module, and im trying to get it to send data to firebase realtime database. i can get it to successfully initialise and connect to cellular network. ive ...
matt gaming's user avatar
1 vote
0 answers
310 views

I am using this SIM7600E module in QMI mode, by uqmi cli and accessing it using AT commands through the terminal. The new module was reporting AT+CNMP? +CNMP: 1 OK which was kind of strange for me, ...
Anonymous's user avatar
  • 751
1 vote
0 answers
73 views

I have: PC-server (Windows 10) with Java program OWEN PR200 (ПР200, programmable relay) GSM modem iRZ MC55iT PC-client with installed Owen OPC Server and Scada I need to make a two-side ...
Viacheslav's user avatar
1 vote
0 answers
74 views

We are trying to connect to a device in SPP. The device sends an "AT+RFCOMM=?" command three times after it closes the SPP link. I couldn't find any documentation about this command and how ...
Adams's user avatar
  • 11
1 vote
0 answers
67 views

Problem Description I am using a Huawei E3531i-2 modem on Windows 10 to send USSD requests via AT commands in PuTTY and Python. SMS sending works fine using AT+CMGS, so the modem is in Modem Mode (not ...
mohamed boulaoudja's user avatar
1 vote
1 answer
209 views

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 ...
Sathish's user avatar
  • 445
1 vote
1 answer
123 views

I'm working on a small microcontroller project with the Raspberry Pi pico. Since the Pico doesn't support WiFi I added the ESP8266-01. In MicroPython, I cannot access the sockets or ntptime libraries. ...
Eric's user avatar
  • 25
0 votes
1 answer
913 views

I'm trying to develop a program that can interact with the a particular SIM network to send & read SMSs and dial USSD codes. I built a protoype using an old modem (iBall Airways 3G Modem - ...
Eben Paul's user avatar
1 vote
1 answer
193 views

I've recently bought a LC SIM800C V3 which is a USB board which looks a bit like this When plugged in, despite 5V, and connected to network with SIM, I'm not getting any LED activity light show up? ...
Ryan H's user avatar
  • 3,063
0 votes
0 answers
55 views

I was trying to connect to firebase using AT commands on ESP8266 (ESP01). Without authenticated rules I'm able to write to a node. But with authenticated rules, I'm having a trouble getting Auth Key. ...
saif's user avatar
  • 93
1 vote
0 answers
823 views

I'm trying to interface a SIM A7670C GSM/GPRS module with an ESP32, but I'm encountering some issues in receiving proper responses using AT commands. Below are the steps I've taken so far: Direct ...
Vaibhav Pendke's user avatar
0 votes
0 answers
254 views

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 ...
Anes's user avatar
  • 1
1 vote
0 answers
74 views

I'm experiencing an issue with sending AT commands through a serial port in my code. The problem is that when I send the following commands: while (true) { thread_sleep_for(5000); ...
user avatar
0 votes
1 answer
198 views

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: &...
marek's user avatar
  • 11
0 votes
0 answers
148 views

I am using AT Commands to interface with a satellite modem. I need to send bytes of data through this serial connection. My problem is that the AT command is terminated when it finds a carriage return,...
kj49's user avatar
  • 75
2 votes
0 answers
201 views

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 ...
Milan Bültmann's user avatar
-1 votes
1 answer
740 views

I got AT+CREG? +CREG: 0,0 OK response and at+cops? +COPS: 0 OK Can anyone suggest what is the error occured here The gsm module I have used here is simcom7070g I got AT+CREG? +CREG: 0,2 OK response ...
VISHNU PRIYA R's user avatar
1 vote
1 answer
290 views

I am connected to the phone (USB Debug mode, plus enabling 3GPP AT commands). I need to write my own MSISDN in the SIM. I managed to do it in Physical SIM, but for the eSIM I got an error. I suspect ...
AlyS's user avatar
  • 13
1 vote
1 answer
157 views

Hi I have been trying to use stm and esp-01 and cominicate with firebase with backend server. my backend server js is this: const express = require('express'); const app = express(); const ...
JakutenSiz's user avatar
1 vote
0 answers
83 views

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 ...
Ângelo Galvão's user avatar
0 votes
0 answers
487 views

My project is to send data to ThingSpeak server using GSM module. I had successfully send data to server using Sim900 module. Now due to some reason I need to migrate Sim900 to A7672S GSM. Now I am ...
Siddharth's user avatar
2 votes
1 answer
125 views

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 ...
Heigre's user avatar
  • 31
0 votes
0 answers
54 views

AT Commands HTTP request to JSON source with status 200 but response that I get is incomplete (just some part of Response I received). #include <SoftwareSerial.h> #define RX_PIN 2 #define ...
Dheeraj SmartIam's user avatar
1 vote
1 answer
125 views

Im attempting to send a multi part message with at commands, single part works fine and so do special characters but when its multi part so more than 160 characters it says its sent but nothing is ...
Paul Azzopardi's user avatar

1
2 3 4 5
29