Questions tagged [at-commands]
AT commands are used to control MODEMs, such as GSM/GPRS/bluetooth modules.
96 questions
0
votes
0
answers
60
views
Custom PCB Sim7070G not ready until I start sending AT commands
I created a custom PCB that uses a sim7070g and atmega328-au. When the sim7070g is powered and pwrkey is pulled low the module turns on and the status and netlights start blinking like normal. The ...
0
votes
1
answer
365
views
HC-05 Bluetooth Module Connects but Doesn’t Work After AT Command Change
I successfully entered AT mode on my HC-05 Bluetooth module (version: hc05V2.3_le) using an Arduino Uno and changed the module name using AT+NAME. However, after that:
The module appears in the phone'...
0
votes
1
answer
103
views
Why does a PB-02 ignore a "AT+NAME=abc123"?
When I connect to a PB-02 via UART(8data bits, no parity, 1 stop bit) it does not execute all AT commands.
These work fine:
AT\r\n results in ...
1
vote
0
answers
41
views
RF verification for SIMCOM7070 modem
We have a custom board featuring a SIM7070 modem with two SMA connectors for GSM and GPS.
After fabrication, the boards are passed through some basic tests to check if the device can operate as ...
1
vote
0
answers
36
views
Using HM-10 module vs CC2540/1
Currently I'm trying to buy a BLE module, and the HM-10 module seems to be a module built around the CC2540 or CC2541 chips.
The HM-10 module is a module that works whit UART and AT-commands, I want ...
0
votes
1
answer
861
views
How to connect two ESP32 via built-in Bluetooth?
I want to connect two ESP32 dev boards via their built-in Bluetooth to share data between them. (e.g. a remote control car and a controller)
I used to connect two HC-05 Bluetooth modules with the help ...
0
votes
1
answer
70
views
AT COMMAND's GC433-TC016 No Response
My question consurns AT Commands using a Serial Port Wireless Device. ( SILICONRA - microchip ) GC433-TC016. I can transmit and receive Serial Port transmissions to Remote units. ( GC433-TC016)
I ...
1
vote
2
answers
3k
views
Why can't ESP32 read all of serial incoming data?
I am trying to change configration settings of E70 LoRa module. It works with AT commands. Everything is working normally, but I can't read all incoming data; after the "09:25:01.008 -> TFOCFG ...
2
votes
0
answers
94
views
SIM900A: Network depersonalization required
I have made experience with sim 800l, it works like a charm. Now I got a new SIM900A module, interferencing it with (RP over python), AT command returns ok, and other basic AT commands, so not the ...
0
votes
1
answer
108
views
SIM808 emits random numbers
I am programing a Maduino M0 board with a SIM808 GSM/GPRS/GPS module on it using the Arduino IDE. Periodically, after reprogramming the board a few times, the SIM808 no longer responds to any serial ...
1
vote
1
answer
159
views
Problem with GPS old location [closed]
I wrote a GPS driver which sends and reads AT commands. I send the AT+CGPS=1,1 command to get the GPS location and if there is no answer I send ...
-1
votes
1
answer
401
views
AT+ROLE = 1 is not working in hc-06
I'm try to study master - slave by using aduino with hc-06.
I checked AT command is working ( ex) AT -> "ok" , AT+NAME ... )
I tried to use command AT+ROLE = 1 but it is not working. (...
0
votes
0
answers
816
views
AT+CNBP command for SIM8202G-M2 cellular module
I've been trying to setup this module on CM4 rasberry device. So far I managed to get it setup to boot with the system, the main issue here it only finds LTE network.
I used AT commands in order to ...
2
votes
0
answers
95
views
ESP-WROOM-02 is not responding to AT commands as expected
I using the ESP-WROOM-02 (esp8266 core) as WIFI module and the Arduino nano IOT 33 (samd21g18) as main processing unit. I flashed the ESP-WROOM-02 via the ESP flash download tool with the AT Firmware ...
0
votes
0
answers
979
views
SIM800L sends back the same AT command String that was sent to it from ESP32
My objective is to send the command AT to the SIM800L board and receive an OK. The problem is the data being received through the serial is exactly the same that was sent to the SIM800L module: the ...
0
votes
0
answers
248
views
How to send message in websocket connected to my server from Quectel EC20 through AT Commands?
I made a Websocket connection from Quectel EC20 after opening TCP connection by giving IP and PORT and after that I sent GET req where header upgrade to websocket through AT Commands but I am not able ...
0
votes
1
answer
275
views
Are there regional constraints with the SIMCom modules? (Eg. SIM7605CE/SIM7600CE)
I recently received a SIMCom Module (Model no. SIM7605CE), shown below.
The item can be (purchased online as well). The device, much like the ones used with Arduinos (like the SIM800L), is supposed ...
1
vote
2
answers
7k
views
CANBUS Masking and Filtering
I am using a module to convert CAN to UART. This module has 2 programmable masks and 6 programmable filters.
There are 13 message IDs that come in over the CAN bus and I only want 9 of them. The IDs ...
1
vote
0
answers
427
views
SIM 7600ei AT command error while sending GET request
I am using the SIM7600ei module with a 4g LTE Sim. I am successfully able to get the IP address.
...
1
vote
0
answers
509
views
AT commands no answers ! SIM808 and Arduino
I will try to explain my problem...
I'm using a SIM808 GSM-GPS click module and a ARDUINO nano 33 IoT board,
I'm sending the command "AT\r" thanks to the TX port from the ARDUINO board to ...
0
votes
1
answer
279
views
Why does the Atmega328 USART get trapped in a loop?
I have an Atmega328 micrprocessor.
I connected its RX/TX pins to an SIM808 module and uploaded this code to the processor to communicate with it and send commands:
...
0
votes
1
answer
2k
views
SIM800l keeps disconnecting after I send at+sapbr =1,1
I have confirmed my SIM card has data and can connect to the internet on my smartphone. The SIM800l also is fed with enough power and the LED does blink every three seconds.
I set up my SIM800l module ...
0
votes
1
answer
416
views
GSM SIM800C not responding
I'm using
Arduino IDE software
Arduino Uno board
GSM SIM800C
BSNL 4g SIM card
Interfacing
RX (of GSM) to PIN 2 (of Arduino)
TX (of GSM) to PIN 3 (of Arduino)
GND to GND
Power supply
For Arduino - ...
0
votes
1
answer
179
views
ESP8266 / ESP-01 - Customize the NonOS "at" firmware of SDK?
I am using an ESP-01 this way: MCU <-> UART <-> ESP-01, using AT firmware/NonOS on ESP-01.
I have my own encryption functions, and I would like to implement them both on MCU and ESP-01 sides at ...
0
votes
0
answers
59
views
What does "Power Off OOL" AT command mean for a Bluetooth module?
I am reading the datasheet for the OVC3860 Bluetooth module and one of the AT commands is 4.50 Power Off OOL #VX. The description from page 21 of the datasheet is below.
[]
What does OOL mean in ...
1
vote
3
answers
741
views
Bluetooth HC-05 AT Commands
I'm attempting to put an HC-05 module into command mode in order to change the PIN and default baud rate etc. According to the datasheet, PIO11 needs to be high to do this, so I connect it to 3.3v, ...
0
votes
1
answer
2k
views
What is single and multi connection mode( AT+CIPMUX=0 or 1) in esp8266 AT commands
I was studying the AT commands to program atmega328p for the communication with esp8266. Now I am confused with the command AT+CIPMUX=0 or 1 , it explains that 1 for multiple connection, 0 for single ...
0
votes
0
answers
507
views
How does GSM Module store incoming SMS in its "SM" or "ME" memory?
I am using AI Thinker A7 GSM/GPRS/GPS Module demo v7.1.(The Rx, TX, GND pins of this module are connected to tx, rx, gnd pins of the prolific Rs232-TTL converter and a virtual com port is open in ...
3
votes
1
answer
566
views
What are AT commands ? When to use them?
I read some articles about the AT commands but I am still unable to understand something. As the article says "AT commands are instructions used to control a modem."
I used a while ago an Bluetooth ...
1
vote
1
answer
166
views
SIMCom SIM808 SD card problem
I am working with SIMCom's SIM808 2G+GPS modem and trying to connect it to an SD card. I am following SIMCom hardware design docs, to save some data in SD memory.
The problem is: when I send ...
0
votes
1
answer
3k
views
UART - Writing and reading AT commands
I am working with a B-L072Z-LRWAN1 board and a 8pya00-simcom-evb v1.02 board with SIM7000E. This SIM module operates through AT commands and I need to send these commands through an UART connected ...
0
votes
1
answer
343
views
How can I read/write bytes to SD card slot of MC60A?
I am working on a clickBoard with MC60 A GSM module from MikroEletronika company.
This clickBoard has two slots: (1) one for SIM card and another (2) for micro SD cards. I have read all the available ...
5
votes
1
answer
3k
views
SIM808 registration denied for new SIMs
I have a SIMCom SIM808 2G GSM module on a custom PCB based upon the Adafruit FONA. I got a bunch of 2G SIM cards from Aeris.net. The problem is when I first put the SIM cards in my device, I get "...
1
vote
1
answer
208
views
how to send inter-operator sms via GSM/LTE module
I am using a GSM/LTE module (EC21 Quectel) to send and recieve sms with HyperTerminal application on computer by at-commands. I can send sms to devices with the same operator (intra-operator), but ...
0
votes
2
answers
338
views
Force cellular modem to transmit at maximum power [duplicate]
I want to force my cellular modem to transmit at maximum power so that I can see if that is the cause of microSD card crashes that I have been experiencing in an embedded application.
My modem is a ...
0
votes
2
answers
476
views
SIM808 always returns the same temperature
I have a SIMCom SIM808 module built up on my own breakout board. Whenever I query the temperature I get back the exact same temperature, 24.11 (deg C) despite the actual temperature in the room ...
0
votes
0
answers
1k
views
Enabling SD card access on SIM808
I am currently working with SIMCom's SIM808 2G+GPS modem. In my setup, an MCU communicates with the modem over UART to save some data in the SIM808's filesystem. As the modem's built-in memory is < ...
0
votes
0
answers
709
views
Problem in connecting to a server waiting for a TCP request using ESP8266
I'm using ESP8266 for connecting to a appspot-preview.l.google.com server which listens for TCP request and answers back a number (it's for training purposes).
...
0
votes
1
answer
1k
views
How to connect (pair) two CC41-A module
I bought two CC41-A BT modules. First I want to buy HM10 modules. I wonder if I can connect this two CC41-A to send and read data wirelessly. I look in datasheet but I cant find suitable AT command (I ...
0
votes
2
answers
3k
views
SIM800L - No response while sending AT commands
I'm new to this arduino world. I'm trying to communicate with my arduino nano and SIM800L. I read few things in the internet and found a basic code. I tried copying it and tried to work it out, but I'...
3
votes
1
answer
15k
views
SIM800L not responding to AT commands
I am on a very exciting project, by the SIM800L module is resisting hard !
The hardware :
clone arduino nano (dx.com)
SIM800L module + antenna (dx.com)
Lipo battery 3.7V 150mAh (letmeknow.com)
The ...
0
votes
1
answer
786
views
Issue of data posting in GSM over the GPRS from when use Different service provider
I'm using Telit's HE910 GSM Modem To Post The data on web-server.
so i'm using different company service provider SIM Card to test the data posting from different service provider.
In this case when i'...
1
vote
2
answers
4k
views
Testing a connection to a TCP socket through SIM5320A cellular module
I'm using a SIMCOM 5320A module like this one to try to establish a TCP connection.
I'm going through SIMCOM's application note on TCP/IP as a reference.
The AT commands I'm using may very well be ...
0
votes
1
answer
222
views
SIM900 SMS timestamps are not accurate enough
I'm experimenting a bit with a SIM900 module and a Raspberry Pi. I can communicate with it and receive/send SMS messages. However, there's a problem when a message that exceeds the 160 character limit ...
0
votes
1
answer
5k
views
How do I send data over TCP from a SIM5320A?
NOTE: I have been using this as a reference.
After recently purchasing a SIM5320A breakout board (the board) I have been trying to connect it to a TCP server. After having to connect the board to an ...
1
vote
1
answer
3k
views
AT-Commands: Send E-mail with attachment
I purchased a telit GSM Click (GL865) to use in my project. The architecture is composed of PIC based board with two MikroBUS connectors, I used one for the Telit GSM click, and the second one for the ...
1
vote
0
answers
467
views
Error sending SMS to SIM900 in PIC
I am trying to interface SIM900 with PIC18F2520. I need to send SMS to a particular cell number. According to AT commands, ...
0
votes
1
answer
2k
views
Uncertainity with CIPSEND command to updating the data field on thingspeak using esp8266
I am having a bit of uncertainty here updating data on thingspeak using their generated API or may be because of the "AT+CIPSEND" command. Below are steps I followed for the 1st trial:
...
0
votes
2
answers
754
views
Fetching network time from simcon 800c gsm module [closed]
Is there any way to fetch the current time from the 800c GSM module. I tried the following commands:
AT+CENG=2
AT+CLTS=1
AT+CCLK?
Output:
...
-1
votes
1
answer
891
views
Cell broad cast messages command not working in SIM 800C
I am using SIMCom 800C module to get the location through cell broadcast messages. When I am executing command AT+CSCB=0,\"50\",\"0-9" , I get the response '...