Re: [Tinyos-help] Oscilloscope single mote multiple channel display

2007-05-21 Thread Ferry Cialis
Hi, thanks for the help! I'm currently using TinyOS-1.x though, I'm still learning nesC and need more detailed explanations on how to assign different channel numbers to each sensor. Where exactly do I alter/add these channel numbers ? Thanks On 5/21/07, Firat TARAKTAS <[EMAIL PROTECTED]> wrote:

[Tinyos-help] what's the Channel mean in OscopeMsg.h

2007-05-21 Thread Chan kenniel
Dear all, does it mean the number of channels for forwarding a packet? or it means the channel number for a packet? Plus, can anyone tell me, if I create my own message, which part is neccessary? since in oscopeMsg.h, i don't quite get all those parameter's usage. like AMOSCOPEMSG=10 , what's th

Re: *****SPAM***** [Tinyos-help] problem about CC2420 buffer

2007-05-21 Thread Philip Levis
On May 21, 2007, at 5:54 PM, [EMAIL PROTECTED] wrote: Hello,I'm a student in China,I come across a problem when I'm testing the network buffer using TinyOS2.0. I use the BlinkToRadio testcase, and modify the code to make one node to send and the other just to receive .The sending frequency

[Tinyos-help] problem about CC2420 buffer

2007-05-21 Thread siya1983
Hello,I'm a student in China,I come across a problem when I'm testing the network buffer using TinyOS2.0. I use the BlinkToRadio testcase, and modify the code to make one node to send and the other just to receive .The sending frequency is 20HZ.When I add a periodic(4HZ) busywait task to the

