Re: [Tinyos-help] MTS310 - raw sensor data

2006-07-27 Thread Tehn Yit Chin
Octave Technology has a document that outlines the packet format, which could help in your situation. http://www.octavetech.com/newsroom/pubs.html Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. [EMAIL PROTECTED] wrote: Hi, I am getting messages looking like the following

Re: [Tinyos-help] multihop problems

2006-07-11 Thread Tehn Yit Chin
address of node2, which indicates that it is multihopping from to node0 via node 2. Thanks for all who helped! Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. Tehn Yit Chin wrote: Hey all, Thanks to all that reply, but I haven't manage to get the multihop to work yet so I put

Re: [Tinyos-help] multihop problems

2006-07-10 Thread Tehn Yit Chin
Thanks for the information. Does the multihop works out-of-the-box with the surge application? Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. Aditya Bhave wrote: A packet will multi-hop if node2 is not within radio range of base. Its packet will reach node1 only who

Re: [Tinyos-help] multihop problems

2006-07-10 Thread Tehn Yit Chin
packets from each other, but the other leds are not toggling at all so they are not trying to forward any packets. When will node2 know to forward the packet? Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. Ben Kelley wrote: Generally, it should. But sometimes it will take

Re: [Tinyos-help] Use of C functions in nesc code

2006-07-09 Thread Tehn Yit Chin
, Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. saadia khan wrote: Can anyone tell me whether the C functions can be used in nesc code, e.g., using basic math functions like sqrt() or pow() or other maths functions? Thankyou S Khan

[Tinyos-help] multihop problems

2006-07-09 Thread Tehn Yit Chin
multihop with only two nodes in the network? 3) Is there a power up sequence? ie base node first, and then node 1 and the node 2? 4) What are the conditions that will cause a packet to multihop? Any suggestion is appreciated. -- Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd

Re: [Tinyos-help] multihop routing in surge

2006-07-07 Thread Tehn Yit Chin
Tehn Yit Chin wrote: Hi, I am experimenting with multihop routing in the surge tutorial. While I was browsing through the source, in particular, tos/lib/Router/MultiHopRouter.nc, I noticed that it uses MultiHopRouteM or MultiHopEngineM depending on whether OLD_ROUTING is defined. What

Re: [Tinyos-help] __attribute__ ((C, spontaneous))

2006-07-05 Thread Tehn Yit Chin
not perform any optimisation on this bit of code as well, or is that left up to avr-gcc? cheers, Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

Re: [Tinyos-help] error Direct Parallel Access not defined

2006-07-02 Thread Tehn Yit Chin
cheers, Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. zhiqiang zhang wrote: hi guys: I attached the command and message below : *$ make micaz reinstall.0 MIB510=/dev/ttyS0* * set-mote-id build/micaz/main.srec build/micaz/main.srec.out-0 0 Could not find symbol

[Tinyos-help] #ifdef support in nesc.

2006-06-29 Thread Tehn Yit Chin
SurgeM.nc:265: Sounder.stop not connected make: *** [build/mica2/main.exe] Error 1 I also has the following the module definition as well. #ifdef CHIRP_ENABLE interface StdControl as Sounder; #endif /* CHIRP_ENABLE */ I am using nesc 1.1. Any pointer is appreciated. -- Tehn Yit Chin Embedded

Re: [Tinyos-help] Loading programs onto Mica2: Prelim question

2006-06-29 Thread Tehn Yit Chin
are the same for the two motes. The individual ID shouldn't matter as CntToLedsAndRfm is broadcasting the packets to all receivers. cheers, -- Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] #ifdef support in nesc.

2006-06-29 Thread Tehn Yit Chin
Philip Levis wrote: On Jun 29, 2006, at 5:33 PM, Tehn Yit Chin wrote: Hi, Does anyone know if #ifdef is supported in nesc? The full C preprocessor is supported. Your bug is that you are not wiring the Sounder. You need to include it in the configuration. In Surge.nc, I was wiring

Re: [Tinyos-help] Loading programs onto Mica2: Prelim question

2006-06-29 Thread Tehn Yit Chin
Arijit Ghosh wrote: I did set the same group id for both. I used the MakeXbowlocal file. Did yours work straight out of the box? Can you please send me your makelocal/makexbowlocal file? Mine work straight out of the box. All I added was to create a Makelocal which I placed into

[Tinyos-help] component documentation

2006-06-28 Thread Tehn Yit Chin
Hi, I was wondering if there are any documentation on what components are standard in the tinyos 1.1.0, other than browsing through the source? many thanks -- Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. ___ Tinyos-help mailing

Re: [Tinyos-help] tinyos RAM calculation: just .bss (not .data)?

2006-05-18 Thread Tehn Yit Chin
You can also use the size utility to find out sizes of various sections as well, or the avr equivalent avr-size. Tehn Yit Chin Software Engineer, Grey Innovation Pty. Ltd. Leonardo B. Oliveira wrote: Hi all, it seems that .data is not considered while tinyos calculate the amount of RAM mem

[Tinyos-help] development environment

2006-05-15 Thread Tehn Yit Chin
with tinyos-1.1.0, it said to remove this installation as well. Is this because tinyos has its own verion of gcc that it uses? Has anyone found a way of just downloading the tinyos source and nesc without reinstalling the gnu toolchain? many thanks, -- Tehn Yit Chin Software Engineer, Grey Innovation