Search found 3 matches
- Sat Oct 14, 2023 8:40 am
- Forum: ESP-IDF
- Topic: ESP32-C6 and Wifi Neighbor Awareness Networking
- Replies: 6
- Views: 2390
Re: ESP32-C6 and Wifi Neighbor Awareness Networking
Okay, it seems that NAN at this point is only supported for these two chips, and the developer who made the applications didn't really handle cases where you try to compile this on unsupported chips gracefully. Support for the C6 is planned, although I don't have a timeline on that. Okay thank you ...
- Fri Oct 13, 2023 7:40 am
- Forum: ESP-IDF
- Topic: ESP32-C6 and Wifi Neighbor Awareness Networking
- Replies: 6
- Views: 2390
Re: ESP32-C6 and Wifi Neighbor Awareness Networking
Just checking: are your submodules up to date? You can make sure by running 'git submodule update --init --recursive' in the esp-idf directory. I run your command in the esp-idf-directory and it is still the latest version. I have tried with the latest stable branch (v5.1.1) and also with the maste...
- Thu Oct 12, 2023 4:15 pm
- Forum: ESP-IDF
- Topic: ESP32-C6 and Wifi Neighbor Awareness Networking
- Replies: 6
- Views: 2390
ESP32-C6 and Wifi Neighbor Awareness Networking
Hello, I am the proud owner of several ESP32-C6-DevKitC-1 boards for two weeks. I am now trying to compile the Wifi Neighbor Awareness Networking (NAN) examples. Unfortunately, I get the following error message: [931/933] Linking CXX executable nan_publisher.elf FAILED: nan_publisher.elf ... /home/e...