Quote Originally Posted by santamaria View Post
hi kamikaze47,
if anyone need sample code for srf02 tell me.
In hopes you are still monitoring this thread, Kamikaze, I would very much like to collaborate with you and receive a copy of your sample code for using the SRF02.
I am currently developing an application that will work with the SRF02. It uses a DS1337 clock's Alarm1 (INTA) as an interrupt to an 18F4550 MCU to wake it up out of SLEEP mode, take 6 range measurements from the SRF02, average the 6 measurements into a single average value, store it in EEPROM and go back to sleep till the next interrupt. Interrupts can be set according to DS1337 clock Alarm settings or a person could replace the clock interrupts with a push button interrupt to manually take measurements and display them.
If you could post your code here it would be a help to me and possibly to other members of this forum.

BTW, I see that you had some difficulties in using a serial interface with the SRF02. I am using I2C interface which seems a lot simpler. Curious....how come you chose to use the serial interface option as opposed to I2C??