Questions tagged [quectel]

Quectel is a manufacturer for 2G/3G/4G cellular modules, often used in M2M and IoT applications.

Quectel is a manufacturer for 2G/3G/4G cellular modules, often used in M2M and IoT applications.

67 questions
0
votes
1 answer

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 documentation: AT commands user guide manual…
0
votes
1 answer

Quectel M66 unable to input the data for HTTP POST

Quectell M66 doesn't let me input the data which I need to send to a LAMP Web Server through HTTP POST method. After entering the AT+QHTTPPOST=10,50 command Quectell outputs: CNNECT and it doesn't let me input the data at all and after sometime…
jyoti
  • 21
  • 1
  • 9
0
votes
0 answers

Why is Quectel BG96 stuck at trying to register the CS service?

I'm trying to get a BG96 up on to the Verizon network to do some MQTT communication. The Quectel docs say to follow the TCP/IP AT command state machine before doing the MQTT commands. Makes sense to me. I have an activated SIM card with an M2M data…
CivFan
  • 13,560
  • 9
  • 41
  • 58
-1
votes
0 answers

QUECTEL EC21 http get response is different on each query

I'm trying to run get query on arduino. here are my code. #include // https://github.com/alextaujenis/RBD_Timer RBD::Timer timer(500); int cnt = -1; const String webURL =…
bladekel
  • 13
  • 3
-1
votes
1 answer

How can you capture logs from a Quectel eg91 module?

I need to capture logs from a Quectel series EG91 module to send the activity to Quectel for further analysis. In the past, I sent an AT command to enable logging and used WinSCP to extract the logs. However, I cannot find the anything that says the…
-1
votes
1 answer

Quectel EC25 Sending SMS and getting +CMS ERROR 305

This code sends some of SMS messages. But it gives error for some of the messages. It may about some wrong character that GSM module does not recognize like `(. Is there any one can help to fix the code. I am checking if GSM device is attached to…
FSA
  • 67
  • 9
-2
votes
1 answer

Can anyone suggest me how to write my own header-file of AT commands for BLE in Quectel MC60 module, just for a reference?

I am new with Embedded firmware development and first time working with MC60. I have to write my own header files and libraries for all the features I'll be using in MC60, be it UART, BLE, GSM, GPS, etc. I want to know how can I write a header file…
1 2 3 4
5