[Tinyos-help] tinyos source packages?

2008-07-15 Thread David
Hi list. TinyOS provides Ubuntu packages, with installation instructions here: http://www.tinyos.net/scoop/story/2007/8/15/234856/990 I've browsed the package repo, and don't see any source packages. Could source packages be provided? They would be very useful for users to make their own, custo

[Tinyos-help] Howto for creating xubuntos iso

2008-07-15 Thread David
Hi list. Kevin provided a howto for installing a xubuntu TOS vm here: http://sing.stanford.edu/klueska/installing_xubuntos_vm.html Is there a howto which shows how to create the ISO used there? ie, after you start with a pristine xubuntu ISO (and where to download it from), how you setup everyt

[Tinyos-help] Basics of tinyos, USB Xbuntu

2008-07-15 Thread Nilesh S. Barange
Hello all I am using Xbuntu. I am new user. Where I can get getting started with or some basics. How to use tinyos? How to install using USB? Thanks & Regards Nilesh ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mi

[Tinyos-help] info regarding iris mote

2008-07-15 Thread naveen reddy
hi..I have a query regarding iris motes...need to know their performance..is it same as they mentioned in data sheet(distance and power consumption)...we are planning to buy themplease give u r feedback...thanks in advance regards, naveen ___ Tin

[Tinyos-help] FTSP - Calibration and bit offset

2008-07-15 Thread Marco Langerwisch
Hello, last time I didn't get any answer, so I try it again... I'm currently doing the implementation of FTSP for the mica2/cc1000 stack. It works fine except of an offset of 2-3ms betwween the nodes when executing TestFtsp. I guess it has something to do with the bit offset. In the tinyos1.x co

Re: [Tinyos-help] Howto for creating xubuntos iso

2008-07-15 Thread Sarfraz Nawaz
There are instructions available on Mike Colagrosso's page on creating the iso from the xubuntus ISO over here http://ore.mines.edu/~mcolagro/ On Tue, Jul 15, 2008 at 7:27 PM, David <[EMAIL PROTECTED]> wrote: > Hi list. > > Kevin provided a howto for installing a xubuntu TOS vm here: > > http://

Re: [Tinyos-help] Basics of tinyos, USB Xbuntu

2008-07-15 Thread Varun Jain
Hi, Its best to start with the tutorials you can find them here: http://docs.tinyos.net/index.php/TinyOS_Tutorials I would recommend that you do each and every tutorial given in this list as it would give you complete idea of TinyOS. Once you are done with each and every tutorial thorough

Re: [Tinyos-help] Magnetometer gain problem with IRIS and MTS310

2008-07-15 Thread Miklos Maroti
You should ask for code for the AD5242 on any platform. The IRIS is based on micaz and as fas as I know the I2C code paths were not at all modified. Miklos On Tue, Jul 15, 2008 at 1:33 AM, Raphaƫl Polonowski <[EMAIL PROTECTED]> wrote: > Hi again all, > > [ request mode on ] > > If someone could s

[Tinyos-help] cluster based routing protocol in Tinyos 2

2008-07-15 Thread prannav shrestha
Hi all!! Has anyone implemented any kind of cluster-based routing protocol in Tinyos 2. I found that iHEED protocol has been implemented for T1. But I am working on T2. So any suggestion would be highly appreciated. Thanks in advance!! prannav ___ Tinyo

Re: [Tinyos-help] info regarding iris mote

2008-07-15 Thread Giri Baleri
Hello Naveen, Most of the IRIS specs can be found in the MPR-MIB manual below. http://www.xbow.com/Support/Support_pdf_files/MPR-MIB_Series_Users_Manua l.pdf Detailed radio specs are available in the RF230 datasheet from Atmel. http://www.atmel.com/dyn/resources/prod_documents/doc5131.pdf The

[Tinyos-help] Send Messages From PC To Motes Via Serial Port Using Java

2008-07-15 Thread Miky Mike
Hello all, I'm doing a project for my university where i'm using tinyos to program micaz motes. I want to do a graphic user interface that allows to send messages to the motes. I've chosen to program the GUI in java but i don't know witch classes from tinyos i need to use to communicate via serial

Re: [Tinyos-help] Send Messages From PC To Motes Via Serial Port Using Java

2008-07-15 Thread Michael Schippling
The Listen.java program does just about all that you need vis setting up communications. There's the Reset message in O'scope that shows how to send a message, but not very clearly. My posted code has an example of a Java command line program that sends and receives messages as well: http://ww

[Tinyos-help] Group ID in Tinyos-2.x

