1,436 questions
0
votes
2
answers
80
views
How to detect the end of an ESP-01 (ESP8266 AT command) UART response when receiving with interrupts?
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 ...
0
votes
1
answer
103
views
Facing 400 Bad Request in EC200U HTTPS POST
I am using EC200U module to make an HTTPS POST request to my Flask server hosted on Render. The SSL configuration seems fine, but I always receive HTTP/1.1 400 Bad Request from the server.
Here are ...
-1
votes
2
answers
136
views
SIM7600E + ESP32: Unable to Send HTTPS POST to Firebase, HTTP_PEER_CLOSED
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 ...
1
vote
0
answers
77
views
Raspberry Pi + EBYTE E32‑900T30S over UART — AUX=HIGH but no AT response
I’m trying to talk to an EBYTE E32-900T30S LoRa module from a Raspberry Pi 4 using the Pi’s UART and a small Python wrapper. The module’s AUX pin goes HIGH, but I get no response to AT queries (e.g. ...
1
vote
0
answers
327
views
SIM7600E AT+CNMP strange problems
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, ...
0
votes
1
answer
214
views
KT1025A Bluetooth visibility issues after AT command configuration on BT201 module
I'm unable to discover the Bluetooth signal after configuring my BT201 module (KT1025A chip) via serial commands. According to the v2.4 manual, what could be causing this behavior?
Steps to Reproduce
...
1
vote
0
answers
81
views
How to setup modem iRZ MC55iT | GPRS | Connection between PR200 and server
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 ...
2
votes
1
answer
78
views
Use AT+CMSS to forward a SMS message
I am using a Raspberry Pi 3, Python and a SIM7600X hat.
I want to be able to forward certain SMS messages on to another mobile number. These messages will have come from the mobile service provider (e....
1
vote
0
answers
81
views
Bluetooth Serial Port RFCOMM / SPP
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 ...
1
vote
0
answers
83
views
SimCom7080G - how to use the Debug port
I am trying to send some messaged with the SimCom7080G module (Firmware v.17), and it hangs some times, when I send a COAP message (10% chances of a hang, after sending the CCOAPACTION).
If I install ...
1
vote
0
answers
74
views
Huawei Modem E3531i-2 - Unable to Send USSD via AT Commands
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 ...
2
votes
1
answer
76
views
Why is my Persian SMS sending incorrect characters in PDU mode using UCS2 encoding?
I'm trying to send a Persian SMS to a recipient using a GSM modem and PDU mode with UCS2 encoding. The SMS message is in Persian text ("سلام"), and the recipient's number is 0777220XXX. ...
1
vote
1
answer
217
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 ...
0
votes
0
answers
75
views
Sending SMS using AT-Commands on VB.NET
I'm trying to send SMS messaging through VB.NET using AT-Commands. This is my code below:
Imports System.IO.Ports
Imports System.Runtime.CompilerServices
Public Class Form1
Dim SerialPort1 As New ...
1
vote
1
answer
152
views
Get current time via AT Cmds and UART
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.
...