[Tinyos-help] unsubscribe

2008-11-03 Thread Jim Fell
___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Tinyos 2.x

2008-10-01 Thread Jim Fell
Using Windows/Cygwin you can download the RPM package for T2 here: http://docs.tinyos.net/index.php/Installing_TinyOS_2.0.2#Manual_installa tion_on_your_host_OS_with_RPMs Then just scroll down to where it says Install the TinyOS-2.x Source Tree. -Jim -Original Message- From: [EMAIL

[Tinyos-help] Please Help - T2 Mac Events Not Firing

2008-09-25 Thread Jim Fell
Hello. I'm trying to get a port pin to toggle when the device receives a packet. However, it does not appear that the Mac events are firing. As you can see in the below code snippet, all the necessary parts are there, and it does compile without any warnings or errors. dOutput0 is prototyped in

[Tinyos-help] Receive ID

2008-09-23 Thread Jim Fell
Hello. I'm trying to modify the MacLayer.msgReceived event so that I can perform some evaluation on the packet's receiver ID for a mulit-hop system. However, I'm having some difficulty in accessing the destination address / receiver ID. I thought I might be able to do it with something like:

[Tinyos-help] Accessing MAC Layer Events from Application

2008-09-22 Thread Jim Fell
Hello. I'm attempting to toggle a port pin whenever a packet is received or sent by utilizing the MAC layer events. However, when I add these events to my application, even though it compiles, I do not seen the pins toggling on my oscilloscope. I've been able to verify that the functions I'm

Re: [Tinyos-help] level trigger for interrupt

2008-09-22 Thread Jim Fell
Hello Shan, It's my assumption that the reason is because level-triggers are not practical for most applications. The reason for having an interrupt at all is to handle some event that happens in the physical (i.e. real) world. A level trigger would essentially be the same a polling the port,

[Tinyos-help] Multihop

2008-09-19 Thread Jim Fell
Does anybody know if there is a command or event in the TinyOS stack that I can use in my application? For example, let's say that I am mote B. Basically, what I would like to do is toggle a port pin each time a packet from mote A is forwarded to mote C through mote B. Thanks, -Jim

[Tinyos-help] Multihop

2008-09-19 Thread Jim Fell
Does anybody know if there is a command or event in the TinyOS stack that I can use in my application when a packet is sent or received? For example, let's say that I am mote B. Basically, what I would like to do is toggle a port pin each time a packet from mote A is forwarded to mote C through

[Tinyos-help] Recall: Multihop

2008-09-19 Thread Jim Fell
Jim Fell would like to recall the message, Multihop. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Toggling a Port Pin

2008-09-16 Thread Jim Fell
Hello. This is going to sound like a really obtuse questions, but I could use some help here. I'm having some trouble getting some code to compile, so that I can toggle a port pin of the MSP430 on the TelosB mote. I have two files: TwiddleAppC.nc and TwiddleC.nc: **TwiddleAppC.nc**

Re: [Tinyos-help] nesC Q

