Search found 4 matches
- Fri Apr 14, 2023 10:10 am
- Forum: Hardware
- Topic: Does ESP32-C6 support external SPIRAM?
- Replies: 1
- Views: 1127
Does ESP32-C6 support external SPIRAM?
Has anyone faced the task of connecting an external SPIRAM to the ESP32-C6? I rummaged through all the documentation - external SPIRAM is not mentioned in it at all (although ESP32 was mentioned), while it seems like this chip has SPI on board, to which you can connect a flash drive and SPIRAM. Poin...
- Tue Dec 11, 2018 5:25 am
- Forum: ESP-IDF
- Topic: ESP32 Wi-Fi in AP mode and BLE scanning
- Replies: 2
- Views: 7039
Re: ESP32 Wi-Fi in AP mode and BLE scanning
Hi, thecashit, As far as now, ESP32 don't support WiFi Softap mode and BLE/BR/EDR coexistence. I have mentioned in "https://esp32.com/viewtopic.php?f=13&t=6707&start=30", please take a look, thanks. We plan to support softap and bluetooth coexistence recently, but the final support result depend on...
- Mon Dec 10, 2018 12:15 pm
- Forum: ESP-IDF
- Topic: ESP32 Wi-Fi in AP mode and BLE scanning
- Replies: 2
- Views: 7039
ESP32 Wi-Fi in AP mode and BLE scanning
Hello. I am developing an application in which BLE and Wi-Fi should be used at the same time. When the device starts, if it does not detect access points for connection, it enters the configuration mode. In this mode, ESP32 creates a Wi-Fi access point and starts a BLE scan to search for nearby devi...
- Sun Aug 27, 2017 5:55 am
- Forum: ESP-IDF
- Topic: Can't set max Wi-Fi Power strength
- Replies: 0
- Views: 3359
Can't set max Wi-Fi Power strength
Hello! I need to reduce wifi signal strength to meet project requirements. According to documentation - i tried to set it in sdkconfig to 6 dbm. To check if it works i tried to measure it by Android phone in 5 metres distance. But there no differences in 2 versions of firmware (6dbm and 20dbm). Abso...