Search found 4 matches

by Shu
Mon Sep 23, 2024 9:23 am
Forum: Documentation
Topic: Elaboration on the meaning of IEEE 802.15.4 registers.
Replies: 1
Views: 11212

Re: Elaboration on the meaning of IEEE 802.15.4 registers.

Currently we don't have the public register level documentation. Please contact our business team and share more details about your project requirement, we may share the register level docs with you under NDA.

BTW, there is a Rust based 802.15.4 driver here: https://github.com/esp-rs/esp-hal/tree ...
by Shu
Mon Sep 23, 2024 9:16 am
Forum: Documentation
Topic: what is correct length value for esp_ieee802154_transmit?
Replies: 1
Views: 12449

Re: what is correct length value for esp_ieee802154_transmit?

It's the length of (MHR + MAC Payload + FCS).
by Shu
Wed Jul 12, 2023 2:16 am
Forum: ESP-BOX
Topic: Can I use ESP-S3-Box as a matter controller?
Replies: 2
Views: 76346

Re: Can I use ESP-S3-Box as a matter controller?

We will provide an example in esp-box repo soon: https://github.com/espressif/esp-box/tr ... r/examples. Will keep you posted once it's public.
by Shu
Fri Nov 19, 2021 6:47 am
Forum: ESP-IDF 中文讨论版
Topic: openthread组件使用源代码编译出错
Replies: 5
Views: 13330

Re: openthread组件使用源代码编译出错

OpenThread 协议栈本身始终是从源码编译的,这里 `Build esp_openthread libraries from source` 是指用 libopenthread_port.a / libopenthread_br.a 还是从内部源码编译。OPENTHREAD_SPINEL_CONFIG_RCP_RESTORATION_MAX_COUNT 是 OpenThread 协议栈的配置,所以修改后直接编译就可以了。

ESP32+RCP 会继续支持,是 ot_br 而不是 ot_cli, 参考这个链接:https://github.com/espressif/esp-idf ...

Go to advanced search