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!