I am working on a project that uses an arduino to transmit data from sensors via bluetooth. I originally used LabVIEW as a proof of concept, utilizing the bluetooth in my computer.
It essentially creates a serial communication through these devices. I set the same baud rate, and see a stream of data.
I assumed this was really easy to add into my prototype I created in corona, but I am quickly finding that not to be the case. I have seen a number of people trying to do something similar using an arduino. I am not sure if any of the bluetooth plugins support BT classic.
After working with the spiralcode bluetooth and finding that they do not support classic (even though it’s mentioned as an option in the documentation) I am changing over to the Scott Henderson bluetooth plugin
I find it quite strange that this functionality is often glossed over when people use arduino’s for so many little things. If anyone has gotten this to work within corona, please let me know. Otherwise, I think I might just have to recreate what I have in Android SDK similarly to the implementation found here.
Any help would be greatly appreciated