Search found 26 matches

by arnold.braun@gmx.de
Sun Sep 22, 2019 2:45 am
Forum: ESP32 Arduino
Topic: How to list all predefined macros
Replies: 1
Views: 3211

How to list all predefined macros

Hello,

how can i list all used predefined Macros on compilation

thanks
by arnold.braun@gmx.de
Tue Sep 10, 2019 6:03 am
Forum: Hardware
Topic: ESP32 programmer (USB->Serial) releasing it magic smoke.
Replies: 4
Views: 6472

Re: ESP32 programmer (USB->Serial) releasing it magic smoke.

Hello,

i´m wondering how this should work. CTS is an input to ch340E. You need DTR for flashing. DTR don´t exist on CH340E.
Thanks
by arnold.braun@gmx.de
Wed Sep 04, 2019 5:00 am
Forum: ESP32 Arduino
Topic: SD-Card
Replies: 0
Views: 3293

SD-Card

Hello, did anyone have a running SD Card. all samples and Tips i tried did not work. I always get just [W][sd_diskio.cpp:137] sdCommand(): no token received [W][sd_diskio.cpp:137] sdCommand(): no token received [W][sd_diskio.cpp:137] sdCommand(): no token received [W][sd_diskio.cpp:471] ff_sd_initia...
by arnold.braun@gmx.de
Sat May 11, 2019 3:58 pm
Forum: ESP-IDF
Topic: If I2C protected again multible access
Replies: 2
Views: 4023

Re: If I2C protected again multible access

i´m using semaphore now and my problem is gone
by arnold.braun@gmx.de
Sat May 11, 2019 3:11 am
Forum: ESP-IDF
Topic: If I2C protected again multible access
Replies: 2
Views: 4023

If I2C protected again multible access

Hello, i have 3 Task. They all try to access I2C. Currently if this happen i get CORRUPT HEAP: Bad head at 0x3ffece18. Expected 0xabba1234 got 0x3ffed320 assertion "head != NULL" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/heap/multi_heap_poisoning.c", line 214, functio...
by arnold.braun@gmx.de
Wed Apr 24, 2019 1:16 pm
Forum: ESP-IDF
Topic: Could not find Git / could not find Perl
Replies: 9
Views: 14451

Re: Could not find Git / could not find Perl

Ok, thanks.

i will make a new installation with cmake, just in case.
by arnold.braun@gmx.de
Mon Apr 22, 2019 1:10 pm
Forum: ESP-IDF
Topic: Could not find Git / could not find Perl
Replies: 9
Views: 14451

Re: Could not find Git / could not find Perl

Hello, thanks for helping. I don´t use msys. i just use this installation. https://github.com/Deous/VSC-Guide-for-esp32 i just need to know which version of perl i have to install and if it is enough to put it into environment path or does it use a special environment var. for what is perl used ?. b...
by arnold.braun@gmx.de
Mon Apr 22, 2019 12:10 am
Forum: ESP-IDF
Topic: espidf release/v3.3
Replies: 1
Views: 3278

espidf release/v3.3

Hello,

on githup there is mentioned the Branch: release v3.3, but on other side its only mentioned about v3.2. what is now true ?

thanks

https://github.com/espressif/esp-idf/tree/release/v3.3
by arnold.braun@gmx.de
Mon Apr 22, 2019 12:05 am
Forum: ESP-IDF
Topic: Could not find Git / could not find Perl
Replies: 9
Views: 14451

Re: Could not find Git / could not find Perl

Sorry, i forgot to tell. I´m using Windows.
by arnold.braun@gmx.de
Sat Apr 20, 2019 2:47 pm
Forum: ESP-IDF
Topic: Could not find Git / could not find Perl
Replies: 9
Views: 14451

Could not find Git / could not find Perl

Hello,
just now i download the current master version and if i compile i get the Warnings
missing PERL_EXECUTABLE
missing GIT_EXECUTABLE

How to do ?

thanks