Patrick Wang

Work is tough! Time to dream.

January 17, 2011
by Pat
0 comments

Android : sdcard emulator and eclipse

This post is going to be about how to implement a .iso image for use to simulate an sdcard when developing an Android application. The following link is what Android developer offers with how to emulate sd card. http://developer.android.com/guide/developing/tools/emulator.html#sdcard I … Continue reading

October 7, 2010
by Pat
7 Comments

Arduino bluetooth with temperature sensor send data to mobile phone

In the previous post, I had code to read a temperature sensor.  http://www.ph0t0n.com.au/arduino-bluetooth-with-temperature-sensor/ . The sensor was attached to an Arduino bluetooth board. Now, with the code below, we’ll have the temperature data sent to your mobile phone and your … Continue reading

October 6, 2010
by Pat
0 comments

Arduino bluetooth with temperature sensor

Below is an alpha version of arduino bluetooth coupled with electronic brick shield. This application is for my findOut project. Currently the code only supports for a basic temperature sensor. There is code for a temperature/humidity sensor, 3 axis accelerometer, … Continue reading