Re: [Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component

2007-05-21 Thread Steve McKown
Hmmm. It looks like the CC1000 radio implementation doesn't do hardware filtering of incoming packets by addr, so you may need to do nothing but call setAmAddress(). I haven't ever played around with the CC1000, so my quick glance might be wrong. On Monday 21 May 2007 16:01, Itamar Amsili wro

Re: [Tinyos-help] Bug in /tos/sensorboards/mts300/PhotoTempControlP.nc ?

2007-05-21 Thread David Gay
On 5/18/07, Hugo Sousa <[EMAIL PROTECTED]> wrote: In PhotoTempDeviceC there are two instances of PhotoTempControlP wired to the same warmup timer. When the timer fires, both instances signal their own instance of SplitControlPowerManagerC, but only the one that got the resource from the sharing a

Re: [Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component

2007-05-21 Thread Itamar Amsili
Hi Steve, Thanks alot for the help and the code. I'm using the mica2 mote(and if i'm not wrong it uses the cc1000 chipcon for radio), so do you think it is compatible? as you probably know the interfaces are not the same at all bet. the cc2420 and cc1000, so i'm not so sure what i can do. for y

Re: [Tinyos-help] mote is found but not associated with a device node

2007-05-21 Thread Kevin Judson
Just to say I was being silly. I've sorted this now -- I hadn't compiled the FTDI USB serial drivers into the kernel. On 20/05/07, Kevin Judson <[EMAIL PROTECTED]> wrote: Hi, I've been getting this problem too. I.e. when I run motelist I get: Use of uninitialized value in substitution (s///) a

Re: [Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component

2007-05-21 Thread Steve McKown
On Monday 21 May 2007 06:23, Itamar Amsili wrote: > I need to allocate a new address to a new mote who joined the network, > (or maybe change a mote's ID from 1 to 2). > I want to do the allocation inside the program (dymanic), and i think i > need to use the ActiveMessageAddressC component. > Do i

Re: [Tinyos-help] [Xubuntos]

2007-05-21 Thread Issac Garcia
Hi Vasoumana, in the main menu, in Applications->system -> users and groups I change the root password in XubunTOS. But is safer to use sudo when you need to run something with admin privileges On 5/21/07, Wouter Horré <[EMAIL PROTECTED]> wrote: hi, as xubuntos is based on xubuntu (which is in

Re: [Tinyos-help] preprocessor command from make?

2007-05-21 Thread Inderjit Singh
Thanks Micheal. I will investigate it soon and reply with the result. Somebody else might need it. Right now, I have a lot to do. Inderjit On 5/14/07, Michael Schippling <[EMAIL PROTECTED]> wrote: short answer: yes... more complicated answer, to be take with a grain of salt because I've proba

RE: [Tinyos-help] Generic Data Structure in TinyOS

2007-05-21 Thread David Moss
i <http://www.email.it/cgi-bin/start?sid=3> Sponsor: Vuoi ascoltare i tuoi MP3 in auto anche se la tua autoradio non lo permette? Con HEMP3CAR puoi collegare il tuo IPOD o la tua Pen Drive direttamente alla tua vecchia autoradio! Clicca qui <http://adv.email.it/cgi-bin/foclick.cgi?mid=

[Tinyos-help] channel bandwidth

2007-05-21 Thread Eulalia i Anna
Hi all! Can anyone tell us how we can now the channel bandwidth of mica2 working at 433MHz? Thank you! -- Eulalia y Anna ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tin

[Tinyos-help] cricket

2007-05-21 Thread Jordi Vilaseca
To program cricket motes you need a programmer board like mib510. I'm not sure if cricket can be attached to mib600 or mib520. Cricket's RS-232 communications ports I think can be only used to exchange data to/from UART port, not to reprogram nodes. So you cannot use an USB adaptor to program mote

[Tinyos-help] Generic Data Structure in TinyOS

2007-05-21 Thread antonio . guerrieri
nche se la tua autoradio non lo permette? Con HEMP3CAR puoi collegare il tuo IPOD o la tua Pen Drive direttamente alla tua vecchia autoradio! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6591&d=20070521 ___ Tinyos-help maili

[Tinyos-help] SerialForwarder display "write failed "with MIB600

2007-05-21 Thread projet19 projet19
Hello, We are actually working on MIB600 programming board with MICAz Motes. When we try to run Surge app, we have a problem. Indeed, first we export the environment variable with "export [EMAIL PROTECTED]:9001" Then, we launch SerialForwarder with: “java net.tinyos.sf.SerialForwarder -comm

Re: [Tinyos-help] Sampling with a timer on mica2dot

2007-05-21 Thread Lei Tang
Thank you for your reply. My problem is more discouraging, because no packet is sent out when my LED stops. That's why I think the timer interrupt and the sampling are not triggered at all for that time. One guess is the previous sampling and transmission take a long time and cause the next action

Re: [Tinyos-help] Several timer in the same applications

2007-05-21 Thread Romain Thouvenin
Hi Daniele, You can write something like that /*** module ***/ module theModule { uses interface Timer as Timer1; uses interface Timer as Timer1; uses interface Timer as Timer1; } implementation { /* ... */ } /*** Configuration ***/ configuration theConfig { /* ... */ } implementation {

Re: RE: [Tinyos-help] Packet Structure

2007-05-21 Thread Romain Thouvenin
The message type in TinyOS 2 is different from the one in TOS 1. In TOS 2, you access the message fields through interfaces, not directly from the structure. Look at the AM interfaces. If you still want to know how is build the packet, look at AM.h, and the .h files of your platform. All this is

[Tinyos-help] cricket

2007-05-21 Thread roberto pagliari
how do I program cricket motes with a usb adaptor make cricket install.1 mib510=...? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Several timer in the same applications

2007-05-21 Thread Daniele Frosali
Hi to everyone, I would need an information. I have to use in the same applications, three different timers. How I should write the "Implementation part" and the "uses interface part"?? Do I have to use something like Application.Timer -> TimerC.Timer[unique("Timer")]; If yes, how do I have to

Re: [Tinyos-help] [Xubuntos]

2007-05-21 Thread Wouter Horré
hi, as xubuntos is based on xubuntu (which is in turn based on ubuntu), the root account is blocked by default. The recommended way to perform administrative tasks is through sudo. See 'man sudo_root' for more information. regards Wouter On Monday 21 May 2007 16:08:58 vazoumana fofana wrote: >

[Tinyos-help] [Xubuntos]

2007-05-21 Thread vazoumana fofana
hi excuse me, somebody has ever installed Xubuntos on his Pc or laptop ? Indded, i do it and it doens't ask me the root password ? is it right ? Can you help me ? I don't know what's the root password ? thanks. _ Ten : Messenger e

[Tinyos-help] The different between the TOS_NODE_ID and the AM address

2007-05-21 Thread Itamar Amsili
Hi, What is the different between the TOS_NODE_ID and the AM address? I know that their default is the same. If i want to change the mote's ID, which one of them do i use? Thanks Itamar‎ ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

RE: RE: [Tinyos-help] Packet Structure

2007-05-21 Thread Oussama Chougna
Itamar, I’m using tinyos 1.x and in \tinyos-1.x\tos\types\AM.h: typedef struct TOS_Msg { /* The following fields are transmitted/received on the radio. */ uint16_t addr; uint8_t type; uint8_t group; uint8_t length; int8_t data[TOSH_DATA_LENGTH]; uint16_t crc;

Re: RE: [Tinyos-help] Packet Structure

2007-05-21 Thread Itamar Amsili
Hi Oussama, I found The Am.h file (under \tinyos-2.x\tos\types), but there was no mention of the TOS_Msg structure. maybe i need to look for the message_t ? is it the packet structure you meant? i want to know the strucure on the mac layer( if there is any) Thanks again Itamar - Original M

[Tinyos-help] Error: 3 [main] make12828 fork_copy:linked dll......... HELP!!!!!!

2007-05-21 Thread aS iF
Hi, error : 3 [main] make12828 fork_copy:linked dll data/bss pass 0 failed,0x5AD000..0x5AD020, done 0,windows pid 12484, win32 error 87 all of sudden today when i start cygwin i got error , however i am using same thing from last 4-5 months. Please help... i am stuck... \asif __

RE: [Tinyos-help] Packet Structure

2007-05-21 Thread Oussama Chougna
Hi Itamar, Search for the Am.h header file in your TinyOS distribution tree. Somewhere in the file the TOS_Msg structure is defined. It has a Data[TOSH_DATA_LENGTH] field in which you can specify your own data structure. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

[Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component

2007-05-21 Thread Itamar Amsili
Hi, I need to allocate a new address to a new mote who joined the network, (or maybe change a mote's ID from 1 to 2). I want to do the allocation inside the program (dymanic), and i think i need to use the ActiveMessageAddressC component. Do i need to use the ActiveMessageAddressC ? and how to us

[Tinyos-help] Packet Structure

2007-05-21 Thread Itamar Amsili
Hi, When i send a packet from mote A to mote B, what is the packet structure i use ? What kind of fields do i have ? Where can i find the information about it? Thanks alot Itamar‎ ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https:/

RE: [Tinyos-help] Oscilloscope single mote multiple channel display

2007-05-21 Thread Firat TARAKTAS
Hi, If you use TinyOS-1.x, you can achieve it with assigning different channel numbers to each sensor. Oscilloscope application shows the mote id and channel to eparate each sensor readings. If you use T2, i wonder the answer and i want to know it. Because in osilloscope application, there is n

[Tinyos-help] Can one nesC file call the functions in another nesC file?

2007-05-21 Thread Chan kenniel
Dear all, I am new to nesC, can nesC do the same calls like the followings in java? Suppose two java classes: Class A{ function sendMsg(int d, string str); } Class B{ function test() { int a=10; string s = "Helloworld"; A.sendMsg(a,s); } I am wondering how to do this in

[Tinyos-help] Oscilloscope single mote multiple channel display

2007-05-21 Thread Ferry Cialis
Hello, I'd like to know whether it is possible for Oscilloscope java application to display multiple sensor readings from a single mote? For instance, I have a sensor board which has accelerometer-x, accelerometer-y and temperature sensors. The sensor board is mounted onto a single mote. Can the O

[Tinyos-help] FW:

2007-05-21 Thread Michael Collett
-Original Message- From: rachit pathak [mailto:[EMAIL PROTECTED] Sent: 19 May 2007 12:32 To: Michael Collett Subject: sir, thanks for replying. i am using soundrecorder application available at sourceforge.net tinyos/cvsrepository/ tinyos-1.x/contrib/vu/apps/soundrecorder wel i ha

Re: [Tinyos-help] Sampling with a timer on mica2dot

2007-05-21 Thread Romain Thouvenin
Hi Lei, I don't know if it is related to your problem, but sometimes I also notice a strange behaviour from the LEDs. Say I have a sensor sampling at a given rate, like you do, and I make the LED blink each time a packet is sent. Sometimes (typically when I query the sensor or remotely change som