Is the original source code for the 802.15.4 Sniffer software available for download? Specifically, PC-based application source code that shows how to access the USB 2530 Dongle for packet transmission and reception is what I'm looking for. Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is the original source code for the 802.15.4 Sniffer software available for download? Specifically, PC-based application source code that shows how to access the USB 2530 Dongle for packet transmission and reception is what I'm looking for. Thanks.
Hello VP,
I can see this is an old post, but in the effort of improving the response on E2E I go through some old post as well to improve the usefulness of search results.
Unfortunately there are for the moment no plans to release the source code for the packet sniffer. But you can find the hex files in "C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Packet Sniffer\bin\general\firmware\" (or wherever you installed the sniffer tool).
If you have a device connected through a debugger you can look at perl dal scripting if it is of any use. This implements some of the function used in smartRFStudiuo. I have not tested it myself, but it might work if you do some modifications to the scripts.
Just to get started:
install the latest SmartRF Studio and then look at the perl scripts and dll files is in the “Document” folder:
..\Documents\Texas Instruments\SmartRF Studio v7\scripts
1) Uninstall all installed versions of strawberry perl (maybe other perl installations as well if present…?).
2) Download strawberry perl version 5.14 from http://strawberryperl.com/releases.html
Direct link: http://strawberryperl.com/download/5.14.2.1/strawberry-perl-5.14.2.1-32bit.msi
3) Read through the perl.html
4) If you cannot run the perl scripts directly, try to Execute the batch scripts residing in “C:\Users\???\Documents\Texas Instruments\SmartRF Studio v7\scripts”. By running the batch script this will ensure that that all the necessary DLLs are found.