[Tinyos-help] help

2006-08-23 Thread neeraj sharma
hi sir i m doing project on wireless sensor network.i have to send image from mica 2 mote to base station then PC..i m using one module SenseLightToLog module in Tinyos 1.x but when i used:java.net.tinyos.tools.BcastInkjet start_sensing 16 100 and then

[Tinyos-help] Howto include header file in other directory?

2006-08-23 Thread Chong Hui Kim
I searched mailing list. But I didn't get answer. How can I include header file in other directory? In my problem, header file is located in just above directory. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] new to TOSSIM

2006-08-23 Thread mike healy
Tossim does not run in realtime by default, it runs as fast as it is able.To see the results in realtime use the -l switch i.e.: ./main.exe -l=1 1On 8/23/06, Zhao Stephen [EMAIL PROTECTED] wrote: Dear all,I am new to TOS. I perfromed TOSSIM for Blink. In particular, I setexport DBG=led for

[Tinyos-help] T2 Collection

2006-08-23 Thread Jay Taneja
Hello,I have an application with the following structure:In MyProgAppC.nc:MyProgC.Output - SerialOutC.Output;In SerialOutC.nc:components MySenderP;Output = SerialOutP;MySenderP.AMControl - Serial;MySenderP.Packet - Serial;etc. etc.The idea behind this design is that SerialOutC can be interchanged

[Tinyos-help] OscilloscopeRF

2006-08-23 Thread Andrew Meyerink
Dear List, I am currently developing a wireless data acquisition system using Crossbows Mica2Dot and the MIB510 base station. My goal is to increase the sampling rate to as high as possible (ideally 1000 samples/sec) but I am finding it extremely difficult due to TinyOS primitive

[Tinyos-help] Re: BlockStorageC with telosb

2006-08-23 Thread harun
Hello, Thanks for the quick answer. I tried it with this example, but it doesn´t work. Can anyone give me information or an example about BlockStorageC ? I try to use it with a telosb. Dear All, I am trying to use the BlockStorageC with a telosb mote for network-reprogramming. But I

[Tinyos-help] btnode timer

2006-08-23 Thread Suguna Subramanian
Hello,I am using btnode rev3..I want to access the atmel128 timer 1...Can anyone help me how to do this..I found in the tiny os list the code for atmega128timer.h...My application should access the timer1and get its value when i send a packet...How to do this...Can anyone help me regarding

[Tinyos-help] sensor board for Tmote / TelosB

2006-08-23 Thread Kamise Thonoux
sensor board for Tmote / TelosB available from http://www.easysen.com - Can be directly connected to the external connector of TmoteSky or TelosB - Eight (8) high sensitivity sensor channels: x-y magnetic, x-y acceleration, Temperature, light, IR, Acoustic - TinyOS / Java code support

[Tinyos-help] How to unsubscribe from this mailing list?

2006-08-23 Thread #ALLAN LEE#
Title: How to unsubscribe from this mailing list? Hi, May I know how can I unsubscribed from this mailing list? It's flooding my email a/c too fast. If you are the admin, can you remive me direct? Thanks. rgds, @llan ___ Tinyos-help mailing

[Tinyos-help] TEP 103: comments on Log Storage

2006-08-23 Thread R. Steve McKown
On Friday 21 July 2006 09:34 am, Ramesh Givindan wrote: TEP 103 is ready to move from draft to final. [snip] ... to send them to me before *August 10th*. This week I started designing with the log storage (TEP 103 logging) component for stm25p. In searching the list archives, I found Ramesh's

Re: [Tinyos-help] Howto include header file in other directory?

2006-08-23 Thread R. Steve McKown
On Wednesday 23 August 2006 01:44 am, Chong Hui Kim wrote: I searched mailing list. But I didn't get answer. How can I include header file in other directory? I add app-specific include directories to the PFLAGS variable in the Makefile. Note lines 4 and 5 in the Makefile: -- Example

Re: [Tinyos-help] T2 Collection

2006-08-23 Thread R. Steve McKown
On Wednesday 23 August 2006 03:40 am, Jay Taneja wrote: ... it runs into errors when working with Collection, which has a StdControl interface (which has start(), and stop() functions). The problem is that I have implemented AMControl.startDone() and stopDone() events in MySenderP (for the

Re: [Tinyos-help] How to unsubscribe from this mailing list?

2006-08-23 Thread Ole Bischoff
Title: How to unsubscribe from this mailing list? https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help (the address at the bottom of your eMail ;-) - Original Message - From: #ALLAN LEE# To: tinyos-help@Millennium.Berkeley.EDU Sent: Wednesday,

Re: [Tinyos-help] TEP 103: comments on Log Storage

2006-08-23 Thread David Gay
On 8/23/06, R. Steve McKown [EMAIL PROTECTED] wrote: The two suggestions below come from some shortcomings (?) I'm finding with the LogWrite/LogRead interfaces. Please tell me if I'm overlooking obvious solutions using the existing interface definitions. See comments below :-) #1 record

[Tinyos-help] Programming MSP platform with JTAG

