[Tinyos-help] MDA300 Problem

2006-08-28 Thread goetgheb
Hello everybody Im using tinyos-1.15 version with MicaZ motes and should connecting a sensor into my network. When I compiled the application XsensorMDA300 into my micaZ with Mda300 interface, Ive got errors. Does MDA300 application works with micaZ motes? In fact, my sensor used

[Tinyos-help] what is SQUELCH...... in cc1000??

2006-08-28 Thread primalfear 69
hello everybody.. why and for what is Squelch term or variable is used in CC1000? i have a similar doubt in case of macdelay. (i guess mac delay is used in order to transmit another data when it has already sent one). if am wrong please correct me. and could anyone get me some

Re: [Tinyos-help] why tinyviz flash and disappear

2006-08-28 Thread Zhao Stephen
Thanks for your reply. Now I can see the tinyviz GUI. But I met another strange problem. I perform DBG=usr1, tinyviz -run main 30 as lesson 5. After I click play button, nothing can be seen in Debug messages tab. Why? 2006/8/25, Firat TARAKTAS [EMAIL PROTECTED]: just open task manager and end

Re: [Tinyos-help] why tinyviz flash and disappear

2006-08-28 Thread Firat TARAKTAS
Just observe the status bar while opening tinyviz. It can give connection to simulator failed error. If it is like that, add three lines in net/tinyos/sim/MakeFile. It may be helpful. # This is ugly. The only way to embed a jar file inside another is to # unpack it and repack them together

Re: {Spam?} [Tinyos-help] what is SQUELCH...... in cc1000??

2006-08-28 Thread Simon Willis
Have a look at the CC1000RadioIntM.nc file in /tos/platform/mica2. The squelch is continuously varied by measuring the signal strength when the radio is idle. The current squelch values is called usSquelchVal. This is calculated using a squelch table (usSquelchTable). When transmitting the

Re: [Tinyos-help] MOTECOM=serial@/dev/ttyUSB0:tmote java net.tinyos.tools.Listen not working

2006-08-28 Thread Cormac Duffy
If you are using fedora, Changing permissions with the following (as root) will only remain accessable to other users as long as usb device is connected. If usb device is removed or pc reboots, all permissions are reset to root. chmod a=+xrw /dev/ttySO (if using serial) chmod a=+xrw /dev/ttyUSB0

Fw: [Tinyos-help] why tinyviz flash and disappear

2006-08-28 Thread Firat TARAKTAS
Firat TaraktasFirat TARAKTAŞ GENETLAB BILGI TEKNOLOJILERI A.Ş. Kayişdagi Caddesi Kar Plaza D Blok Kat:3 34752 Içerenköy / Istanbul Tel: +90 (216) 573 00 85 | 354 Fax:+90 (216) 469 85 07 [EMAIL PROTECTED] www.genetlab.com - Original Message - From: Firat TARAKTAS [EMAIL PROTECTED]

[Fwd: [Tinyos-help] node localization using RSSI]

2006-08-28 Thread fkerasiwth
Hi, all. Does anybody knows how can I pass messages from a mica2 mote programmed with an appropriate code which passes messages from the radio through the UART to Matlab. I ‘m interesting in a mote-tracking application which depends on RSSI measurements and any help on this subject is appreciated…

[Tinyos-help] Tossim 2.0 Collection, Segmentation fault !

2006-08-28 Thread [EMAIL PROTECTED]
Hi, Every time I try to define a topology with six or more nodes using collection algorithm, TOSSIM gives me a segmentation fault error. I know I'm giving you a very poor information, but before annoying you with a lot of code, I would like to know whether it is a known issue or it is only a

[Fwd: [Tinyos-help] node localization using RSSI]

2006-08-28 Thread fkerasiwth
Hi, all. Does anybody knows how can I pass messages from a mica2 mote programmed with an appropriate code which passes messages from the radio through the UART to Matlab. I ‘m interesting in a mote-tracking application which depends on RSSI measurements and any help on this subject is appreciated…

[Tinyos-help] Multiple instances of SerialForwarder

2006-08-28 Thread Jose L. Ponce
Hello all, I have been creating a couple of scripts on bash to help me deal with the connection and disconnection of motes to the computer automatically. I want to open N connections to N motes using N SerialForwarders. To do this, I have a while loop which reads the USB addresses from a lookup

[Tinyos-help] interface between

2006-08-28 Thread primalfear 69
hello everybody In MICA2, the interface between CC1000 and the atmelis through SPI. Its having just two pins i.e) DIO and Dclk. Its said that DIO is bidirectional.Its obvious that the controlleris master(thats what i feel:D ). Say whenthe CC1k is in transmit mode the it

Re: [Tinyos-help] what is SQUELCH...... in cc1000??

2006-08-28 Thread Conor Todd
You can think of squelch as earplugs for the radio. If you put earplugs in your ears, you're only going to be able to hear things that are fairly loud and/or fairly close to you. The bigger the earplug, the louder the sound must be for you to hear it. So, raising the squelch value on the radio

[Tinyos-help] MAC,CC2420 on Micaz,TinyOS-1.x

