Thread

[中文]


Does ESP32-H2, as an OpenThread RCP device, support building a Thread border router based on a Linux host?

OTBR_AGENT_OPTS="-I wpan0 -B wlan0 spinel+hdlc+uart:///dev/ttyUSB2?uart-baudrate=460800"

Does the ESP chip equipped with an IEEE 802.15.4 module and supporting Thread allow interaction in the form of AT-like commands?

Yes. OpenThread has released a public open-source command line interface, which can be used for networking and parameter configuration. To try a specific demo, please refer to the ot_cli example.