[Tinyos-help] Where can I get the source code of ncc1.e xe?

2006-08-04 Thread Fajun Sun
Dear Sir: I want to put a stupid question into this list:).Where can I get the source code of nesc1.exe?I think I couldn't get it~. If you have,please sent it to me. Many Thanks and Regards. Fajun Sun 网 易 邮 箱 带 你 率 先 跨 入 3G 时 代 ! 3G 海 量 邮 箱 ,20 兆 超 大 附 件 ;网 络 记 事 本 + RSS + 大 容 量 网 盘

Re: [Tinyos-help] Problems with javacomm

2006-08-04 Thread Fabrizio Stefani
OK, I solved reinstalling java as explained in https://jdk-distros.dev.java.net/ubuntu-dev.html and then repeating the steps Compile Java Tools, TOSCOmm and JNI in http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/ Now java programs work properly with a tmote attached to the /dev/ttysUSB0

RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-04 Thread Munaretto, Daniel
Yes, i had to update the old version. Now it compiles, but when i run the java tool i'm not able to use read and write commands. For example, from folder /contrib/rincon/tools/java i type java com.rincon.flashbridgeviewer.FlashViewer 0 -ping and i receive correctly Pong!The mote has

RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-04 Thread Munaretto, Daniel
And also with command -flush, it's working. Only with commands + arguments it doesn't work! -Original Message- From: Munaretto, Daniel Sent: Fri 8/4/2006 10:15 AM To: David Moss Cc: tinyos-help@Millennium.Berkeley.EDU Subject: RE: for

RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-04 Thread Munaretto, Daniel
Then i commented /*import com.rincon.transfer.TransferCommands;*/ in FlashViewerSender.java in order to compile FlashViewer.java and so have a new .class. But the results are the same. In FlashViewer.java, i notice with debug messages, i'm able to enter in if(cmd.matches(-read)) { // Get

[Tinyos-help] BlockWrite/BlockRead error

2006-08-04 Thread Tony L
Hi, I use t-mot sky. I call BlockWrite.write to write some bytes to the flash. After some time, I call BlockRead.read to read the bytes to the packet payload and broadcast the packet. I got the compile errors as below. Is there any one who knows how to solve the problem? thanks Best Regards

[Tinyos-help] GenericComm fails when an event is fired

2006-08-04 Thread prajakta choudhari
hi all, i have a problem. In my program, my GetPressure component requests ProvidePressure component to start and get pressure data. when the Pressure.dataready event is fired in the ProvidePressure component, in this event another event is signalled to the GetPressure component that tells

Re: [Tinyos-help] TinyDB help

2006-08-04 Thread Roberto Pietrangeli
The Fire Test Event doesen’t work coz the method always return null. So I’m trying to put in order the method with the right classes. If you open the source code in CommandMsgs.java I’ll see that the fireEvent method is all commented without the return null. So you’ve to uncomment: -fireEvent

[Tinyos-help] help a question about the signal strength and transmission distance

2006-08-04 Thread Yinying Yang
I am wondering how to use the signal strength to compute the distance between the sender and the receiver. I think there should be some relationship between the RSSI and the transmission range. Is there any formula about this or any tool can be used in TOSSIM? Thank you. Yinying Yang

[Tinyos-help] RE: for David Moss: finally!thanks!pizzas+beers

2006-08-04 Thread David Moss
Glad you got everything working - I'll look into those issues you found and update the CVS if necessary. Thanks for your feedback! I believe the datasheet says about 100,000 erases, but there's really no way of telling what the lifetime will be until you kill it. 100,000 erases is probably a

[Tinyos-help] RE: for David Moss: error found!!

2006-08-04 Thread David Moss
Ok, figured out this problem you were having. The Java usage that is printed to the screen is actually deprecated - the [mote] ID should be removed. Instead of java app [mote] [command], it should be java app [command]: java com.rincon.flashbridgeviewer.FlashViewer -ping instead of java

[Tinyos-help] I2C and TelosB

2006-08-04 Thread Max CORTIANA
Hi all I'm upgrading TinyOs to version 2.0, but i don't see any I2C component for the TelosB platform while it is ready for other platforms. TinyOs 1.x instead offers the I2CPacketC component, which i've used for my applications. Is the I2C driver for TinyOs in a developing stage or have i

RE: [Tinyos-help] HPLTimer3 on Micaz using tinyos-1.x

2006-08-04 Thread Michael Collett
Hi, My main aim is to get TestAcousticRanging from Vanderbilt working on my Micaz using tinyos-1.x… I’ve tried to rewrite HPLTimer to use timer3 to overcome the micaz radio/timer2 compatibility issues. I’ve managed to compile my application now. The problem is that the timer doesn’t seem to

[Tinyos-help] Tmote UART0 RX?

2006-08-04 Thread Ronald Peterson
Hi, I'm looking for an example of -reading- data from the Tmote (Sky or Invent) UART0 serial port. I found the code that writes to it, but after looking through the SP source, UART0 components, and trying a variety of experiments I can't seem to read any bytes. Is bus arbitration required

[Tinyos-help] double boot in TOS-2.0.0beta1

2006-08-04 Thread Christian Tschudin
Hi, Starting from RadioCountToLeds, I wanted to switch off and on the ActiveMessageC component, and got a second booted()-event with complete re-init of the main component. Bug or mistake on my side? thanks for your help, christian. --- Christian Tschudin, University of Basel

Re: [Tinyos-help] double boot in TOS-2.0.0beta1

2006-08-04 Thread Philip Levis
On Aug 3, 2006, at 2:31 AM, Christian Tschudin wrote: Hi, Starting from RadioCountToLeds, I wanted to switch off and on the ActiveMessageC component, and got a second booted()-event with complete re-init of the main component. Bug or mistake on my side? Can you be a bit clearer about what's

Re: [Tinyos-help] Tmote UART0 RX?

2006-08-04 Thread Joe Polastre
Hi Ron, First of all, SP only controls UART1 which is connected to USB. For UART0, you should check out our support page: http://www.moteiv.com/community/Boomerang_UART0_Sample Once you acquire the resource, where it says do work here, you can read and write bytes to and from HPLUSART0.

Re: [Tinyos-help] help a question about the signal strength and transmission distance

2006-08-04 Thread Michael Schippling
Aside from the actual ad-hoc networking, I think this is (or was) the main research topic for motes. I only have one ref for you but it may have enough key words to get Google to cough up more: http://www.cs.berkeley.edu/~kamin/pubs/whitehouse02calamari.pdf As far as TOSSIM is concerned I

[Tinyos-help] Question on TEP102 Timer

2006-08-04 Thread Hui KANG
Hi, Cory, In List 4 HIP requirements of TEP102 Timer, you describe two components must be provided. Should TimerMilliC be a generic component? Regards Hui ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] set distance between motes in tinyviz

2006-08-04 Thread Nilay Chheda
Thanks Darren,but that doesnt help too.I set up the 50 motes in a grid fashion, the distant of each is by 12.5 units (when u enable the grid lines). Chose a radio model with radius 10.0 but still the either mote can reach any other mote which is way more than 10.0 units.Can u suggest something

Re: [Tinyos-help] help a question about the signal strength and transmission distance

2006-08-04 Thread Claro Noda
hi.rssi and link physical distance are related in a complex way. It depends on the absortion of microwaves in the enviroment. http://www.cs.berkeley.edu/~kamin/pubs/whitehouse02calamari.pdfAs far as TOSSIM is concerned I don't think power setting and received strength are implemented, so