2006-08-23 Thread Greg Maki
Hello all, I have created a platform that I will be experimenting with T2 and uses the MSP430 microcontroller. It currently is using the JTAG for programming and I would like to be able to say make platform install and have it use the JTAG rather than the BSL. I have looked at the

RE: [Tinyos-help] Help with Flash!

2006-08-23 Thread Munaretto, Daniel
Hi David, now the code is going little better but i don't know why of this behaviour: i explain you in a simple way: i have 2 nodes, every node creates a new packet every 10 seconds. When they create or receive a packet, they inject them in a buffer with the same generation (a parameter

[Tinyos-help] What type field value to use???

2006-08-23 Thread Luis E. Palafox-Maestre
Hi, I was wondering if there's an existing table of the field values being used by existing tinyos applications (i.e. SurgeMsg uses 0x11), I'm developing my own custom app but I'm trying to decide which value to use that doesn't conflict with any other Message type. Currently, this might not be

[Tinyos-help] Re: BlockStorageC with telosb

2006-08-23 Thread Jan Piekarski
On Wed, 23 Aug 2006 13:18:18 +0200 harun [EMAIL PROTECTED] wrote: Hello, Thanks for the quick answer. I tried it with this example, but it doesn´t work. Can anyone give me information or an example about BlockStorageC ? I try to use it with a telosb. Hi First example: Look

[Tinyos-help] Jave Problem

2006-08-23 Thread Ian Welch
When I run the Listen tool I get the following errors[EMAIL PROTECTED] ~$ java net.tinyos.tools.Listen -comm serial@/dev/ttyS4Exception in thread main java.lang.NullPointerException at java.util.Hashtable.get (Unknown Source) at net.tinyos.packet.Platform.get(Platform.java:23) at

[Tinyos-help] Telos Radio Power Consumption

2006-08-23 Thread Fatima Zohra
Hi All, I am trying to calculater the power consumed by the telos radio to transmit 1 Kb of data to a distance of 10 m. I understand that Total power consumed= Transmit electronics power (nJ/ bit) + Power Amplifier (nJ/ bit/ square meter) I want to know the values for telos motes. Any help

Re: [Tinyos-help] TEP 103: comments on Log Storage

2006-08-23 Thread R. Steve McKown
On Wednesday 23 August 2006 10:36 am, David Gay wrote: On 8/23/06, R. Steve McKown [EMAIL PROTECTED] wrote: #1 record atomic LogRead.read() If you are using variable-sized records, the expectation is that you will record whatever extra metadata you need to find their boundaries. Yes, this

Re: [Tinyos-help] TEP 103: comments on Log Storage

2006-08-23 Thread David Gay
On 8/23/06, R. Steve McKown [EMAIL PROTECTED] wrote: #2 - Buffer overrun indication I don't think recsLost() would be a good idea... [snip] Especially since there's no such thing as a record! ;^) Tracking overrun instances via currentOffset() may be good enough for this application. It

[Tinyos-help] problem with uploading program to mote

2006-08-23 Thread 杜治高
Hello, In tinyOS 1.1.15,I met a problem when uploadingprogram to micaz mote.It stopped working here: uisp -dprog=mib510 -dserial=com4 --wr_fuse_h=0xd8 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out-1. No error report,no response. But itworks normally in

Re: [Tinyos-help] Jave Problem

2006-08-23 Thread Michael Schippling
You seem to be using Bill Gate's version of Java... Assuming you have installed a real JDK someplace, put the jdk.../bin directory before system32 in your PATH. MS Ian Welch wrote: When I run the Listen tool I get the following errors [EMAIL PROTECTED] ~ $ java net.tinyos.tools.Listen -comm

Re: [Tinyos-help] problem with uploading program to mote

2006-08-23 Thread Michael Schippling
try using /dev/ttyS3 instead of com4 this is a feature of the upgraded cygwin used by post 1.1.10 TOS. MS 杜治高 wrote: Hello, In tinyOS 1.1.15,I met a problem when uploading program to micaz mote.It stopped working here: uisp -dprog=mib510 -dserial=com4 --wr_fuse_h=0xd8

[Tinyos-help] Serial Forwarder Problem

2006-08-23 Thread Dooosun yang
hi. I currently using Micaz MIB600 for mote lab. Anyway, while i am doing my lab. I became curious about the serial forwarder. The Problem that makes my head fussy is that how the serial forwarder works for 50 motes. Should i run 50 different serial forwadersfor each one? If so, How they

[Tinyos-help] direted diffusion

2006-08-23 Thread 六安
hi everybody I'm new in the tinyos feild and I would like to try implementing routing algorithms(DD) and simulate it with TOSSIM so if any body has any source code for any algorithm that I can run using TOSSIM please post it for me thank very much! george 邮 箱 积 分,换 易 趣 现 金 购 物 券 0 邮 箱 积

Re: [Tinyos-help] Serial Forwarder Problem

2006-08-23 Thread Michael Schippling
All the messages to and from your 50 re-Motes go through one TOSBase mote on the MIB adapter to get to the host computer where SerialForwarder (or any other client program) is running. The messages are distinguished by a destination address (e.g., the addr field in the TOS_Msg struct in