Search found 33 matches

by ammaree
Thu Jun 10, 2021 12:36 pm
Forum: ESP-IDF
Topic: IDF.PY size size-components output redirect to file
Replies: 2
Views: 2541

Re: IDF.PY size size-components output redirect to file

True, but I am trying to avoid the delay due to the extra build step, generating the output files as part of the main build step.
by ammaree
Thu Jun 10, 2021 9:10 am
Forum: ESP-IDF
Topic: IDF.PY size size-components output redirect to file
Replies: 2
Views: 2541

IDF.PY size size-components output redirect to file

Is there any way to redirect JUST the output from "size" and/or "size-components" to a text file ?

We would like to use the text output to do easy comparisons between different optimisation outcomes.
by ammaree
Wed Apr 21, 2021 11:18 am
Forum: ESP IoT Solution
Topic: Support for TK043F1569
Replies: 0
Views: 4502

Support for TK043F1569

I recently purchased 2x displays with adapters to use with the ESP32 DevKit V4 (WROVER-IE) and the Espressif LCDKit v1.1 Based on advice from EspressIf (TK043F1508 ) and from users (link below) I ordered what I thought was the correct module. https://github.com/espressif/esp-iot-solution/issues/89#i...
by ammaree
Thu Aug 06, 2020 11:13 am
Forum: Hardware
Topic: LCDKIT 16bit parallel compatible display modules
Replies: 1
Views: 2666

LCDKIT 16bit parallel compatible display modules

Can somebody please point me to specific 16bit parallel interface display modules that can be used with the ESP32-DevKitC-VC+ESP32-LCDKit combination. We prefer modules that are direct 1-for-1 pin compatible with 2x20 pin connector on the LCDKit. Resolution in range 320x240 to 800x480 would be ideal...
by ammaree
Mon May 11, 2020 7:57 pm
Forum: ESP-IDF
Topic: Setting CPPFLAGS with CMake and idf.py
Replies: 5
Views: 11750

Re: Setting CPPFLAGS with CMake and idf.py

Angus,

Any idea how this is achieved across a whole project. I need to pass a number of -Dxxxxxx definitions to a large number of components, effectively the whole project, but cannot identity what component name to use for the main component. Using IDF master
by ammaree
Fri Apr 24, 2020 8:06 pm
Forum: ESP-IDF
Topic: Help required to convert a (reasonably) complex GNU makefile to CMake
Replies: 0
Views: 2481

Help required to convert a (reasonably) complex GNU makefile to CMake

I am using ESP-IDF Master with Eclipse but since support for GNU Make will be removed soon I need to urgently start converting a large project to CMake. I have read up and tried using convert_to_cmake.py but it fails consistently when it gets to the main project makefile below. I have also searched ...
by ammaree
Sun Sep 23, 2018 10:44 pm
Forum: General Discussion
Topic: softAP connection problems.
Replies: 1
Views: 4516

Re: softAP connection problems.

Problem solved, application code tried to start a syslog session without being in STA mode and connected.
by ammaree
Fri Sep 21, 2018 8:59 pm
Forum: General Discussion
Topic: softAP connection problems.
Replies: 1
Views: 4516

softAP connection problems.

I have reached the end of my tether and need some help. Have a large application that, in a succession of versions has run for the last 9 months. The application boots in STA mode (if SSID/PSWD found in NVS) or in AP (if is not found). If booted in AP mode configuration is done in a number of steps:...
by ammaree
Fri Jan 26, 2018 7:10 pm
Forum: General Discussion
Topic: i2c randombly fails
Replies: 19
Views: 37348

Re: i2c randombly fails

Hi @jesseb , Read your comments on the I2C driver and your simplified replacement. I am at wits end with the ESP32 and I2C, my situation is as follows: * Custom designed hardware using genuine Rev1 WROOM modules * 8x LEDs and 8x relays attached to an I2C GPIO extender. * implementing soft PWM (fadeI...
by ammaree
Sat Jan 06, 2018 7:59 pm
Forum: General Discussion
Topic: Wifi crash NVS related...
Replies: 1
Views: 4396

Re: Wifi crash NVS related...

Solved, in case it is of value to someone else.. In make menuconfig - > Component config -> SPI Flash driver -> Enable SPI flash ROM driver patched functions I had turned this off since reading the help information indicated that it is not required for a standard ESP32-WROOM module. Seems I was wron...