2006-08-28 Thread Munaretto, Daniel
Hi all, i checked along the mailing list but i didn't find a complete answer to my doubts. I'm using micaz motes on TinyOS 1.x (see in the attached the version printed by rpm -qa command). In FAQ.html, it is written that Micaz uses a simple CSMA (so collisions and hidden terminals are not

[Tinyos-help] I want to read voltage value from Tmote

2006-08-28 Thread Yang Peng
I am working on Tmote, and I am using the Tinyos 1.11 installed by the wizard downed from tinyos.net . I justrelpaced the Demosensor component by component InternalVoltageC in Oscilloscope.nc, and changed some connection names in Oscilloscope.nc and OscilloscopeM.nc .(Those two components in

Re: [Tinyos-help] I want to read voltage value from Tmote

2006-08-28 Thread R. Steve McKown
On Monday 28 August 2006 09:53 am, Yang Peng wrote: I just relpaced the Demosensor component by component InternalVoltageC in Oscilloscope.nc http://oscilloscope.nc/, and changed some connection names in Oscilloscope.nc http://oscilloscope.nc/ and OscilloscopeM.nc .(Those two components in

[Tinyos-help] Fwd: Delta application -help required

2006-08-28 Thread siva prasad
hi all... i amworking on sampling the external ADC value instead of DemosensorC...in the delta application provided by moteiv.(basically i need multihop functionality) i am glad to say tht ..i hav successfully compiled it ... and installed..it worked... the problem is when i tried to

[Tinyos-help] node localization using RSSI

2006-08-28 Thread fkerasiwth
Hi, all. Does anybody knows how can I pass messages from a mica2 mote programmed with an appropriate code which passes messages from the radio through the UART to Matlab. I ‘m interesting in a mote-tracking application which depends on RSSI measurements and any help on this subject is appreciated…

RE: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-28 Thread David Moss
Title: Message If you're using the default CC1000 stack, connect your app to the CC1000Control interface provided by CC1000ControlM and call CC1000Control.TuneManual(86800). The mote may have trouble working at that frequency, but I think I've gotten some of mine down to around 855

[Tinyos-help] New flash utilities available in TinyOS 1.x CVS

2006-08-28 Thread David Moss
Title: Message Just uploaded some flash utilities and updates to TinyOS 1.x CVS under /contrib/rincon/. We're using these in customer deployment applications on various platforms, and I'm sure they can helpsomeone out on theirs. You'll need to download the whole /contrib/rincon directory to

Re: [Tinyos-help] interface between

2006-08-28 Thread Michael Schippling
This may help with the TOSH_MAKE... part: https://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-April/016161.html MS primalfear 69 wrote: hello everybody In MICA2, the interface between CC1000 and the atmel is through SPI. Its having just two pins i.e) DIO and Dclk.

Re: [Tinyos-help] motelab Concept

2006-08-28 Thread Sowmya Manjanatha
Yeah, the documentation is awful. You need to install tinyos for the job-daemon.pl to be able to use tinyos tools. Once you get tinyos installed, use the README or INSTALL I forget which one it was from the moteweb directory of motelab software which is a decent set of installation

[Tinyos-help] energy cost

2006-08-28 Thread Xing Jin
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-28 Thread Conor Todd
Holy moly, that's quite different than the CC1000 architecture for the Mica2 in TinyOS-1.1.15!I'm using the RadioReceiveCoordinator interface for the CC1000 in my app; can you give me any direction as to how I might switch from the standard CC1000 stack to the Rincon code? - ConorOn 8/28/06,

Re: [Tinyos-help] More TEP 103 questions

2006-08-28 Thread David Gay
On 8/28/06, R. Steve McKown [EMAIL PROTECTED] wrote: So shouldn't then TEP 103 specify data integrity requirements? I can't imagine a use of log storage where it'd be ok to read back different data than I'd originally appended. And if that's true, wouldn't data integrity be more efficient

Re: [Tinyos-help] energy cost

2006-08-28 Thread R. Steve McKown
On Monday 28 August 2006 03:41 pm, Xing Jin wrote: Hi everyone, Does anyone know how to calculate the energy cost to send a packet from one mote to another one? Does the TinyOS offer some function or call to get it ?? Thanks a lot. Xing Jin If you don't have the facilities to actually measure

RE: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-28 Thread David Moss
Title: Message Conor - Ya, that was one interface that I didn't explicitly implement in thisstack.The majority of the codecame from TinyOS 2.x, backported to 1.x with improvements. Since we need this stack to be compatible with existing 1.x apps, I'll add it in and shoot you an update,

[Tinyos-help] TinyOS Motes Questions

2006-08-28 Thread Tan Han Chiang
Hi all, I am currently new to TinyOS and sensor networks and would like to ask for your help to clarify some of my questions. 1) How are TinyOS motes addressed?? Saw some of the posting that we actually fix each mote ID manually when we install the application into the mote. How long is the

[Tinyos-help] Serial Forwarder for MicaZ and MIB 600

2006-08-28 Thread Dooosun yang
Using MicaZ and MIB 600 server 192.168.1.101 - I Serial Forwarder I --- Application 1 --Application 4 - Is this Possible? both application for one SF? 192.168.1.102 I Serial Forwarder I -Application 2

Re: [Tinyos-help] More TEP 103 questions

2006-08-28 Thread R. Steve McKown
On Monday 28 August 2006 16:53, David Gay wrote: On 8/28/06, R. Steve McKown [EMAIL PROTECTED] wrote: So shouldn't then TEP 103 specify data integrity requirements? [snip] [snip] A reasonable compromise might be that read is guaranteed to return valid data. I'd love to see the spec