2008-09-10 Thread Jim Fell
: *** [exe0] Error 1 Do you have any suggestions as to what I need to do to get it to find this module? Thanks, -Jim -Original Message- From: Michael Schippling [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 7:31 PM To: Jim Fell Cc: Tinyos-Help Subject: Re: [Tinyos-help

[Tinyos-help] nesC Q

2008-09-09 Thread Jim Fell
Jim Fell Software Engineer LS Research, LLC W66 N220 Commerce Court Cedarburg, WI 53012-2636 Direct: 262-421-4402 Main: 262-375-4400 Fax: 262-375-4248 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.lsr.com/ http://www.lsr.com/ Notice: This message and any included attachments

[Tinyos-help] Recall: nesC Q

2008-09-09 Thread Jim Fell
Jim Fell would like to recall the message, nesC Q. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Recall: nesC Q

2008-09-09 Thread Jim Fell
Jim Fell would like to recall the message, nesC Q. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] nesC Q

2008-09-09 Thread Jim Fell
Hello. The last email I sent out got mangled by Outlook. I apologize for the inconvenience. I'm new to TinyOS and nesC, and I'm trying to add some debug pulses to the stack, so that I can characterize the processing overhead for a packet to be received and retransmitted. Can I do something

[Tinyos-help] Incorporating Additional Modules into TinyOS

2008-09-05 Thread Jim Fell
Hello. I have an additional module (.extra?) that I would like to incorporate into my TinyOS build. How is this done? Is there something I need to add to the Makefile? Thanks, -Jim ___ Tinyos-help mailing list

[Tinyos-help] 802.15.4 TinyOS Qs

2008-09-05 Thread Jim Fell
Hello. On lines 45 through 59 of .../tinyos-2.x/tos/chips/cc2420/CC2420.h the CC2420 header is specified: typedef nx_struct cc2420_header_t { nxle_uint8_t length; nxle_uint16_t fcf; // Frame Control (Field) nxle_uint8_t dsn; nxle_uint16_t destpan; // Destination PAN ID

[Tinyos-help] TelosB TinyOS RF Channel Question

2008-09-04 Thread Jim Fell
file without much useful information. Where can I find the actual source code for these programs? Thanks, Jim Fell Software Engineer LS Research, LLC Email: [EMAIL PROTECTED] http://www.lsr.com/ Notice: This message and any included attachments are intended only for the use

[Tinyos-help] TinyOS Question

2008-09-04 Thread Jim Fell
Hello. How do I write a program to run TinyOS on the TelosB mote? I've installed Eclipse, but I can't figure out how to install the proper plugin to get it to work with the mote. Any guidance here would be appreciated. Jim Fell Software Engineer LS Research, LLC Email: [EMAIL PROTECTED

[Tinyos-help] Multi-hop Processing Overhead

2008-09-04 Thread Jim Fell
Hello. I am attempting to determine the processing overhead required for a mote to receive a packet from another mote farther away from the base station and forward it to a mote closer to the base station. I was thinking that perhaps a good way to go about this would be to add some debug pulses

[Tinyos-help] nesC Compiler Memory Allocation

2008-08-29 Thread Jim Fell
Hello. Does anyone know if the nesC compiler supports specification of a particular pound-define or code space to a specific address (or range of addresses) upon compilation/linking and how this can be achieved? Thanks, -Jim ___ Tinyos-help

[Tinyos-help] Archived Revisions of TinyOS

2008-08-28 Thread Jim Fell
Hello. Does anyone know where I can download archived/old versions of TinyOS? Specifically, I am looking for version 2.0.2. If I could get this from the TinyOS website or repository, that would be preferable. Does anyone know how I can do this? Thanks, -Jim

[Tinyos-help] TinyOS 2.x Network ID

2008-08-19 Thread Jim Fell
Hello. Does anyone know how to configure the PAN (or Network ID) in TinyOS 2.x? Is this the TINYOS_6LOWPAN_NETWORK_ID defined in cc2420.h? If so, why am I seeing a PAN ID of 0x0022 with my IEEE 802.15.4 sniffer, whereas the TINYOS_6LOWPAN_NETWORK_ID is defined as being 0x0. Thanks, -Jim

Re: [Tinyos-help] TinyOS and Eclipse

2008-07-31 Thread Jim Fell
areas to search). Unfortunately Eclipse will only allow you to have one Project in any directory tree. I haven't found a way to make sub- projects for individual apps because TOS seems to insist on having it's devel tree tightly integrated. MS Jim Fell wrote: / Hello. I?m hoping to develop

[Tinyos-help] TinyOS Question

2008-07-30 Thread Jim Fell
Hello. How do I write a program to run TinyOS on the TelosB mote? I've installed Eclipse, but I can't figure out how to install the proper plugin to get it to work with the mote. Any guidance here would be appreciated. Jim Fell Software Engineer LS Research, LLC Email: [EMAIL PROTECTED

[Tinyos-help] TelosB TinyOS RF Channel Question

2008-07-30 Thread Jim Fell
file without much useful information. Where can I find the actual source code for these programs? Thanks, Jim Fell Software Engineer LS Research, LLC Email: [EMAIL PROTECTED] http://www.lsr.com/ Notice: This message and any included attachments are intended only for the use

[Tinyos-help] TinyOS and Eclipse

2008-07-30 Thread Jim Fell
to for a proper build. I currently have it linked to here: C:\Program Files\UCB\cygwin\opt\msp430 Is this correct, or is there a better folder? Thanks, Jim Fell Software Engineer LS Research, LLC Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.lsr.com/ http

[Tinyos-help] Cygwin Script Autolaunch

2008-07-30 Thread Jim Fell
Hello. Is there a way to get Cygwin to auto-launch a shell script when the Cygwin Bash Shell launches? Thanks, Jim ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Graphviz on Cygwin

2008-07-30 Thread Jim Fell
Hello. Can anyone offer any insight as to which version of Graphviz should be installed in Cygwin? The Online details for this are rather sketchy. Also, what exactly is Graphviz used for? Is it solely for the Eclipse plugin? In that case, should I be installing the Windows version?

[Tinyos-help] FW: Tinyos-help Digest, Vol 63, Issue 129

2008-07-30 Thread Jim Fell
Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=UTF-8 2008/7/30 Jim Fell [EMAIL PROTECTED]: Hello. Is there a way to get Cygwin to auto-launch a shell script when the Cygwin Bash Shell launches? You can put shell commands in the file .bashrc in your home directory