with Mr. Bob Heilie
Nov 28
All roads lead to open source Everyware
Nov 07
http://www.alexandra.dk/uk/services/Publications/Documents/IoT_Comic_Book.pdf?t=1320365121
Jul 22
Tutorial java, jdk, linux, ubuntu, xubuntu No Comments
1. enter Ubuntu Software center
2. Enter Edit->Software Sources->Other Software
Check Parteners Repository
Apply-Close
3. Terminal: sudo apt-get update then sudo apt-get install sun-java6-jdk
4. Uninstall from Software center openJava (optional)
5. sudo update-alternatives –config java
select 2 ( sun java )
6. edit file: ~/.bashrc
sudo gedit ~/.bashrc
add at the end of the file:
export JAVA_HOME=/usr/lib/jvm/java-6-sun
export PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME
7. reboot (or logout)
Nov 27
Uncategorized hongkong No Comments
I just got a job offer of a Melbourne company, I will leave for Hong Kong from 29 Nov 2010 till Feb 2011. Going there for new job training and helping them develop ZigBee product. I will try my best to keep this blog alive. but no gurantee… See you Melbourne, I will miss you.

Nov 27
Arduino, Projects, Sensor, SunSPOT, WSN analog, Arduino, dust, pwm, serial, spaughts 1 Comment
Its currently funnded by University of Melboure, soon devices will be delivered to defence sector to test it out. I am in hurry, so just post some pics here. It will be well documented and open source once I finish writting, please visit http://dust.sensorapp.net later.
Nov 18
Arduino, Sensor, SunSPOT dust, serial port 3 Comments
The Arduino has some functions that Sun SPOT does not have, and Sun SPOT got some functions that Arduino may not have. So we can connect them to make them work together. Take the Sharp dust sensor as an example, Sun SPOT can not generate proper pulse signal to drvie this sensor (maybe it is because KVM is too heavy), but Arduino can.
Both of them have serial communication, so this is our solution. It is pretty easy to connect:
Sun SPOT
Arduino PRO Mini
D0 Rx
–>
Tx
D1 Tx
–>
Rx
+5 (Optional)
–>
Vcc
GND (Optional[......]
Nov 13
Arduino, Sensor air quality, analog, Arduino, dust, pwm, sharp 28 Comments
Sharp’s GP2Y1010AU0F is an optical air quality sensor, designed to sense dust particles. An infrared emitting diode and a phototransistor are diagonally arranged into this device, to allow it to detect the reflected light of dust in air. It is especially effective in detecting very fine particles like cigarette smoke, and is commonly used in air purifier systems.

The sensor has a very low current consumption (20mA max, 11mA typical), and can be powered with up to 7VDC. The output of the sensor is an analog voltage proportional to the measured dust density, with a sensitivity of 0.5V/0.1mg[......]
Nov 10
Sensor conference, human, Sensor, sensys 1 Comment
This is a keynote presented by Prof. Alex Paul Pentland on SenSys 2010.

Download video: http://replay-progressive.ethz.ch/h264-medium.http/10.3930/ETHZ/AV-1f61f9b0-b5ec-4e10-9572-dd544974178d/20101103_SenSys_Keynote-dm.m4v
Oct 28
Tutorial book, mobile No Comments
Mobile Science is a book talking all about sensing, computing and dissemination unber Creative Common 3.0 license.
You can read the whole book for free here:
Oct 22
Sensor bug, gm862, gprs, telit 1 Comment
Still not sure how I triggered this bug in Telit GM862-GPS module, here below is the strange behavior:
[text]
AT
OK
AT+CREG?
+CREG: 0,1
OK
AT+COPS?
+COPS: 0,0,"VODAFONE AUS"
OK
AT+CGMR
07.03.400
OK
AT+CGSN
358278006233159
OK
AT+CMEE=2
OK
AT+CSQ
+CSQ: 20,0
OK
AT#USERID=""
+CME ERROR: operation not supported
AT#USERID?
#USERID: ""
OK
AT#USERID=?
#USERID: (50)
OK
AT#USERID=
OK
AT#PASSW=""
+CME ERROR: operation not supported
AT+CGDCONT=1,"IP","vfinternet.au","0.0.0.0",0,0
OK
AT#[......]
Recent Comments