RE: [Tinyos-help] TOS_Msg length is invalid?

2007-09-27 Thread lamiaimeil
://www.moteiv.com/community/Change_the_default_UART_baud_rate Regards, Amartya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lamiaimeil Sent: Wednesday, September 19, 2007 2:46 PM To: Mailing list TinyOS Subject: [Tinyos-help] TOS_Msg length is invalid

[Tinyos-help] TOS_Msg length invalid

2007-09-24 Thread lamiaimeil
Hi all, I have this problem with my new application that I never had before. When I type the command: MOTECOM=serial at COM5:tmote java net.tinyos.tools.Listen the prompt answer me: TOS_Msg length is invalid: header_length=10,real_length=16 ... modifying msg to fit I also try: java

[Tinyos-help] BlockStorageC warning?

2007-09-24 Thread lamiaimeil
Hi all, I'm using tinyos 1.x on tmote sky. When I try to use BlockStorageC component I have this warning on prompt: C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc: In function `StorageManagerM$StdControl$init': C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc:86:

[Tinyos-help] BlockStorageC warning

2007-09-21 Thread lamiaimeil
Hi all, I'm using tinyos 1.x on tmote sky. When I try to use BlockStorageC component I have this warning on prompt: C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc: In function `StorageManagerM$StdControl$init': C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc:86:

[Tinyos-help] BlockStorageC warning

2007-09-20 Thread lamiaimeil
Hi all, I have this problem with my new application that I never had before. When I type the command: MOTECOM=serial at COM5:tmote java net.tinyos.tools.Listen the prompt answer me: TOS_Msg length is invalid: header_length=10,real_length=16 ... modifying msg to fit I also try: java

RE: [Tinyos-help] TOS_Msg length is invalid?

2007-09-20 Thread lamiaimeil
://www.moteiv.com/community/Change_the_default_UART_baud_rate Regards, Amartya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lamiaimeil Sent: Wednesday, September 19, 2007 2:46 PM To: Mailing list TinyOS Subject: [Tinyos-help] TOS_Msg length is invalid

[Tinyos-help] TOS_Msg length is invalid?

2007-09-19 Thread lamiaimeil
Hi all, I have this problem with my new application that I never had before. When I type the command: MOTECOM=serial at COM5:tmote java net.tinyos.tools.Listen the prompt answer me: TOS_Msg length is invalid: header_length=10,real_length=16 ... modifying msg to fit I also try: java

[Tinyos-help] BlockStorageC warning

2007-09-19 Thread lamiaimeil
Hi all, I'm using tinyos 1.x on tmote sky. When I try to use BlockStorageC component I have this warning on prompt: C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc: In function `StorageManagerM$StdControl$init': C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc:86:

[Tinyos-help] TOS_Msg length is invalid?

2007-09-18 Thread lamiaimeil
Hi all, I have this problem with my new application that I never had before. When I type the command: MOTECOM=serial at COM5:tmote java net.tinyos.tools.Listen the prompt answer me: TOS_Msg length is invalid: header_length=10,real_length=16 ... modifying msg to fit I also try: java

[Tinyos-help] Component for USB

2007-09-04 Thread lamiaimeil
Hi all, can someone tell me which component I may use to send and receive messages using usb connector of tmote sky? Now I'm using HPLUARTC component but seems not work. Thanks in advance. ___ L'email della prossima generazione? Puoi averla con la nuova

[Tinyos-help] BlockStorageC

2007-06-27 Thread lamiaimeil
Hi all, I have Boomerang 2.0.2 and I'm trying to use BlockstorageC for flash memory. I see only the following warning when I compile but BlockStorageC seems don't work.. Seems I can mount but I can't erase, read or write the flash.. Can someone help me? Thanks.

[Tinyos-help] BlockStorageC

2007-06-25 Thread lamiaimeil
Hi all, I have Boomerang 2.0.2 and I'm trying to use BlockstorageC for flash memory. I see only the following warning when I compile but BlockStorageC seems don't work.. Can someone help me? Thanks. C:/cygwin/opt/moteiv/tos/lib/Flash/STM25P/StorageManagerM.nc: In function

[Tinyos-help] java.net.ConnectException??

2006-12-14 Thread lamiaimeil
Hi all, I have install Boomerang 2.0.4 on my pc. The first time I start the bash it's all ok but when I close it, I start again the bash and I write the command: $ [EMAIL PROTECTED]:tmote java net.tinyos.tools.Listen the prompt answer me this: $ [EMAIL PROTECTED]:tmote java

[Tinyos-help] java.net.ConnectException???

2006-12-13 Thread lamiaimeil
Hi all, I have install Boomerang 2.0.4 on my pc. The first time seems it's all ok but today I try to do on cygwin bash the command: $ [EMAIL PROTECTED]:tmote java net.tinyos.tools.Listen and the prompt answer me this: $ [EMAIL PROTECTED]:tmote java net.tinyos.tools.Listen getenv JNI library not

[Tinyos-help] Problem with cvs..

2006-11-27 Thread lamiaimeil
Hi all, I'm trying to connect to cvs.sourceforge.net with the command: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos login [I press enter when ask the password] but the prompt answer me: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos login Logging in to :pserver:[EMAIL

[Tinyos-help] ADC switch channel

2006-09-26 Thread lamiaimeil
Hi all, I have a 3-axis accelerometer mount on tmote sky. Every axis (x,y and z) is connected with a different pin of the expansion connector and I want to sample a channel and switch to the next (from x to y and from y to z) cyclical. I must do it at 6000Hz but I see that the ADC time for switch

[Tinyos-help] Multihop problem

2006-09-20 Thread lamiaimeil
I'm using Multihop of Tinyos-1.x and I have a problem. Seems that motes don't forward incoming messages to base station. I see that sender mote broadcast messages to all motes it can see but who receive that message don't do any reply. So if the sender mote see the base station it receive message

[Tinyos-help] ADCC question

2006-09-15 Thread lamiaimeil
Hi all, I have a question on ADC.getContinuousData. In my progect I have 4 sensors mount on Tmote sky and I want to get data from them periodically. I have set a timer and at every Time.fired() I switch from a case structure for get data of a different sensor. The problem is that this way seems

[Tinyos-help] TimerMilliC

2006-09-07 Thread lamiaimeil
Hi all, I want to use timers so I wire TimerMilliC component for use interface Timer2. As I read in TEP102 there is a precision_tag (TMilli, T32khz, or TMicro). When I use Timer2TMilli my program compiles and works but if I use Timer2TMilli or Timer2T32khz I have this error: In component `Myapp':

[Tinyos-help] Error when I try to use the Flash

2006-07-18 Thread lamiaimeil
Hi, I'm new in NesC and I'm trying to use the external flash (ST M25P80) of tmote sky. I use the BlockStorageC component for read and write the flash but when I compile I have this error message: In interface `BlockRead': C:/cygwin/opt/moteiv/tos/lib/Flash/BlockRead.nc:55: syntax error before

[Tinyos-help] Do BlockStorageC works?

2006-07-18 Thread lamiaimeil
Hi, I'm trying to use Flash memory (ST M25P80) of tmote sky and the component BlockStorageC (for BlockRead and BlockWrite interfaces to read and write on the flash). Unfortunately it seems not work. I have installed Moteiv Boomerang 2.0.2 and i've tryed to use all BlockRead.nc and BlockWrite.nc