[Tinyos-help] Is it the tinydb Cannot load fonts for IMF error casues the tinydb cannot display result?

2006-06-10 Thread 泽 江
Hello,everyone:I have two quesitons:1.Is it the tinydb "Cannot load fonts for IMF" error casues the tinydb cannot display result?2.How can I make the DemoApp using the tossim instead of reading the serial port? I tried the tinydb in my fedora core4 using tossim.But I get the error of "Cannot load

[Tinyos-help] dataset of redwood or great duck island experiment

2006-06-10 Thread Manju
Hi,Does anybody have the complete data sets of the Great duck experiments or the Redwood experiments? I managed to get a hold of the Intel data set on their site. but need more datasets to conduct some experiments.If you do, could you mail back a pointer to it or the actual data itself?

[Tinyos-help] Re: question on mica sense carrier

2006-06-10 Thread Liu Haibin
Hi,I think I've got the answer. If you look at the following code from ChannelMonC.nc 1 TOSH_SIGNAL(SIG_OUTPUT_COMPARE2) {2 uint8_t bit = TOSH_READ_RFM_RXD_PIN();3 atomic { // Unnecessary, but nesC doesn't understand SIGNAL 4 //fire the bit arrived event and send up the value.5 if (CM_state ==

[Tinyos-help] clock on mote

2006-06-10 Thread Tony Han
Hi, I use MDA300 as sensorboard on mote, and send data wirelessly back to PC. I want to record the time whenever I get each incoming sampling data. Is there anyone has made a real time clock on mote so that I can get a timestamp (for example 06/09/2006 11:26:38) for each record? Thanks for your

[Tinyos-help] interface BaresendMsg in Boomerang

2006-06-10 Thread jagan nath
Hi all, Im trying to use the interface Baresendmsg in my application( variant of TOSBase). when Im compiling Im getting the following error, C:/PROGRA~1/UCB/cygwin/opt/moteiv/tos/lib/CC2420Radio/RadioCRCPacket.nc:49:2: warning: #warning Using old communication interfaces; recommend switch to SP

[Tinyos-help] delay time and memory calculation

2006-06-10 Thread Xing Jin
Hi everyone , If I wanna get the time and memory cost on some paragragh of the code(ex, a function call), what should I do ? For real expriment, not for simulation. Does tinyos offer some system call to get the real time value or memory cost value at some time point? Thanks a lot . Xing Jin

Re: [Tinyos-help] interface BaresendMsg in Boomerang

2006-06-10 Thread Joe Polastre
TOSBase wires directly to the radio. Why would you use BareSendMsg? It is not intended to be used except within the raido stack. Can you describe what you're trying to build rather than the interfaces you think you should be using? -Joe On 6/10/06, jagan nath [EMAIL PROTECTED] wrote: Hi all,

[Tinyos-help] AM address types and InternalFlash usage

2006-06-10 Thread Francis Simoneau
I'm looking for a current list or standards for both AM address types used, and InternalFlash storage usage for Telosb or TmoteSky. Are there any lists or standards of AM address types used or assigned? Are there any lists or standards of InternalFlash usage addresses? I have generated a

Fwd: [Tinyos-help] interface BaresendMsg in Boomerang

2006-06-10 Thread jagan nath
-- Forwarded message -- From: jagan nath [EMAIL PROTECTED] Date: Jun 11, 2006 5:22 AM Subject: Re: [Tinyos-help] interface BaresendMsg in Boomerang To: Joe Polastre [EMAIL PROTECTED] well, I built this application in boomerang which is using various SendMsg and receivemsg