Search found 7 matches

by danylook
Fri Jul 12, 2019 2:51 pm
Forum: ESP-MDF
Topic: Using the MDF with C++
Replies: 22
Views: 29411

Re: Using the MDF with C++

hi thanks so much for your help the error change to /home/cowscan/esp/esp-mdf/components/mcommon/include/mdf_mem.h:80:26: error: pointer targets in initialization differ in signedness [-Werror=pointer-sign] #define MDF_MALLOC(size) ({ \ i try with char, unsigned char and signed char #define MDF_MALL...
by danylook
Wed Jul 10, 2019 4:50 pm
Forum: ESP-MDF
Topic: Using the MDF with C++
Replies: 22
Views: 29411

Re: Using the MDF with C++

hi this issue still continue. i use the mqtt_example in C++ and have many errors in mdf_mem.h mostly a bad convertion form void to char or to int this not compile for C++ mdebug_cmd.c:317:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] packet = MDF_CALLOC(1, siz...
by danylook
Tue Jul 02, 2019 4:46 pm
Forum: ESP-MDF
Topic: mdf examples don't compile with GCC 8.22
Replies: 1
Views: 3611

mdf examples don't compile with GCC 8.22

i change the compile for IDF to the new GCC but when i try to compile the mdf examples dont work. only if i came back to GCC 5.22
thanks for your help
by danylook
Mon Oct 08, 2018 1:43 pm
Forum: ESP-IDF
Topic: in try to modify the internal_comunicacion with a Xsemaphore and dont compile
Replies: 2
Views: 4116

in try to modify the internal_comunicacion with a Xsemaphore and dont compile

i try to add the xsemaphore to the internal comuncation mesh sample and give me a missing library #include "freertos/queue.h" but is include in the "esp_event_loop.h". the code is_running = true; while (is_running) { if (xMutex!= NULL) { if (xSemaphoreTake(xMutex, portMAX_DELAY) == pdTRUE) { the res...
by danylook
Sat Sep 29, 2018 4:08 am
Forum: Sample Code
Topic: MDF and Mqtt
Replies: 8
Views: 15584

Re: MDF and Mqtt

i managed to sent message to the root and forwarder to a mqtt server.
I think you can send from the lift directly because is just create the mqtt message and forward to a external IP but no success yet.
by danylook
Fri Sep 07, 2018 12:43 pm
Forum: ESP-MDF
Topic: fail to download ESP_MDF
Replies: 2
Views: 5649

fail to download ESP_MDF

hi guys i try to download the ESP-MDF and get this error $ git clone --recursive https://github.com/espressif/esp-mdf.git Clonando en 'esp-mdf'... 1 [main] git-remote-https 5036 child_info_fork::abort: C:\msys32\usr\bin\msys-ssh2-1.dll: Loaded to different address: parent(0x870000) != child(0x1D0000...
by danylook
Thu Aug 30, 2018 4:59 pm
Forum: Sample Code
Topic: MDF and Mqtt
Replies: 8
Views: 15584

Re: MDF and Mqtt

hi @Gilbertoe
did you have any advance in your project with MQTT and mesh?
im working in the same topic.
Can we share info?
Regards
Daniel UY