This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

how to get decoded data of jn5148 using eclipse

0

I am a newbie . we are using NXP 's jn518 ek 010 and I am using jennet stack . we are using win 7 and for application development we are using eclipse . our project task is to get the temperature , humidity and luminosity sensors value on PC , from which decision making will be proceeded. can any one guide me how to get these values in human readable format? I have read about the custom flash programmer which provide these functionality but they were limited to jn5139. 2 )Is it can be done by the help of wireshark? I am using wireshark provided by NXP ,and have capture some packets... but i don't know to decode the capture payload. 3 ) can I get values with the help of hyper terminal?

Thanks in advance.

asked 07 Jun '13, 06:23

gopalani's gravatar image

gopalani
1222
accept rate: 0%


One Answer:

0

Using the plugin from Jennic and the matching version of Wireshark (very old), captures can be made of the Jennic traffic.

Whether this will help you in your project is another matter. The EK010 sensor demo users a controller board with an LCD screen to display the sensor data from the wireless remotes. To display the same data on a PC, you will need an appropriate application on the PC that communicates with the controller board over a suitable interface (serial?). You will need an app on the PC and an app on the controller to handle the communication. Wireshark is unlikely to be of much help in doing this, you'll probably get better support on the NXP forums.

answered 07 Jun '13, 07:24

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%