Bluetoothshield Arduino and Android
2013-08-31
To build a mobile particulate matter pollution monitor, fused an Arduino controlling Shenyi dust sensor with an Android tablet.
Software Alternatives are:
- Tried with Amarino library and apps
- App Inventor and Arduino with blue tooth shield
- Crude code and android app
following links were most useful for error-free slave connection between Android and Arduino with seed studio blue tooth shield.
- http://forum.arduino.cc/index.php?PHPSESSID=n80llfhki75ufb2ne0e8158u47&topic=120113.30
- http://www.rjanick.com/2012/11/26/seeed-studio-bluetooth-shield/
- http://arduinobasics.blogspot.in/2013/01/arduino-basics-bluetooth-tutorial.html
- http://jondontdoit.blogspot.com.au/2011/11/bluetooth-mate-tutorial.html
For seeing the blue tooth serial in Android
- http://askubuntu.com/questions/190779/is-there-any-way-to-see-data-coming-from-bluetooth
- http://bellcode.wordpress.com/2012/01/02/android-and-arduino-bluetooth-communication/
Alternative 2: App inventor as given in this link
is working based on master blue-tooth communication. Master communication is not established. However, found an app inventor source with the ability to work with slave communication, So now the direction is.