Search found 3 matches
- Tue Dec 05, 2023 11:51 am
- Forum: General Discussion
- Topic: Some Routers Advertising 5ghz on 2.4Ghz Channels
- Replies: 0
- Views: 4802
Some Routers Advertising 5ghz on 2.4Ghz Channels
Hello everyone, we have deployed a large number of esp32s with idf version 4.3 in France and we are facing a lot of problems related with users having routers with the same ssid set for their 5 and 2.4Gjz networks. After some debugging with wireshark I have noticed that some routers around me advert...
- Wed Jul 12, 2023 9:36 am
- Forum: ESP-IDF
- Topic: Espressif Thread Border Router - missing WEB GUI option
- Replies: 2
- Views: 1572
Re: Espressif Thread Border Router - missing WEB GUI option
Had the issue as you, you have to modify the sdkconfig enabling the Joiner and Comissioner options under the Component Config - OpenThread menu. Hope this fixes your issue!!!
- Thu Jan 13, 2022 1:40 pm
- Forum: General Discussion
- Topic: [Solved]UART rx ISR not working
- Replies: 16
- Views: 33492
Re: [Solved]UART rx ISR not working
I solved by placing uart_isr_free(UART_PORT) before registering the new isr