This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

My question is pertaining to running of sniffer to show my device name

50 MHz, 500 M Samples [16].logicdatamainc.txt(/attachment/98d67704ad9c5affad8d5bce2ef93315)(/attachment/f20245cb8f1c01edb4b17875b6eedc4b)01200555.pdfI am using the radio with ppi to transmit as well as receive packets through the same code. I need to record the time events.I have enabled a special button functionality to distinguish between the transmit and receive events.

I am attaching the mainc file under. I have thoroughly checked the address, and other values that i put in the packet. If you could let me know what could be the problem behind my device named "Raghav" not being showed on sniffer, even though the code is built and run properly. I even try to set break point at timer init and commented out 'app button is pushed' function but no change occurs.

I am attaching my mainc file .

Parents
  • Hi With regard to the same work, thers is another issue. I want that at the ready event timestamp to is captured and loaded into the packet. This is done using the interrupts itself as you can see in my mainc file attached at the top. Then after some time there is Start for the radio. So i am not using the Ready/Start shortcut here instead i am using the interrupts to load the packet initially at Ready just when ramping up of radio is about to be over. This is beacuse after packets will be on air i cant load the timesatamp onto the packet. And this is how the tiny sync algorithm work (referring to the link to the resarch papaer above-figure 1). Now i started the analyser by connecting to all the four pins 21,22,23,24 to see the behaviour of different events- Ready, Address and Payload and the time between ready and start. But it just shows some toogle on ready event which is inappropriate and nothing on the address and payload event. Can you look at the mainc file and verify if the interrupts are actually bound to work or not. I have an INTENSET in main and made a new function 'radio handler' just above main which is called on a radio interrupt. am also attaching my capture on the analyser at the top if you would like to view

Reply
  • Hi With regard to the same work, thers is another issue. I want that at the ready event timestamp to is captured and loaded into the packet. This is done using the interrupts itself as you can see in my mainc file attached at the top. Then after some time there is Start for the radio. So i am not using the Ready/Start shortcut here instead i am using the interrupts to load the packet initially at Ready just when ramping up of radio is about to be over. This is beacuse after packets will be on air i cant load the timesatamp onto the packet. And this is how the tiny sync algorithm work (referring to the link to the resarch papaer above-figure 1). Now i started the analyser by connecting to all the four pins 21,22,23,24 to see the behaviour of different events- Ready, Address and Payload and the time between ready and start. But it just shows some toogle on ready event which is inappropriate and nothing on the address and payload event. Can you look at the mainc file and verify if the interrupts are actually bound to work or not. I have an INTENSET in main and made a new function 'radio handler' just above main which is called on a radio interrupt. am also attaching my capture on the analyser at the top if you would like to view

Children
No Data
Related