Dongle-M firmware Release Notes

ESP32-D0WDR2-V3 firmwares

v1.0.6 beta

  1. Ping RTT (Round Trip Time) over Wi-Fi is reduced from 100ms to about 10ms.
  2. UART over TCP data forwarding efficiency has been significantly improved.
  3. Several bug fixes.

donglem_esp32_beta_1.0.6_115200.bin (2.2 MB)

v1.0.7 beta

  1. Bug fix: Static IP doesn’t funtion properly when DHCP server is unavailable.
  2. Bug fix: Changing the AP password doesn’t take effect when the AP is disabled.

donglem_esp32_beta_1.0.7_115200.bin (2.2 MB)

Note: to manually update the firmware of ESP32-D0WDR2-V3, please go to Dongle-M Web UI -> firmware -> ESP32-D0WDR2-V3 -> Upload & Flash Firmware.

v1.0.8 beta

  1. UART over TCP connection stability has been significantly improved.
  2. Bug fix: Static IP automatically changes to Smart IP after reboot when Static IP is not within the IP range of the DHCP service.

donglem_esp32_beta_1.0.8_115200_ota.bin (1.9 MB)


EFR32MG24 firmwares

Zigbee Coordinator v8.2.2 beta

zigbee_ncp_uart_hw_donglem_v8.2.2.0.gbl (230.1 KB)

Note: to manually update the firmware of EFR32MG24, please go to Dongle-M Web UI -> firmware -> EFR32MG24 -> Upload & Flash Firmware.

1 Like

Hi @MichaelLearnsToCode , just wanted to ask, is my firmware on the latest stable versions ? I noticed i do get randomly new ip assigned without doing anything.

Hi, your Dongle-M is running v1.0.7 stable firmware, the latest beta is v1.0.8. You can update Dongle-M to v1.0.8 beta.

IP 169.254.232.8 is a Link-local address which is automatically assigned to host (Dongle-M) when host’s DHCP requests fails. But host will retry, so you can see a normal LAN IP 192.168.1.123 is assigned later.

We will look into it to see if there is anything wrong with the firmware.

1 Like

Thank you for the explanation, this makes sense ! I will continue monitoring it and let you know.