Hey guys,
I would like to be able to access data from a BLE device and I have setup a connection with CoreBluetooth and Objective c / (c++). I have also managed to link this to my ofApp.mm as other posts suggest.
My two issues are:
- How do I capture the data coming from my objective c application in the ofx side in ofApp.mm?
- Why is the main ofx window not popping up when I run the program. I believe this might be something to do with needing multi-threading to keep open the data stream from my BLE device so the ofx app can run seperately.
Any confirmations / ideas on this would be great!
Many thanks in advance