MQTT and firmware m95

I am writing because I would need support for updating the firmware that is currently installed on my Quectel M95 modem. The current firmware is M95FAR02A06, is it possible to have support to update it with a compatible firmware to send MQTT packets? So able to support AT+QMT commands… thanks for the support!

I have sent you the latest version of M95FA via email and check please.

Dear Mikey, can you help me to put my M95 in bootloader mode? For necessity i need to managed the PWRKEY pin with a code developed in MIKROC by Mikroeletronika, so i use a PIC18F14K22 to send via Uart the signal for the PWRKEY pin. The code that i developed is here
void Pwrkey(void) {

LATB6_bit = 0x00;    
Delay_ms(600);  
LATB6_bit = 0xFF;    
Delay_ms(5000);      
} 

I hope this indication about the problem can solve my question. Thank you for your help!

Hi @Pietro_Baldi
You cannot control the PWRKEY pin of M95 with code. When the module is turned on, it first enters starup, then jumps to bootloader, and finally to core and it can’t be controled.

(post deleted by author)

M95FAR02A09.zip (7.5 MB)

Hello,

I am writing to request support for updating the firmware on my Quectel M95 module.
The current firmware version installed is M95RMAR01A22.

I would like to upgrade to a compatible firmware version that supports MQTT, specifically one that enables the AT+QMT* command set.

Could you please provide the appropriate firmware package and any relevant update tools or documentation?

Thank you very much for your support.

Best regards,