Search found 8 matches

by saaymeen
Wed Jun 19, 2019 9:18 am
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Thank you, I will try that out. Stupid of me that I didn't think of trying to use the example in the submodule. I have found that the esp idf ble address type contains a 128 bit field. In which order do we have to arrange the uuid128 array to search for following address: "0000aaaa-0000-0000-abcd-ef...
by saaymeen
Tue Jun 18, 2019 8:32 am
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Maybe you can point out to us how to find service ID of device which is like this: "0000aaaa-0000-0000-abcd-ef0123456789" too, where the REMOTE_SERVICE_UUID gets only defined as 0x00FF (uint16_t I believe).
We could not find documentation on that one.

Thank your for the patience and best regards
by saaymeen
Tue Jun 18, 2019 8:21 am
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Thank you for the response. I hope we can resolve the issue. It works if I comment out the part for the ESP_GATTC_DIS_SRVC_CMPL_EVT, but then it will not search for any services.. This is not good. Here are my log outputs: ESP IDF commit 58df1d93bc17c74499d58e05390af9c309192a5c (HEAD -> master, orig...
by saaymeen
Mon Jun 17, 2019 12:54 pm
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Thank you for follwing up on this issue. We were able to get the mesh working as we wanted to, we can also successfully resolve hostnames. Another problem we encountered was that we cannot get any BLE code to compile with the MDF. We copied the simple gatt_client example into the main folder and ena...
by saaymeen
Sun Jun 16, 2019 2:04 pm
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Thank you for recommending this tool, we could resolve all our issues!
Another thing I would like to know is if you can connect to a server by using a hostname rather than an IP? Maybe the ESP-IDF provides functionality to resolve such hostname? Thank you
by saaymeen
Thu Jun 13, 2019 9:48 am
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Thank you I found the part in source code where the device type is setup as root node, so the only question remaining is 1). We need the tcp communication over the WiFi network for the root node to work.

Kind regards
by saaymeen
Thu Jun 13, 2019 9:35 am
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Re: Questions regarding a MDF-Scenario

Thank you for your response! 1) Which debug tool do you recommend to use? We do not have an Android device here. Please suggest one with English language features. 2) Thank you for pointing that out. Is it only possible to set the root node via make menuconfig in every project or can we also specify...
by saaymeen
Wed Jun 12, 2019 2:01 pm
Forum: ESP-MDF
Topic: Questions regarding a MDF-Scenario
Replies: 15
Views: 19773

Questions regarding a MDF-Scenario

Hello community, firstly I want to thank the developers for this library. I have a few questions regarding a possible use case of ours in which we would like to use the ESP32 with the MDF-Framework. We have a couple of BLE-Sensors spread out in an area. We want to create a mesh-network, such that al...