contiki-ng / mspsim

Official MSPSim git repository
BSD 3-Clause "New" or "Revised" License
66 stars 83 forks source link

CC2420 timing diff with hardware #52

Open simonduq opened 6 years ago

simonduq commented 6 years ago

There is a timing difference between a real cc2420 and MSPSim: the time between a call to NETSTACK_RADIO.transmit() (with the radio OFF) and the end of the SFD is, on hardware, about 456 usec. In MSPSim it is 369 usec.

What is needed is to add an extra 87 usec delay in MSPSim before every transmission.