-
Notifications
You must be signed in to change notification settings - Fork 7.6k
btstack integration #1164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Adding "-I{compiler.sdk.path}/include/btstack" to the file platforms.txt made it ... |
Are you planning to use it for RFCOMM/SPP ? |
Yes, that was the idea. So far so good, but sub h files seams not to get included included automatically ... respectively the declared methods are not being passed on to Arduino: sketch\sketch_mar02a.ino.cpp.o:(.literal._Z5setupv+0xc): undefined reference to `l2cap_init' although everything is included: #include "btstack.h" |
Take a look here: #1144 |
Cool! I did not find that one yet but will take a look at it!! Thanks :) |
Thanks, I've got your library up and running! |
And if you want to play with Bluetooth and BLE running in parallel, I wrote a small tutorial |
Thanks for the link. BLE is not needed in my project, at least not yet. But who knows what the future brings ;-) |
Any news about btstack integration? |
Hi
I wanted to try to integrate btstack (from bluekitchen) into arduino-esp32. I've come so far to compile the libbstack.a library and grep out nearly all h files, but I'm facing now the problem that I do not know where to put the file inside the hardware\espressif\esp32 so that my projet could find them
I've tried different places, but no chance so far.
libbtstack.a >> hardware\espressif\esp32\tools\sdk\lib
btstack*.h >> hardware\espressif\esp32\tools\sdk\include
Any hints?
The text was updated successfully, but these errors were encountered: