Search found 9 matches
- Tue Nov 02, 2021 5:05 am
- Forum: General Discussion
- Topic: Main differences between ESP32-S3 Rev. 0 and Rev. 1?
- Replies: 2
- Views: 3336
Re: Main differences between ESP32-S3 Rev. 0 and Rev. 1?
If you use devboards, there's nothing in particular you need to worry about: the rev0 and rev1 variations are mostly optimizations in the analog circuitry. Thanks. Are you sure there's no breaking changes or significant difference particularly on SDMMC, PSRAM, RMT, DMA and LCD? The reason I need to...
- Mon Nov 01, 2021 9:27 am
- Forum: General Discussion
- Topic: Main differences between ESP32-S3 Rev. 0 and Rev. 1?
- Replies: 2
- Views: 3336
Main differences between ESP32-S3 Rev. 0 and Rev. 1?
Hi all, I would like to know what's the major differences between ESP32-S3 Rev. 0 and Rev. 1? It seems like the development boards I've got is Rev. 0. If I use these development boards and develop firmware for Rev. 1 silicon, is there anything I need to be specifically taken care of? Regards, Jackson
- Wed Aug 12, 2020 11:13 pm
- Forum: General Discussion
- Topic: Espressif 802.11LR mode + low-level 802.11 packets/promiscuous mode?
- Replies: 1
- Views: 2710
Re: Espressif 802.11LR mode + low-level 802.11 packets/promiscuous mode?
Any updates on this?
- Sat Aug 08, 2020 12:31 pm
- Forum: General Discussion
- Topic: Espressif 802.11LR mode + low-level 802.11 packets/promiscuous mode?
- Replies: 1
- Views: 2710
Espressif 802.11LR mode + low-level 802.11 packets/promiscuous mode?
Hi all, I would like to know: 1. Can I use esp_wifi_80211_tx() and promiscuous mode related functions to send and receive low-level 802.11 packets with Espressif 802.11LR long-range mode anyway? 2. Are there any other limitations or performance impact (except lower bitrate) for AP and STA? 3. Does i...
- Sat Mar 14, 2020 12:53 am
- Forum: ESP-IDF
- Topic: How to detect the validness of WiFi STA configuration stored in NVS?
- Replies: 0
- Views: 3726
How to detect the validness of WiFi STA configuration stored in NVS?
Hi all, I need to write a function for detecting if there is a valid WiFi STA configuration has been saved to NVS previously. I'm now using esp_wifi_get_config() to achieve that. However, esp_wifi_get_config() will always return ESP_OK if WiFi and NVS are correctly initialised. So I need to detect t...
- Mon Nov 04, 2019 12:47 am
- Forum: ESP-IDF
- Topic: Suggestion: WolfSSL for Asio's SSL support?
- Replies: 1
- Views: 3063
Re: Suggestion: WolfSSL for Asio's SSL support?
I've had a look for the current Asio submodule in the ESP-IDF repo (https://github.com/espressif/asio). It's quite outdated.
- Sun Nov 03, 2019 3:03 am
- Forum: ESP-IDF
- Topic: Suggestion: WolfSSL for Asio's SSL support?
- Replies: 1
- Views: 3063
Suggestion: WolfSSL for Asio's SSL support?
Hi all,
I've just seen this article: https://www.wolfssl.com/wolfssl-support ... libraries/
Since ESP32 supports WolfSSL now, will the Asio component supports SSL connections later via WolfSSL?
Regards,
Jackson
I've just seen this article: https://www.wolfssl.com/wolfssl-support ... libraries/
Since ESP32 supports WolfSSL now, will the Asio component supports SSL connections later via WolfSSL?
Regards,
Jackson
- Sun Aug 18, 2019 4:08 am
- Forum: General Discussion
- Topic: USB Type-C controller and Power Delivery protocol library for ESP32?
- Replies: 1
- Views: 5378
USB Type-C controller and Power Delivery protocol library for ESP32?
Hi guys, I've seen ST has provided a Type-C port controller (TCPC) library for their STM32F0 microcontrollers (see https://github.com/st-one/X-CUBE-USB-PD ). Those STM32F030 chips don't have any hardware TCPC peripherial and the TCPC is all based on software. Then the users are not required to get a...
- Wed Dec 12, 2018 5:18 am
- Forum: General Discussion
- Topic: Store WiFi state (keys, MAC address etc) externally when in deep sleep?
- Replies: 1
- Views: 3796
Store WiFi state (keys, MAC address etc) externally when in deep sleep?
Hi all, We have a project that we need to use the WiFi network to check the update on every 30 seconds to 5 minutes periodically. The connection time only takes about 10 to 15 seconds. So the ESP32 should be in deep sleep mode to save battery. Now we're planning to re-use the WiFi connection state. ...