# Firmware Download

AT firmware is a software instruction system developed by MXCHIP, which runs on Wi-Fi or Wi-Fi/BT wireless modules. Through this instruction, users can quickly add wireless communication functions to embedded devices, greatly shorten the development cycle, and achieve rapid listing.

When using the AT command system, you should first burn the AT firmware into the wireless module. For different models of modules, the corresponding firmware is different and the burning method is different.

#Modify AT default configuration

Firmware after version A248 supports setting default configurations through scripts.

📎kv_tool.zip

Please unzip the compressed package above, enter the directory after decompression, enter command line mode, and run Python 3 at_ Config.py.

At present, this script can only modify the default configuration of uart. Please enter baudrate, format time, and format length in sequence.

  • If you do not want to modify them, simply enter a space to proceed to the next setting item.
  • If you need to make changes, enter the desired value and press Enter.

After inputting several projects, a kvro.bin file will be generated in this directory. Just burn this bin file to the corresponding module's kvro partition.

The addresses of the KVRO partitions for several modules are shown in the table below.

emw3080

emc3080

emc3280

emc3380

emc3290

0x14000

0xC000

0x17E000

0x17E000

0x17E000

#A268

Modification:

Fixed the issue of crashing when using passive mode to download files using AT+FILELOADQ to exit the download.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A268_emw3080.zip

📎A268_emc3080.zip

📎A268_emc3280.zip

📎A268_emc3380.zip

📎A268_emc3290.zip

#A267

Modification:

  1. Add events for SMART network success and failure, respectively:+SMARTEVENT: SUCCESS and+SMARTEVENT: FAIL.
  2. After the BLE network is completed, whether successful or unsuccessful, the BLE connection will be closed. If you want to reconfigure the network, you need to issue a new network command to start it.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A267_emw3080.zip

📎A267_emc3080.zip

📎A267_emc3280.zip

📎A267_emc3380.zip

📎A267_emc3290.zip

#A266

Modification:

  1. Fix the issue of stack overflow when starting SoftAP through AT+WSAP.
  2. Fix the issue where starting MQTT with the start command after MQTT is disconnected may not be successful
  3. Fix the issue where MQTT may not immediately disconnect after being kicked by the server.
  4. Modify the broadcast packet content of BLE distribution network, remove the local name field of the broadcast packet, and have the scan response notify you of your name, which will be configured with the device name. The default ble device name is changed from MXCHIP to MX.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A266_emw3080.zip

📎A266_emc3080.zip

📎A266_emc3280.zip

📎A266_emc3380.zip

📎A266_emc3290.zip

#A265

Modification:

  1. Add the stack space of MQTT to avoid the possibility of stack overflow causing MQTT to be unable to connect.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A265_emw3080.zip

📎A265_emc3080.zip

📎A265_emc3280.zip

📎A265_emc3380.zip

📎A265_emc3290.zip

#A264

Modification:

  1. Optimize system memory: Reduce stack space for MX1300 system tasks, reduce stack space for AT tasks, optimize memory for load certificates, and reduce stack space for BLE.
  2. Release firmware closes CLI to save more memory.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A264_emw3080.zip

📎A264_emc3080.zip

📎A264_emc3280.zip

📎A264_emc3380.zip

📎A264_emc3290.zip

#A263

Modification:

  1. Optimize system memory to ensure that BLE and MQTT can work simultaneously.
  2. Modify MQTTCAVERSIFY=? The content of the reply should be ON or OFF after the colon, with the first representing CA verify and the second representing client CA verify. ON means to verify, and OFF means not to verify.

AT+MQTTCAVERIFY=?

+MQTTCAVERIFY: ON, OFF

emw3080

emc3080

emc3280

emc3380

emc3290

📎A263_emw3080.zip

📎A263_emc3080.zip

📎A263_emc3280.zip

📎A263_emc3380.zip

📎A263_emc3290.zip

#A262

Modification:

  1. If the MQTT server is using an IP address, SNI is not used during TLS connections to avoid the problem of MQTT connection failure caused by checking SNI.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A262_emw3080.zip

📎A262_emc3080.zip

📎A262_emc3280.zip

📎A262_emc3380.zip

📎A262_emc3290.zip

#A261

Modification:

  1. Fix the issue of hardfault during AT+FILELOADR execution before FILEDLOAD.
  2. Fix the issue that If MQTT parameters are not saved, there may be some issues with incorrect states
  3. Add instruction AT+URLOTA=<URL of ota bin>to perform OTA on the module.
  4. Fix the issue that while fast WiFi on/off and socket on/off at the same time, crashes may be caused.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A261_emw3080.zip

📎A261_emc3080.zip

📎A261_emc3280.zip

📎A261_emc3380.zip

📎A261_emc3290.zip

#A260

