android-processing and Amarino library
in
Android Processing
•
1 year ago
Im writing an android app thought processing and i want to communicate between arduino and android with bluetooth.
Im using the amarino library to do this.
So far i was able to send data to the arduino succesfully, my problem is when i add a broadcastReceiver in order to get data from the arduino.
I think that the problem is with the BroadcastReceiver syntax in processing.
The program is compiled succesfully but the app crashes after it starts.
Does anybody have success with the amarino library?
1