Search found 16 matches

by georgecarlo
Fri Feb 01, 2019 5:19 am
Forum: General Discussion
Topic: button notification
Replies: 0
Views: 1844

button notification

Hello people. Im just developing a project were a button's push(i just have code for button, but not ble/bt) should send a notification via ble/bt to android . I found examples in arduino ide. But im working on esp-idf on linux with gedit text editor (i have to stay with the c language and not shift...
by georgecarlo
Fri Feb 01, 2019 5:12 am
Forum: General Discussion
Topic: mqtt transport error
Replies: 6
Views: 15801

Re: mqtt transport error

hey esp, thanks. I got a seperate esp-mqtt from here https://github.com/espressif/esp-mqtt and it worked fine. Thank you.
by georgecarlo
Thu Jan 31, 2019 9:24 am
Forum: General Discussion
Topic: mqtt transport error
Replies: 6
Views: 15801

Re: mqtt transport error

Hey ESP, thanks for your reply i changed the menuconfig, to debug, also uncommented that log line ;) and yes im connecting to default iot.eclipse.org:1883 but this is what i get, scroll a bit deep :D , help me with this issue. Thanks :) D (556) event: SYSTEM_EVENT_STA_START I (556) MQTT_EXAMPLE: Wai...
by georgecarlo
Wed Jan 30, 2019 3:10 pm
Forum: General Discussion
Topic: mqtt transport error
Replies: 6
Views: 15801

mqtt transport error

Hello people, i'm trying to run the example code of TCP in mqtt. i ve followed the instructions from here https://github.com/espressif/esp-idf/tree/master/examples/protocols/mqtt/tcp but instead of successful connection i get this. I (205) MQTT_EXAMPLE: [APP] Startup.. I (205) MQTT_EXAMPLE: [APP] Fr...
by georgecarlo
Sat Jan 19, 2019 9:34 am
Forum: General Discussion
Topic: code for sending(printing) the data
Replies: 0
Views: 1872

code for sending(printing) the data

Hello people, I am trying to send a data(printf value from my c program) to the android serial monitor . I am confused on how to proceed . I saw many videos on youtube, niel's example(but that comes in c++) i just need to make everything in C. I also made research about ble api and stuffs for almost...
by georgecarlo
Fri Jan 18, 2019 6:05 am
Forum: General Discussion
Topic: edit components
Replies: 0
Views: 1813

edit components

Hello People, I am using the kolban's ble libraries for esp32 in my project. My problem is i want guidance on how to properly configure the component.mk for additional libraries and also i have a clash were my project code is in C and the ble example by neil is in C++, i just want to change my proje...