Search found 6 matches

by design4
Mon Feb 21, 2022 4:03 am
Forum: ESP-IDF
Topic: ESP32 S3 using Internal RTC
Replies: 0
Views: 2193

ESP32 S3 using Internal RTC

Hi master, Here's my details:- MCU: ESP32-S3 IDE: VSCO with ESP-IDF v4.4 installed in Espressif IDF extension. Python: v3.8 Task: Interface with internal RTC. Set the RTC, get the RTC, connect with 32k oscillator and wakeup from the internal RTC by alarm set. Questions:- 1- Does this device has inte...
by design4
Thu Sep 02, 2021 4:22 am
Forum: ESP-IDF
Topic: How to add and run devkit example in esp-idf extension from VSCO
Replies: 1
Views: 1736

Re: How to add and run devkit example in esp-idf extension from VSCO

Hi,

Nevermind. I already completed the IOT project.

Thanks in advanced
by design4
Fri Aug 20, 2021 7:42 am
Forum: ESP-IDF
Topic: How to add and run devkit example in esp-idf extension from VSCO
Replies: 1
Views: 1736

How to add and run devkit example in esp-idf extension from VSCO

Hi genius, I just bought esp32-s2-hmi-devkit-1. After plug in USB cable into USB-UART port, config at 115200 baud. It prints as below. LCD screen black, at the back, green LED ON. (15:34:20.219) ESP-ROM:esp32s2-rc4-20191025<CR><LF> (15:34:20.219) Build:Oct 25 2019<CR><LF> (15:34:20.219) rst:0x5 (DSL...
by design4
Tue May 18, 2021 7:44 am
Forum: ESP-IDF
Topic: Unable to access AP mode after 5 cycle
Replies: 2
Views: 1957

Re: Unable to access AP mode after 5 cycle

Hi,

Yes, but the things is same. Its also happened on my ESP32. Need help here

Thanks in advanced
by design4
Tue May 18, 2021 3:47 am
Forum: ESP-IDF
Topic: Unable to access AP mode after 5 cycle
Replies: 2
Views: 1957

Unable to access AP mode after 5 cycle

Hi genius, Im using ESP8266 freertos sdk. esptool.py v2.4.0. Im using AP mode and HTTP server to access webpage. However, the webpage can only be access after 5 cycle. Seems like some socket is not properly closed and caused httprx_tx error. Below I describe my cycle. 1- Init AP mode & create webpag...
by design4
Tue May 18, 2021 2:54 am
Forum: ESP-IDF
Topic: Suppress Boot messages
Replies: 13
Views: 21738

Re: Suppress Boot messages

Hi genius,

Im using ESP8266 freertos sdk. I have done three step to suppress boot msg but Im still unable to suppress fully boot msg. Below is the msg that printed at baudrate 74880.
ets Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x60000014, len 8, room 16
tail 8
Thanks in advanced