Search found 3 matches
- Thu Mar 24, 2022 3:15 pm
- Forum: General Discussion
- Topic: ESP32-S3 compiling error on VS Code
- Replies: 0
- Views: 1199
ESP32-S3 compiling error on VS Code
Hi All, I'm trying to test the ESP32-S3 microcontroller in VSCode with ESP-IDF extension and using one BLE example but when I'm compiling the code, it is giving me few errors which I'm going to share here in the form of screenshot. Any help would be appreciated! Regards, Yateen Screen Shot 2022-03-...
- Mon Jan 27, 2020 7:33 am
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino Framework OTA BLE UPDATE
- Replies: 0
- Views: 2086
ESP32 Arduino Framework OTA BLE UPDATE
Hi All,
I'm working on ESP32 Arduino framework on one project and I want to add OTA update but using BLE not WiFi and I don't know how to do it. If any one can help with this as I'm trying to use ESP-IDF ble OTA example but of no use.
Regards,
Yatin Baluja
I'm working on ESP32 Arduino framework on one project and I want to add OTA update but using BLE not WiFi and I don't know how to do it. If any one can help with this as I'm trying to use ESP-IDF ble OTA example but of no use.
Regards,
Yatin Baluja
- Thu Jan 31, 2019 7:50 am
- Forum: Hardware
- Topic: esp-wroom-32 deep sleep current
- Replies: 4
- Views: 8574
Re: esp-wroom-32 deep sleep current
#define uS_TO_S_FACTOR 1000000 /* Conversion factor for micro seconds to seconds */ #define TIME_TO_SLEEP 3 /* Time ESP32 will go to sleep (in seconds) */ RTC_DATA_ATTR int bootCount = 0; int GREEN_LED_PIN = 25; int YELLOW_LED_PIN = 26; void setup(){ pinMode(GREEN_LED_PIN,OUTPUT); pinMode(YELLOW_LE...