Search found 398 matches

by ESP_krzychb
Mon Jan 02, 2017 2:44 pm
Forum: General Discussion
Topic: HTTP requests (GET, POST etc.) on ESP32
Replies: 21
Views: 56959

Re: HTTP requests (GET, POST etc.) on ESP32

I tried to debug but cannot find a hint for the long delay. Hi JanJansen47, I have also seen server waiting couple of dozen seconds before closing connection. The GET request of example code 03_http_request: static const char *REQUEST = "GET " WEB_URL " HTTP/1.1\n" "Host: "WEB_SERVER"\n" "User-Agen...
by ESP_krzychb
Mon Jan 02, 2017 7:41 am
Forum: General Discussion
Topic: HTTP requests (GET, POST etc.) on ESP32
Replies: 21
Views: 56959

Re: HTTP requests (GET, POST etc.) on ESP32

Hi andrew_p, Do you mean http as in the subject or https requests as per example you used? If http, then I have used 03_http_request example and adopted it to perform GET requests to: * https://openweathermap.org/ * https://thingspeak.com/ Respective esp-idf components are as follows: * weather * th...
by ESP_krzychb
Sat Dec 31, 2016 3:43 pm
Forum: Hardware
Topic: Schematics of Espressif ESP32 dev boards & modules
Replies: 18
Views: 130234

Re: Schematics of Espressif ESP32 dev boards & modules

Hi ESP_Angus,
Could you post schematic of ESP-WROVER-KIT V2 (black)?
by ESP_krzychb
Tue Dec 27, 2016 10:54 am
Forum: General Discussion
Topic: ULP for SPI sensors
Replies: 22
Views: 31247

Re: ULP for SPI sensors

@WiFive, @ ESP_igrr
Thank you for clarification!
by ESP_krzychb
Tue Dec 27, 2016 9:38 am
Forum: General Discussion
Topic: ULP for SPI sensors
Replies: 22
Views: 31247

Re: ULP for SPI sensors

RTC power domain does have an I2C peripheral
Will the upcoming I2C driver support this peripheral operating in ULP mode?
by ESP_krzychb
Thu Dec 22, 2016 5:09 pm
Forum: ESP-IDF
Topic: Changing serial port speed causes full recompile?
Replies: 7
Views: 14900

Re: Changing serial port speed causes full recompile?

@WiFive, that's it - thanks a lot :D
by ESP_krzychb
Thu Dec 22, 2016 1:12 pm
Forum: ESP-IDF
Topic: Changing serial port speed causes full recompile?
Replies: 7
Views: 14900

Re: Changing serial port speed causes full recompile?

I believe I saw the syntax of make flash that allows to override the serial port name setting done with make menuconfig . Unfortunately now I can not find it. It was something like: make flash -SERIAL_PORT COM4 Maybe the same override can be done for the upload speed. Does anybody recall such post? ...
by ESP_krzychb
Wed Dec 21, 2016 2:40 pm
Forum: General Discussion
Topic: hardware timer in esp32
Replies: 1
Views: 4351

Re: hardware timer in esp32

Hi kamesh,

Yes, there is 13_timer_group example in the esp-idf repository.

Specific hardware details of timers are covered in Technical Reference Manual
by ESP_krzychb
Fri Dec 16, 2016 9:26 am
Forum: General Discussion
Topic: Any ideas when small quantities will be available ?
Replies: 3
Views: 7853

Re: Any ideas when small quantities will be available ?

SEEED have taken my money and keep delaying I have identical issue with https://www.seeedstudio.com/. Order placed over three months ago and still not shipped. Original and delayed commitments are not respected. No reply to my inquiry for an update. The new silicon production in Spring 2017 will be...
by ESP_krzychb
Mon Dec 05, 2016 10:18 am
Forum: General Discussion
Topic: ESP-WROVER V2 (aka DevKitJ) - Camera Support
Replies: 0
Views: 3669

ESP-WROVER V2 (aka DevKitJ) - Camera Support

Hi, ESP-WROVER V1 dev board has a camera socket, SD card slot and LCD connection. This make it the platform to develop machine vision applications. As a follow up on testing of ESP-WROVER V1 with esp32-cam-demo , I would like to propose the following improvements of this board: 1. Change GPIO2 used ...