Modification:

  1. Add udp_ multicast function. The usage method is similar to broadcast, except that the type of CIPSTART is udp_ multicast, and the remote domain needs to be set to the IPv4 multicast IP address,such as: AT+CIPSTART=1, udp_ Multicast, 224.0.0.2511511815118.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A260_emw3080.zip

📎A260_emc3080.zip

📎A260_emc3280.zip

📎A260_emc3380.zip

📎A260_emc3290.zip

#A259

Modification:

  1. Correct the problem that unable to send IPv6 multicast address during udp_broadcast.
  2. Simultaneously output the release version of the firmware, and the compressed file containing the release file name is the release version, with the logs removed.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A259_emw3080.zip

📎A259_emc3080.zip

📎A259_emc3280.zip

📎A259_emc3380.zip

📎A259_emc3290.zip

#A258

Modification:

  1. Fix the issue where the module may restart when the MQTT connection is disconnected by the server.
  2. Add that BLE network distribution mode can set partial content of broadcast packets.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A258_emw3080.zip

📎A258_emc3080.zip

📎A258_emc3280.zip

📎A258_emc3380.zip

📎A258_emc3290.zip

#A256

  1. MQTT supports wildcards.
  2. Fix the bug where NTP does not work in emc3080 module.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A256_emw3080.zip

📎A256_emc3080.zip

📎A256_emc3280.zip

📎A256_emc3380.zip

📎A256_emc3290.zip

#A255

The AT+WJAPIP instruction can obtain IPv4 and IPv6 addresses.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A255_emw3080.zip

📎A255_emc3080.zip

📎A255_emc3280.zip

📎A255_emc3380.zip

📎A255_emc3290.zip

#A254

  1. Fix the issue of TCP Server not supporting IPv6.
  2. The maximum waiting time for AT+WSCAN has been increased to 10 seconds.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A254_emw3080.zip

📎A254_emc3080.zip

📎A254_emc3280.zip

📎A254_emc3380.zip

📎A254_emc3290.zip

#A252

Fix the problem that WiFi cannot be connected after BLE distribution network.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A252_emw3080.zip

📎A252_emc3080.zip

📎A252_emc3280.zip

📎A252_emc3380.zip

📎A252_emc3290.zip

#A251

The Combo module supports Master mode.

For the usage of Master, please refer to the example of BLE usage

emw3080

emc3080

emc3280

emc3380

emc3290

📎A251_emw3080.zip

📎A251_emc3080.zip

📎A251_emc3280.zip

📎A251_emc3380.zip

📎A251_emc3290.zip

#A250

AT+IPSTART command, for udp_ Broadcast type, with the default destination address using the remote domain parameter.

Tips: If remote domain is an illegal IP address, use IPv4's 255.255.255.255 as the default destination address.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A250_emw3080.zip

📎A250_emc3080.zip

📎A250_emc3280.zip

📎A250_emc3380.zip

📎A250_emc3290.zip

#A249

Supports TCPIP configuration for IPv6 connections.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A249_emw3080.zip

📎A249_emc3080.zip

📎A249_emc3280.zip

📎A249_emc3380.zip

📎A249_emc3290.zip

#A248

Support modifying the default configuration of AT through scripts, and currently implement configuration modification of uart through scripts.

#A247

Fix the problem where MQTT connections with certificates are configured and reconnection is prone to failure due to disconnection

emw3080

emc3080

emc3280

emc3380

emc3290

📎A247_emw3080.zip

📎A247_emc3080.zip

📎A247_emc3280.zip

📎A247_emc3380.zip

📎A247_emc3290.zip

#A246

  • Update MXOS
  • Fix the problem where Softap in MX1300 failed to send UDP broadcasts.

emw3080

📎A246_emc3080.zip

#A245

Update log:Fix the problem that mx1310 will fail to send udp broadcast data in Softap mode.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A245_emw3080.zip

📎A245_emc3080.zip

📎A245_emc3280.zip

📎A245_emc3380.zip

📎A245_emc3290.zip

#A244

Update log:

  • Fix the problem that the last part of the file cannot be downloaded in passive mode when downloading files via HTTP.
  • Optimize the success rate of WiFi station mode networking.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A244_emw3080.zip

📎A244_emc3080.zip

📎A245_emc3280.zip

📎A245_emc3380.zip

📎A245_emc3290.zip

#A240

Update logFix the problem that SSL certificates may cause load errors.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A240_emw3080.zip

📎A240_emc3080.zip

📎A240_emc3280.zip

📎A240_emc3380.zip

📎A240_emc3290.zip

#A239

Update log:Fix the problem that returned by the AT+SSLCERTGET command.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A239_emw3080.zip

📎A239_emc3080.zip

📎A239_emc3280.zip

📎A239_emc3380.zip

📎A239_emc3290.zip

#A238

