Home→Forums→MonoBrick Communication Library→Monobrick on Android→Reply To: Monobrick on Android
January 21, 2014 at 21:17
#3868
Anders Søborg
Keymaster
Hi Again
There are no such things as dumb questions! I am just happy that people are using me software…
Should it be my phone name or my ev3 brick name? And does it matter if I turn on bluetooth and pair devices before I run the app on my phone?
Yes you need to pair you phone with the brick before running the program…
Just quoting what I wrote above
Once Bluetooth has been turned on use the following code to get a list of paired devices
MonoBrick.Bluetooth.BondDevices
If you know the device name you can also call
MonoBrick.Bluetooth.GetBondDevice(string deviceName);
Follow