Search found 13 matches

by dunato
Tue Nov 03, 2020 12:17 pm
Forum: Hardware
Topic: Setting flash voltage
Replies: 3
Views: 4247

Re: Setting flash voltage

The ESP-WROOM-32 chip is used. In common case (external 3.3V is used on GPIO12 in the circuit) flashing is not possible, the flash is blocked. But, in case I connect GPIO12 temporarily to GND during flashing and also during device's start, everything is OK. So what is the result for me please?

DUN
by dunato
Mon Nov 02, 2020 1:53 pm
Forum: Hardware
Topic: Setting flash voltage
Replies: 3
Views: 4247

Setting flash voltage

Hi,

I have GPIO12 pin used as output with pernament 3.3V on it in my own circuit. What flash voltage should I set for trouble-free flashing and sketch running? Should I set espefuse.py set_flash_voltage 3.3V or OFF or deal with it in another way :?: ?

D.
by dunato
Sat Oct 31, 2020 8:00 am
Forum: General Discussion
Topic: Classic Bluetooth password verification
Replies: 0
Views: 1488

Classic Bluetooth password verification

Hi!
Is there any way to implement a verification by password for classic Bluetooth connection / communication when programming in Arduino?

Dun.
by dunato
Fri Oct 30, 2020 6:06 pm
Forum: ESP32 Arduino
Topic: ESP-Prog with Arduino IDE :?:
Replies: 2
Views: 4429

Re: ESP-Prog with Arduino IDE :?:

OK, I don't see any problem in using Arduino IDE or wiring ESP-Prog to my board. But I hesitate e.g. what programmer should be set in Arduino IDE or if anything else for ESP-Prog has to be set.
by dunato
Thu Oct 29, 2020 6:46 pm
Forum: ESP32 Arduino
Topic: ESP-Prog with Arduino IDE :?:
Replies: 2
Views: 4429

ESP-Prog with Arduino IDE :?:

Hi, please give me a short advice on how set Arduino IDE to be used with ESP-Prog. Thanks.
by dunato
Tue Apr 28, 2020 6:54 pm
Forum: Hardware
Topic: ESP32 sleep while...
Replies: 2
Views: 3727

Re: ESP32 sleep while...

Thanks
by dunato
Mon Apr 27, 2020 2:26 pm
Forum: Hardware
Topic: ESP32 sleep while...
Replies: 2
Views: 3727

ESP32 sleep while...

Hi, I have a question regarding the ESP energy saving during a long lasting process. Consider that ESP32 would use IO pin to control a relay, e.g. for the light bulb switch on. The relay would be active for about 1 hour. Is there any possibility to change pin state and then give ESP to sleep? If yes...
by dunato
Wed Oct 09, 2019 12:51 pm
Forum: General Discussion
Topic: ESP-EYE board and code for Arduino IDE
Replies: 0
Views: 2288

ESP-EYE board and code for Arduino IDE

What board should I use for ESP-EYE in Arduino IDE please? Could you recommend me any functional code for ESP-EYE web server video streaming for Arduino IDE?
by dunato
Wed Oct 09, 2019 6:35 am
Forum: ESP32 Arduino
Topic: ESP-EYE CameraWebServer and Arduino IDE
Replies: 0
Views: 2931

ESP-EYE CameraWebServer and Arduino IDE

I would like to use ESP-EYE as a web camera similarly to ESP-CAM. I have tried to use CameraWebServer.ino from https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino with // Select camera model #define CAMERA_MODEL_ESP_EYE What kind...
by dunato
Tue Aug 20, 2019 8:38 am
Forum: General Discussion
Topic: Sleeping alternated with bluetooth listening
Replies: 0
Views: 1896

Sleeping alternated with bluetooth listening

I use ESP equipped with external RTC. I would like to make ESP asleep and wake-up only by RTC alarm in specific times. But simultaneously I would like to use BT or BLE to deliver the alarm times by user, so no kind of pernament sleeping is not possible in such case. So I think about sleeping of ESP ...