Update Log: Optimize the response speed of TCP clients calling CIPSTOP when reconnecting.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A238_emw3080.zip

📎A238_emc3080.zip

📎A238_emc3280.zip

📎A238_emc3380.zip

📎A238_emc3290.zip

#A237

Update Log:

1.Fix the problem that the MQTT command, which may cause the system to crash.

2.Solve the problem that MQTT continuously uses the CPU for invalid retries when wifi is unavailable.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A237_emw3080.zip

📎A237_emc3080.zip

📎A237_emc3280.zip

📎A237_emc3380.zip

📎A237_emc3290.zip

#A236

Update Log: Fix the problem that the IP address of softap/station is not saved.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A236_emw3080.zip

📎A236_emc3080.zip

📎A236_emc3280.zip

📎A236_emc3380.zip

📎A236_emc3290.zip

#A235

Update Log:

Add 2 AT commands: 1)AT+WJAPIPAUTO; 2)AT+WJAPRSI.

The description is as follows:

#AT+WJAPIPAUTO

Parameter: ON/OFF.

Function: Configured to link the router with a static IP address.

Description: If the station is configured to link the router with a static IP address, the AT firmware will automatically use the last three bytes of the MAC address as the last three bits of the IP address. The first bit is the configured static IP address.

#AT+WJAPRSI

Parameter: number.

Function: Set reconnection times.

Description: When the station link is broken, the previously linked AP will be retried for number of times before a wifi scan is performed to obtain a new AP, which can be appropriately reduced by three seconds.

emw3080

emc3080

emc3280

emc3380

emc3290

📎A235_emw3080.zip (opens new window)

📎A235_emc3080.zip (opens new window)

📎A235_emc3280.zip (opens new window)

📎A235_emc3380.zip (opens new window)

📎A235_emc3290.zip (opens new window)

#A233_ComboA229

Update Log: Solve the problem that frequent TCP server switching may fail

emw3080

emc3080

emc3280

emc3380

emc3290

📎A233_emw3080.zip (opens new window)

📎comboA229_emc3080.zip (opens new window)

📎comboA229_emc3280.zip (opens new window)

📎comboA229_emc3380.zip (opens new window)

📎comboA229_emc3290.zip (opens new window)

#A232_ComboA228

Update Log: Solve the problem that MQTT short lines do not reconnect after 20 seconds.

emw3080

emc3080

emc3280

emc3380

📎A232_emw3080.zip (opens new window)

📎comboA228_emc3080.zip (opens new window)

📎comboA228_emc3280.zip (opens new window)

📎comboA228_emc3380.zip (opens new window)

#A231_ComboA227

Update Log:

Optimize the stability under the coexistence mode of Station+SoftAP , and the SoftAP can be switched on and off repeatedly.

emw3080

emc3080

emc3280

emc3380

📎A231_emw3080.zip (opens new window)

comboA227_emc3080.zip

📎comboA227_emc3280.zip (opens new window)

📎comboA227_emc3380.zip (opens new window)

#A230_ComboA226

Update Log:

1. When the udp broadcast type sends data, the destination IP address is always the broadcast IP address.

2. Add AT instructions related to http download.

emw3080

emc3080

emc3280

emc3380

📎A230_emw3080_mxos.zip (opens new window)

📎combo_A226_emc3080.zip (opens new window)

📎combo_A226_emc3280.zip (opens new window)

📎combo_A226_emc3380.zip (opens new window)

#A229_ComboA224

Update Log:

1. Fix the bug that the program crash when inputting unrecognized instructions

2. Fix that the AT+WJAPQ instruction does not generate a station_ down event

emw3080

emc3080

emc3280

emc3380

📎A229_EMW3080_mxos.zip (opens new window)

📎combo_A224_emc3080.zip (opens new window)

📎combo_A224_emc3280.zip (opens new window)

📎combo_A224_emc3380.zip (opens new window)


History AT Firmware Download:

Model

Version

Download

Series Rate

(bps)

EMW3070/3072/3076

v2.2.1

mx1270_0000.0000.A221.zip (opens new window)

115200

EMW3060

v2.1.3

MOC108_0000.0000.A213.zip (opens new window)

115200

EMW3080

v2.1.4

MX1290_0000.0000.A214.zip (opens new window)

115200

EMW3166

v2.1.2

EMW3166_0000.0000.A212.zip (opens new window)

115200

EMW3239

v2.1.2

EMW3239_0000.0000.A212.zip (opens new window)

115200

EMW3165

v2.1.2

EMW3165_0000.0000.A212.zip (opens new window)

115200

EMW3031

v2.1.2

EMW3031_0000.0000.A212.zip (opens new window)

115200

Tips:

  • For firmware burning methods, please refer to the txt documentation in the download package.
  • AT instructions communicate with the MCU through the user serial port.
Last Updated: 2/26/2024, 3:13:19 PM