Re: [Discuss-gnuradio] simple ARQ MAC over TDMA; using GNU Radio and USRPs in GRC

2012-09-26 Thread John Malsbury
This system used a 1PPS to sync the radios - for the sake of getting it up and running quickly. A GPSDO would work just as well, with ~50 ns of accuracy, which is pretty good. Alternatively, as Josh said, you could synchronize the radios with other methods, like over-the air broadcast of a "syste

Re: [Discuss-gnuradio] simple ARQ MAC over TDMA; using GNU Radio and USRPs in GRC

2012-09-26 Thread Josh Blum
On 09/26/2012 03:20 PM, Alex Zhang wrote: > Hi Josh, > > A quick question, what is the time reference you are using for the TDMA > engine? Is it GPS or something else? How accurate about the time > synchronization? In this case we tested in the LAB with shared reference and PPS. GPSDO per USRP

Re: [Discuss-gnuradio] simple ARQ MAC over TDMA; using GNU Radio and USRPs in GRC

2012-09-26 Thread Alex Zhang
Hi Josh, A quick question, what is the time reference you are using for the TDMA engine? Is it GPS or something else? How accurate about the time synchronization? On Wed, Sep 26, 2012 at 1:31 PM, Josh Blum wrote: > Hey list, > > For those who were not at the GR Conference 2012: I presented some

[Discuss-gnuradio] simple ARQ MAC over TDMA; using GNU Radio and USRPs in GRC

2012-09-26 Thread Josh Blum
Hey list, For those who were not at the GR Conference 2012: I presented some work demonstrating a simple ARQ MAC over TDMA; using GNU Radio and USRPs in GRC. Its very cool work, I encourage anyone to take a peek at the slides, and checkout the repo and run the examples. The MAC layer work is actu