Search found 5 matches

by alemg77
Thu Jun 20, 2019 6:02 pm
Forum: ESP32 Arduino
Topic: Set Level of GPIO at sleep
Replies: 1
Views: 3188

Re: Set Level of GPIO at sleep

I will answer myself:


#include "driver/rtc_io.h"

It's the solution
by alemg77
Sat Jun 01, 2019 6:22 pm
Forum: ESP32 Arduino
Topic: Sleep one core
Replies: 0
Views: 1887

Sleep one core

Hi,


Is it possible to sleep a single core to reduce consumption?How?

Thanks
by alemg77
Thu May 30, 2019 11:54 am
Forum: ESP32 Arduino
Topic: Set Level of GPIO at sleep
Replies: 1
Views: 3188

Set Level of GPIO at sleep

Hi,

I want to set the level of an output in the Sleep state but I can´t.

I try to use the function rtc_gpio_set_level () but Arduino can´t find it.

#include "rtc_io.h" does not work either.

Please help.
by alemg77
Fri May 11, 2018 12:43 pm
Forum: ESP32 Arduino
Topic: Speed problem with freeRTOS
Replies: 1
Views: 3184

Speed problem with freeRTOS

When I started using freeRTOS I noticed that it runs much slower. My application is an HTTP server and the client loads the pages more slowly. Is this inevitable?

I started using freeRTOS because I want to use both processors. Is it possible to use both processors without using freeRTOS?
by alemg77
Fri Apr 06, 2018 5:24 pm
Forum: General Discussion
Topic: http.getString
Replies: 2
Views: 6681

http.getString

I am using the ESP-WROOM-32 module programming with Arduino in windows. I want to get the Token ID of Firebase to connect, I do the POST, the server responds to me ok, but when I want to read the answer the program hangs and stops executing more code. #include <WiFiClientSecure.h> #include <HTTPClie...