I'm relatively new to WSNs and I am currently using the Crossbow classroom
kit in an attempt to get started with getting to know how WSNs work and how
to set them up.

I'm using the following hardware:

MIB520 Interface board
2 MPR2400CA MicaZ motes with 2 MDA100CB sensor boards

I have deployed the XMDA100CB_2420_hp firmware provided by Crossbow to my
Motes (Nodes 1 and 2) via MoteConfig alongside configuring my base station
(Node 0) using the XMeshBase_2420_hp firmware also supplied by Crossbow.
"UPLOADING SUCCESSFUL" shows that the firmware is deployed without any
issues.

I can connect to my WSN via MoteView 2.0 and also use XSniff to monitor
communication of my XMesh network. However, within MoteView, I am unable to
view my data, create charts, historgrams, scatterplots or observe a true
view of my XMesh network topology. I can view health data coming back to my
base station. I can also see data coming in on the 'Server messages' panel
which shows that the sensor data is being picked up and is being sent back
to my base station.

Example data:

Query: INSERT into xbw_da100_results
(result_time,nodeid,parent,voltage,temp,light,adc2,adc3,adc4,adc5,adc6)
values (now(),1,0,434,480,925,738,583,401,284,224)
Query: INSERT into xbw_da100_results
(result_time,nodeid,parent,voltage,temp,light,adc2,adc3,adc4,adc5,adc6)
values (now(),2,0,412,485,927,823,729,629,543,440)
Query: INSERT into xbw_da100_results
(result_time,nodeid,parent,voltage,temp,light,adc2,adc3,adc4,adc5,adc6)
values (now(),2,0,412,485,927,823,729,629,543,440)

There seems to be a problem somewhere with the MoteView application picking
up my raw sensor data and turning it into data that can be visualized. I
have MoteView configured to acquire live data locally via MIB520 (COM4, Baud
rate: 57600) using XMDA100 as my application type. I have also configured
the data rate to be 1 second.

I have seen another person having the same problem and followed the link but
the link was broken can any one please help me. 

Hasib 
-- 
View this message in context: 
http://old.nabble.com/Plotting-charts-and-graphs-tp33501394p33501394.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to