Search found 16 matches

by pushtoopen
Fri Aug 09, 2019 12:20 am
Forum: ESP-WHO
Topic: esp-camera returning half pictures when high quality or higher resolution than SVGA
Replies: 5
Views: 101835

esp-camera returning half pictures when high quality or higher resolution than SVGA

Hi all, i've been using the ai thinker esp32-cam and the esp-eye. When requesting images using the standard esp eye, i get what looks like the system gives up and only serves up a portion of the image. The less quality i use and lower resolution, the higher likelyhood i'll recieve the entire image, ...
by pushtoopen
Tue Jan 22, 2019 1:19 am
Forum: ESP-IDF
Topic: "Can't run interactive configuration inside non-interactive build process"
Replies: 2
Views: 3526

Re: "Can't run interactive configuration inside non-interactive build process"

That was it! how did you figure this one out? Thanks.

Fix: ensure "BATCH_BUILD" is not defined as an environment variable in windows, to ensure the above problem does not continue.
by pushtoopen
Mon Jan 21, 2019 3:22 am
Forum: ESP-IDF
Topic: "Can't run interactive configuration inside non-interactive build process"
Replies: 2
Views: 3526

"Can't run interactive configuration inside non-interactive build process"

Hi there, i recently was installing minggw on my computer, separate from the msys2 install. Since then, i keep getting "Can't run interactive configuration inside non-interactive build process" "Open a command line terminal and run 'make menuconfig' from there" ... This is inside of msys2 mingw shel...
by pushtoopen
Wed Mar 28, 2018 12:53 am
Forum: General Discussion
Topic: gatts bluetooth example includes not found
Replies: 3
Views: 5373

Re: gatts bluetooth example includes not found

This was it, i actually found it manually looking through the component.mk and seeing the: "ifdef CONFIG_BLUEDROID_ENABLED". Sorry for the long response, i was watching this thread but i guess my broweser wasn't refreshing so i hadn't caught your comment. Thanks! issue resolution:msys32 or linux & b...
by pushtoopen
Tue Mar 27, 2018 2:58 am
Forum: General Discussion
Topic: gatts bluetooth example includes not found
Replies: 3
Views: 5373

gatts bluetooth example includes not found

Hi all, i'm trying to get the gatts low power Bt example started. I have multiple portions of code including just fine, but for some reason, everything in the bt/bluedroid/api/include folder is not being found. I am able to get freertos/FREERTOS.h working so i know contextually eclipse is able to in...
by pushtoopen
Sun Feb 25, 2018 5:29 pm
Forum: General Discussion
Topic: Serve HTML from SPIFFS
Replies: 11
Views: 22061

Serve HTML from SPIFFS

Hi All, i've integrated the standard AP webserver code in with this example for using SPIFFS filesystem https://github.com/espressif/esp-idf/tree/master/examples/storage/spiffs Normally once i detect a "GET" from the connected socket, i return a HTML header, then body, written as a char string. I.E....