Search found 3 matches

by KMTsvetanov
Wed Nov 27, 2024 1:23 pm
Forum: ESP-IDF
Topic: the most basic pn532 for end of 2024
Replies: 0
Views: 716

the most basic pn532 for end of 2024

I tried 10+ libraries.

Can you point me to a working one that can be used with ESP-IDF Extention for Visual Studio Code

Looking for a way to make my PN532

https://ae-pic-a1.aliexpress-media.com/kf/S18ef2dccfa124fc094131d5f848d691cf/PN532-NFC-RFID-Module-13-56MHz-V3-User-Kits-RFID-Wireless ...
by KMTsvetanov
Tue Nov 26, 2024 1:57 pm
Forum: ESP-IDF
Topic: End of 2024 Zigbee End device
Replies: 0
Views: 661

End of 2024 Zigbee End device

I'm testing with esp32-h2
And i just have this code:



#define ESP_ZB_ZED_CONFIG()
{
.esp_zb_role = ESP_ZB_DEVICE_TYPE_ED,
.install_code_policy = INSTALLCODE_POLICY_ENABLE,
.nwk_cfg.zed_cfg = {
.ed_timeout = ED_AGING_TIMEOUT,
.keep_alive = ED_KEEP_ALIVE,
},
}

esp_zb_cfg_t zb_nwk ...
by KMTsvetanov
Tue Nov 26, 2024 1:53 pm
Forum: ESP32 Arduino
Topic: Need help structuring custom device, getting Load Access Fault Error
Replies: 2
Views: 4887

Re: Need help structuring custom device, getting Load Access Fault Error

Did you fix it?
I'm testing with esp32-h2
And i just have this code:



#define ESP_ZB_ZED_CONFIG()
{
.esp_zb_role = ESP_ZB_DEVICE_TYPE_ED,
.install_code_policy = INSTALLCODE_POLICY_ENABLE,
.nwk_cfg.zed_cfg = {
.ed_timeout = ED_AGING_TIMEOUT,
.keep_alive = ED_KEEP_ALIVE,
},
}

esp ...

Go to advanced search