Search found 398 matches

by ESP_krzychb
Mon Jan 23, 2017 12:17 pm
Forum: News
Topic: ESP-IDF 2.0
Replies: 29
Views: 80403

Re: ESP-IDF 2.0

Another highlight, in my opinion, is remarkable stability of intermediate updates up to and including latest ESP-IDF 2.0 rc1.

I do not hesitate and download updates as they are available on GitHub. If something happens, then responsiveness to issues reported on GitHub is excellent.
by ESP_krzychb
Fri Jan 20, 2017 10:56 am
Forum: General Discussion
Topic: ESP32 DevKitJ (aka ESP-WROVER-KIT) - are some GPIO being pulled up to +5V??
Replies: 5
Views: 13296

Re: ESP32 DevKitJ (aka ESP32-WROVER-KIT) - are some GPIO being pulled up to +5V??

On https://dl.espressif.com/dl/schematics/ ... _SCH-2.pdf schematic +5V GPIO pull up resistors are marked as "10K(1%)(NC)" and in green font.
There are couple of other resistors (including 0 oHm) marked with NC and green.
They are not not connected / not populated on my board as well.
by ESP_krzychb
Thu Jan 19, 2017 8:47 pm
Forum: Report Bugs
Topic: Build tools for 32-bit Linux
Replies: 15
Views: 25925

Re: Build tools for 32-bit Linux

../esp-idf/components/esp32/./system_api.c:38: undefined reference to `esp_wifi_stop'
I have noticed exactly the same error when compiling sd_card example.

This example is not using Wi-Fi at all.
To resolve this error I have disabled Wi-Fi in menuconfig.
by ESP_krzychb
Wed Jan 18, 2017 11:53 am
Forum: ESP-IDF
Topic: include sdk file issue
Replies: 7
Views: 16023

Re: include sdk file issue

in my ideal world we would see a compilation error of the form "Attempt to use <XYZ> function but that function is disabled." I agree - this would be ideal. In the meantime I think that another takeaway from this case is to watch for sdkconfig.defaults file that developers add to some examples. It ...
by ESP_krzychb
Thu Jan 12, 2017 10:52 am
Forum: Hardware
Topic: Esp 32 Non-dev-board
Replies: 2
Views: 7396

Re: Esp 32 Non-dev-board

by ESP_krzychb
Tue Jan 10, 2017 4:14 pm
Forum: ESP-IDF
Topic: [Info] Replacing sdkconfig when we upgrade our ESP-IDF
Replies: 1
Views: 6514

Re: [Info] Replacing sdkconfig when we upgrade our ESP-IDF

Hi kolban, I have similar observations. Every other time, upon cloning new esp-idf release, I delete existing sdkconfig & sdkconfig.old files and generate new from scratch. If I see issues then use tools like http://winmerge.org/ to quickly identify differences in configuration. Expanding on your po...
by ESP_krzychb
Tue Jan 10, 2017 3:52 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 58027

Re: NES emulator on an ESP32

by ESP_krzychb
Tue Jan 10, 2017 2:56 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 58027

Re: NES emulator on an ESP32

Hi a2retro,
To fix back-light check http://www.esp32.com/viewtopic.php?f=17&t=325#p3823 by rudi.
by ESP_krzychb
Sat Jan 07, 2017 8:44 pm
Forum: Hardware
Topic: Camera
Replies: 19
Views: 43294

Re: Camera

Hi rudi, I have not been using OV7670 with or without LCD. Checking briefly to the data sheet OV7670, it looks similar to OV7725. I would start by checking if register settings in default_regs[][2] in file ov7725.c match what is required to set up OV7670. Also, as mentioned by erhardd, to push the d...