I have an Arduino that is successfully networked using the SparkFun WiFly shield.
I now want to add the SparkFun Temperature Sensor (TMP102) to this setup but apparently adding the Wireless to the Arduino and Temperature Sensor stops this from happening.
The output from the device is:
[WIFLY] Shield Terminal Routine
[WIFLY] Bridge initialized successfully!
[WIFLY] Rebooting
[WIFLY] Entering command mode.
[WIFLY] Set wlan to authorization level 0
[WIFLY] Set security phrase to
[WIFLY] Set IP localport to 80
[WIFLY] Joining 'SensorNetwork'
........................................
[WIFLY] Associated!
[TEMP] Temperature read at -128 deg C
The temperature sensor is in a loop and therefore should continue sampling rather than just freezing. Removing the associated Wireless hardware and code leaves the sensor operating properly.
Can anyone suggest what is going wrong?
Code is online [here](http://www.csd.abdn.ac.uk/~cbaillie/arduino/WiFly_1/WiFly_1.pde)