Search found 3529 matches

by WiFive
Sat May 30, 2020 9:59 am
Forum: Hardware
Topic: Memory Layout BUG Overlap on BOOT
Replies: 8
Views: 7335

Re: Memory Layout BUG Overlap on BOOT

Set CONFIG_SPIRAM_SIZE to auto
by WiFive
Fri May 29, 2020 9:18 am
Forum: ESP-IDF
Topic: UART causing the ESP32 to reboot
Replies: 4
Views: 5391

Re: UART causing the ESP32 to reboot

Hasan Shadi wrote:
Fri May 29, 2020 2:29 am
Remember that UART does not work on any pin, there are designated pins for the UART interfaces.
Most modern microcontrollers don't suffer this limitation anymore
by WiFive
Fri May 29, 2020 1:30 am
Forum: ESP-IDF
Topic: UART causing the ESP32 to reboot
Replies: 4
Views: 5391

Re: UART causing the ESP32 to reboot

Try other gpio not 9&10
by WiFive
Fri May 29, 2020 1:23 am
Forum: Hardware
Topic: Changing the default UART pins
Replies: 1
Views: 2913

Re: Changing the default UART pins

You get an extra clock cycle of delay from the pins but uart is asynchronous anyway
by WiFive
Mon May 25, 2020 11:41 am
Forum: ESP-IDF
Topic: ULP timer API doesn't work in deep sleep.
Replies: 4
Views: 3837

Re: ULP timer API doesn't work in deep sleep.

You have to call halt
by WiFive
Thu May 21, 2020 8:34 am
Forum: Hardware
Topic: Where is Bluetooth?
Replies: 4
Views: 4407

Re: Where is Bluetooth?

giordanocm wrote:
Wed May 20, 2020 3:01 pm
Actually, some old ESP32 modules are Not Recommended for New Designs (NRND) and the new ones doesn't come with Bluetooth support anymore.
There are new versions of all those modules for example ESP32-WROOM-32E
by WiFive
Wed May 20, 2020 9:29 am
Forum: ESP-IDF
Topic: esp32 stuck after 4 successive http-ota
Replies: 2
Views: 2836

Re: esp32 stuck after 4 successive http-ota

Show the logs
by WiFive
Wed May 20, 2020 9:24 am
Forum: ESP-IDF
Topic: Send Dataframe over WiFi STA with different MAC
Replies: 2
Views: 11961

Re: Send Dataframe over WiFi STA with different MAC

How would the router allow multiple Mac addresses for one STA?