Search found 2 matches

by daniel2008_12
Mon Jan 23, 2023 5:44 am
Forum: General Discussion
Topic: esp_wifi_80211_tx failed with ESP_ERR_WIFI_IF(0x3004)
Replies: 0
Views: 597

esp_wifi_80211_tx failed with ESP_ERR_WIFI_IF(0x3004)

I have tested code below:

a) application + esp-idf-v4.3-beta1 ==》OK
b) application + esp-idf-v4.3 ==》 FAIL, esp_wifi_80211_tx failed with ESP_ERR_WIFI_IF(0x3004)

What's the difference between esp-idf-v4.3-beta1 and esp-idf-v4.3 on esp_wifi_80211_tx ?
by daniel2008_12
Wed Dec 14, 2022 1:02 am
Forum: General Discussion
Topic: How to set vendor id and productId in bt_spp_acceptor example
Replies: 0
Views: 857

How to set vendor id and productId in bt_spp_acceptor example

I'm currently using bt_spp_acceptor example for bridging ttl messages. BUT I don't know where to change the vendor id and productId.

Can anyone help?