Skip to content

Releases: espressif/esp-thread-br

ESP-THREAD-BR Release v1.3

05 Jan 02:57

Choose a tag to compare

The Espressif Thread Border Router SDK v1.3 release.

It's based on ESP-IDF v5.5.2, the corresponding OpenThread commit is 36b14d3.

This version has already obtained Thread v1.4 certification. You can find the certification details here.

Use the following commands to download the ESP-IDF and ESP-Thread-BR for this release:

git clone -b v5.5.2 --recursive https://github.com/espressif/esp-idf.git
git clone -b v1.3 https://github.com/espressif/esp-thread-br.git

The latest documentation is available at: https://docs.espressif.com/projects/esp-thread-br.

ChangeLog

This is the list of changes since release v1.2:

Added

Changed

Fixed

ESP-THREAD-BR Release v1.2

04 Jul 07:13

Choose a tag to compare

The Espressif Thread Border Router SDK v1.2 release.

It's based on ESP-IDF v5.4.2, the corresponding OpenThread commit is ec2b0d4.

Use the following commands to download the ESP-IDF and ESP-Thread-BR for this release:

git clone -b v5.4.2 --recursive https://github.com/espressif/esp-idf.git
git clone -b v1.2 https://github.com/espressif/esp-thread-br.git

The latest documentation is available at: https://docs.espressif.com/projects/esp-thread-br.

ChangeLog

This is the list of changes since release v1.1:

Added

Changed

Fixed

ESP-THREAD-BR Release v1.1

23 Sep 09:10

Choose a tag to compare

The Espressif Thread Border Router SDK v1.1 release.

It's based on ESP-IDF v5.3.1, the corresponding OpenThread commit is f32c18b.

Use the following commands to download the ESP-IDF and ESP-Thread-BR for this release:

git clone -b v5.3.1 --recursive https://github.com/espressif/esp-idf.git
git clone -b v1.1 https://github.com/espressif/esp-thread-br.git

The latest documentation is available at: https://docs.espressif.com/projects/esp-thread-br.

ChangeLog

This is the list of changes since release v1.0:

Added

Changed

Fixed

ESP-THREAD-BR Release v1.0

20 Nov 11:06

Choose a tag to compare

The Espressif Thread Border Router SDK v1.0 official release. The documentation is available at: https://docs.espressif.com/projects/esp-thread-br

It's based on ESP-IDF v5.1.2, the corresponding OpenThread commit is af5938e.

ChangeLog

This is the list of changes since release v1.0-beta:

Added

Changed

Fixed

ESP-THREAD-BR Release v1.0-beta

11 Sep 07:45

Choose a tag to compare

The Espressif Thread Border Router SDK v1.0-beta release. The documentation is available at: https://docs.espressif.com/projects/esp-thread-br

It's based on ESP-IDF v5.1.1, the corresponding OpenThread commit is 5beae14.

Supported Features

Networking Features

  • Bi-directional IPv6 Connectivity: The devices on the backbone link (typically Wi-Fi) and the Thread network can reach each other.
  • Service Discovery Delegate: The nodes on the Thread network can find the mDNS services on the backbone link.
  • Service Registration Server: The nodes on the Thread network can register services to the border router for devices on the backbone link to discover.
  • Multicast Forwarding: The devices joining the same multicast group on the backbone link and the Thread network can be reached with one single multicast.
  • NAT64: The devices can access the IPv4 Internet via the border router.

Production Features

  • RCP Update: The built border router image will contain an updatable RCP image and can automatically update the RCP on version mismatch or RCP failure.
  • Web GUI: The border router will enable a web server and provide some practical functions including Thread network discovery, network formation and status query.