Basically, I have two RFM12B boards set up on an Arduino UNO, they're both configured and are able to communicate.
However, I am unsure how I would be able to calculate the distance between the two boards. I was thinking of using microseconds to measure the time spent traveling back and forth, which would allow me to calculate the distance between the two boards.
Does anyone have any suggestions, hints or information that might be useful?