2008-07-15 Thread Bernardo Maciel
Hello all, I need to have different sets of motes that communicate only with its set. I thought I could use the group ID to achieve my goal, but when I program 2 motes with different group IDs, they still communicate. I changed RadioCountToLeds to send the group ID (obtained using ActiveMe

[Tinyos-help] Group ID in Tinyos-2.x

2008-07-15 Thread Bernardo Maciel
I'm using tinyos-2.x updated from the CVS, Tmote Sky and XubunTOS. Bernardo ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] FTSP - Calibration and bit offset

2008-07-15 Thread Branislav Kusy
hi marco, you're seeing the offset because it takes a while for the radio chip HW to decode the message. cc1000 is byte oriented radio and the decoding time for 1 byte is about 58 jiffies (1 jiffy is 1 tick of 1/32khz clock ~= 30.5us) at 19.2kbps. this time, however, depends on the settings of

[Tinyos-help] Neighbor discover CTP REMARQ

2008-07-15 Thread Nahr ...
Hi all. I remarked in CTP protocol that a node discovers its neighbors from received messages. But there is a case in which my neighbor could see me so I can receive his messages but him not so he can't receive msg from me consequently, why should I put him in my neighbor table? Nahr Elk ___

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Romain Thouvenin
On Mon, Jul 14, 2008 at 4:22 AM, Varun Jain <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to run the TestTymo application. I have programmed two nodes > with nodeId 1 and 3. I have a Push button on my motes so I have modified the > application such that I send a packet from the 'Origin' only whe

[Tinyos-help] urgent : problem when turning off a mote !!!

2008-07-15 Thread fatima zohra
Hello, please i need your help for urgent, i want to turn off a set of motes in my network (i am using TinyOS 1.x with Tossim for simulation) for this, i just call StdControl.stop() however, i notice that these motes are still receiving and sending packets. so, whether, i use the wrong command

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Andrey Gursky
Hi Romain and Varun! I can confirm that (Test)Tymo works (at least) with 2 motes and 3 motes (multihop). But there are other surprises, I'll describe detailed later. Briefly there seems to be a problem with removing after timeout old routes. The bad thing: this occurs only on motes not in TOSS

Re: [Tinyos-help] Send Messages From PC To Motes Via Serial Port Using Java

2008-07-15 Thread Miky Mike
Thank You for the reply. The Listen.java program reads packets from the serial port and prints those packets on the command line. I think i understand how that is done. Now i want to write my own packets to the serial port, and that's what i don't know how to do. I couldn't find the Reset message

[Tinyos-help] Micasb accelerometer reading problem

2008-07-15 Thread Qiang Li
Hi, I'm using micaz mote with micasb board. I want to get readings from the accelerometer 202JE. I use Accel component to get the reading. But I find even I swing the mote very fast, the reading is only between 1 to 6. It seems the accelerometer is not sensitive enough or I didn't get the the righ

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Varun Jain
Hi Romain, Yes, an LED is suppose to toggle in the application in the Intercept.forward event as follows event bool Intercept.forward(message_t * msg, void* payload, uint8_t len){ call Leds.led2Toggle(); return TRUE; } But the LED does not toggle on the intermediated node. Neithe

Re: [Tinyos-help] Send Messages From PC To Motes Via Serial PortUsing Java

2008-07-15 Thread Varun Jain
Hi, If you are using Tinyos-2.x, then you should look at AntiTheft application in the apps folder, it does something like what you want as it sends the time interval from the Root to the Nodes using serial Port and its written in Java. Hope it helps!! Cheers, Varun Jain From: [EMAI

[Tinyos-help] micaz-installer

2008-07-15 Thread xuanwang150
Hi, > > Does this directory: > > http://www.tinyos.net/dist-1.1.0/tinyos/windows/ micaz-installer/ > > means that we can make Micaz mote work on TinyOS 1.1.0? > > what micaz-installer is about? Thanks yours

[Tinyos-help] Ctp Header access

2008-07-15 Thread Varun Jain
Hi, I am writing an application similar to TestNetwork where I want to know the hopcount (number of hops it takes to reach to the root). I am trying to read the "THL" value as that would give the number of hops a packet has taken from a source to reach the root. The first part of the message that

Re: [Tinyos-help] Send Messages From PC To Motes Via Serial Port Using Java

2008-07-15 Thread Michael Schippling
Listen uses, I believe, PacketSource.readPacket() to get a message. There is a parallel PacketSource.writePacket(data) method which sends an appropriately formatted packet after doing magical protocol and crc transformations. Formatting the "data" is tricky, my code does it by brute force. The MIG