Search found 3 matches

by montyx
Sun May 10, 2020 11:47 pm
Forum: Programs, Libraries and Tools
Topic: External binary/lib C++
Replies: 6
Views: 4269

Re: External binary/lib C++

Thank you very much, I'm going to test it! :)
by montyx
Sun May 10, 2020 10:36 am
Forum: Programs, Libraries and Tools
Topic: External binary/lib C++
Replies: 6
Views: 4269

Re: External binary/lib C++

Have a look at how Arduino does it / Look here too The SPP-Interface of the ESP-IDF Stack: The Bluedroid Implementation in the esp-idf Feel free to then pullrequest your module! Thanks a lot for the useful links, but I was able to implement this part of my code. The only issue is that, how can I wr...
by montyx
Sat May 09, 2020 6:16 pm
Forum: Programs, Libraries and Tools
Topic: External binary/lib C++
Replies: 6
Views: 4269

External binary/lib C++

Hey guys! My question can be generic, but I describe my issue. I really need a classic Bluetooth function in my ESP32 codebase. I've read in the ESP32 documentation that, the MP is built on-top of ESP-IDF. Is there any way, to write my functionality with ESP-IDF framework, and use it from my MP code...