Skip to content

Releases: espressif/esp-thread-br

ESP-THREAD-BR Release v1.1

23 Sep 09:10
Compare
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
Compare
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
Compare
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.