Re: [Tinyos-help] TOSThreads & TinyLD

2010-12-31 Thread Chieh-Jan (Mike) Liang
Hi, There are two TinyLD files that you need to update. 1.) tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h 2.) tools/tinyos/tosthreads/tosthreads_standard_api.py Thanks Mike On Dec 30, 2010, at 7:45 PM, ranal fernando wrote: > Hi all, > > > I noticed a strange behavior in TOSThreads

Re: [Tinyos-help] Deluge T2 app maximum size

2010-12-31 Thread Chieh-Jan (Mike) Liang
Hi Jose, This is not the problem of Deluge, but the fact that Tmote Sky Flash is only 48K. When you included the DelugeC component, it bumped up the ROM usage. Thank you Mike On Dec 31, 2010, at 9:54 AM, wrote: > Hi all! > I'm working with Deluge T2 in Tmote Sky (telosb) under Cygwin. I wo

[Tinyos-help] (no subject)

2010-12-31 Thread kli y
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Deluge T2 app maximum size

2010-12-31 Thread jostargal
Hi all! I'm working with Deluge T2 in Tmote Sky (telosb) under Cygwin. I wonder what's the maximum size of a tos image that work OK with Deluge dissemination. I've an app with 38000B in ROM and 4000B in RAM, and when I compile (make telosb) with DelugeC component, I get memory problems (overlappi

Re: [Tinyos-help] RssiDemo onto Mica2

2010-12-31 Thread Prasad Sampath
Hi David, Thank you for your quick reply. I got it worked by just commenting uses interface PacketField as PacketRSSI; <\code> line. Worked since my mote is mica2. Your suggestion is great and more general. It will work even if IRIS mote is used. cheers! @ Miklos I am quite new in WSN. started

Re: [Tinyos-help] RssiDemo onto Mica2

2010-12-31 Thread Miklos Maroti
Hi! Mica2 has the CC1000 radio chip, so you cannot use the PacketField interface of the rf230 radio chip with it, so do not add that include line. Best, Miklos On Fri, Dec 31, 2010 at 6:17 AM, Prasad Sampath wrote: > Hi David, > > I am also having the same problem, even if I add "INCLUDES += >