03-04-2010 06:58 AM
Anybody, Can you please tell me whether the NI Wireless sensor networks be programmed using NesC (Tiny OS)? If so how?
Solved! Go to Solution.
03-04-2010 09:42 AM - edited 03-04-2010 09:43 AM
Hi cranian,
No, as you said, NesC is used to program WSN nodes that are running TinyOS. NI WSN nodes are not running TinyOS, but a firmware image optimized for measurements and long term battery life.
Using LabVIEW WSN, you can customize this personality to add analysis and decision making. See this white paper: http://zone.ni.com/devzone/cda/tut/p/id/9006
If you have existing algorithms written in C, you can place your C code directly inline with your LabVIEW code.
Kurt
03-04-2010 10:52 PM