SRF01 - anyone one got it working with a Arduino UNO board?

Hi
I have the SRF01 and tried the code here:
http://www.dfrobot.com/wiki/index.php/S ... SEN0004%29
it is not working.. and my console just showed "SRF01 Example". The code hangs at line 30
28 byte softVer;
29 SRF01_Cmd(SRF_ADDRESS, GETSOFT); // Request the SRF01 software version
30 while (srf01.available() < 1);
31 softVer = srf01.read(); // Read software version from SRF01
I am using Arduino UNO and attached to COM6
Thanks!
2016-01-14 18:54:11 It seems like what you said, it is burn for the reverse wiring of VCC-GND. If you want to fix it, you can contact [email protected] for a guide. They might tell you which component got broken, generally it's voltage regulator.
Leff

2016-01-08 06:08:38 unfortunately.. still not working .. same thing.. only see
"SRF01 Example"
the code stops in the loop() function in the while(srf01.available()<2); loop.
perhaps the sensor is toast after the wrong wiring... between the SRF01 was shipped with the 3-pin JST connector, so I just used it as is and did not notice the Gnd and Vin were wrong.
ll
"SRF01 Example"
the code stops in the loop() function in the while(srf01.available()<2); loop.
perhaps the sensor is toast after the wrong wiring... between the SRF01 was shipped with the 3-pin JST connector, so I just used it as is and did not notice the Gnd and Vin were wrong.

2016-01-07 00:19:22 The code compiles fine and gets uploaded ok.. however, all I can see from the Serial console is "SRF01 Example". I have attached a screen shot and also a picture of the Arduino + SRF01.
Thanks!
L
ll
Thanks!
L
