Hi everybody,
I am quite a beginner in the embedded development, please forgive me for any misunderstanding
What I am trying to do is to create a bluetooth server on the Edison board, with a smartphone that is able to interact with it. I checked this forum and the web and, as far as I know, I found these options:
- Flashing the Edison board with Debian, install python-bluez and develop it Debian on Edison
- Building from scratch a custom image of yocto linux and try to add the proper libraries (but I am not sure that correct libraries exists)
- Try to figure out how to use the Arduino IDE and develop a sketch with the bluetooth support (again, it's the first time that I am developing something for embedded systems).
I have no preference for the programming language: C, C++, Java, Python are available options.
Has anyone ever had any experience with this kind of problem?
Thank you
Flavio