Search found 23 matches

by Paladin
Mon Feb 03, 2020 11:47 pm
Forum: ESP IoT Solution
Topic: ugfx_example does not build with IDF 4.0
Replies: 2
Views: 6777

Re: ugfx_example does not build with IDF 4.0

No. How do I switch between toolchains?
by Paladin
Sat Jan 18, 2020 10:54 pm
Forum: ESP IoT Solution
Topic: ugfx_example does not build with IDF 4.0
Replies: 2
Views: 6777

ugfx_example does not build with IDF 4.0

There appears to be an error in stdlib.h that prevents the ugfx_example from building: from /esp/esp-iot-solution/submodule/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp:14: /.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include/stdlib.h:155:44: erro...
by Paladin
Sat Dec 07, 2019 10:40 pm
Forum: ESP-IDF
Topic: Errors installing ESP-IDF Mac OS
Replies: 9
Views: 10199

Re: Errors installing ESP-IDF Mac OS

So, ironically, the very first step in the getting started guide is to install pip: sudo easy_install pip which I did, despite having pip already installed...and the version number ticked up, so I didn't even think to check that I had the latest version. anyways, updating pip seems to have gotten my...
by Paladin
Sat Dec 07, 2019 2:08 am
Forum: ESP-IDF
Topic: Errors installing ESP-IDF Mac OS
Replies: 9
Views: 10199

Re: Errors installing ESP-IDF Mac OS

yes I did.
by Paladin
Fri Dec 06, 2019 9:24 pm
Forum: ESP-IDF
Topic: Errors installing ESP-IDF Mac OS
Replies: 9
Views: 10199

Re: Errors installing ESP-IDF Mac OS

Thank you for taking the time to help.

here's the guide I'm using:
https://docs.espressif.com/projects/esp ... et-esp-idf
by Paladin
Thu Dec 05, 2019 11:28 pm
Forum: ESP-IDF
Topic: Errors installing ESP-IDF Mac OS
Replies: 9
Views: 10199

Re: Errors installing ESP-IDF Mac OS

I've been simply following the getting started guide. Its been about 8 months since i used the ESP32 toolchain, so I decided to remove my old esp-idf folder and go through the setup process from step 1. When I ran ./install.sh I got the above error. I don't know what to try on my own. Google did not...
by Paladin
Thu Dec 05, 2019 4:22 pm
Forum: ESP-IDF
Topic: Errors installing ESP-IDF Mac OS
Replies: 9
Views: 10199

Errors installing ESP-IDF Mac OS

This error comes up when I try to run the install script: "no such option: --no-warn-script-location" MacOS: 10.15.1 Python: 2.7.16 pip 1.5.4 Full text below: Installing ESP-IDF tools Installing tools: xtensa-esp32-elf, xtensa-esp32s2-elf, esp32ulp-elf, openocd-esp32 Skipping xtensa-esp32-elf@esp-20...
by Paladin
Fri Mar 22, 2019 7:16 pm
Forum: ESP-IDF
Topic: external GPIO Interrupts without RTOS framework?
Replies: 1
Views: 2884

external GPIO Interrupts without RTOS framework?

Is it possible to run ISR's without the RTOS framework?
by Paladin
Mon Mar 26, 2018 7:34 pm
Forum: General Discussion
Topic: Simple Wifi example failure
Replies: 3
Views: 7191

Re: Simple Wifi example failure

Which brings me to the bug I was actually after...because it matches the problem in my main project. Adding the event handler, per the simple wi-fi example is causing the following snippet of repeated output: I (1940) wifi: n:10 0, o:1 0, ap:255 255, sta:10 0, prof:1 I (3910) wifi: state: init -> au...
by Paladin
Mon Mar 26, 2018 7:14 pm
Forum: General Discussion
Topic: Simple Wifi example failure
Replies: 3
Views: 7191

Re: Simple Wifi example failure

Oh geez... :oops: . It is now. Thank you!

On to bigger and better bugs....