[Tinyos-help] cricket

2008-02-25 Thread prashan wanigasekara
Hi everyone, I would like to know whether TOSSIM can be used in a cricket platform. For example would "make cricket sim" work? I would greatly appreciate your help. prashan ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mi

[Tinyos-help] Cricket

2008-06-01 Thread ehsan monsef
Dear Sir/Madam Hi. we are doing a research on application of cricket in "sport tracking" .we want to attach the listeners to the players and send coordinations generated by listeners to base station. is it possible we send the locations calculated in listener to a base station node without us

[Tinyos-help] cricket

2007-05-05 Thread Yusuf Ozturk
Greetings, We are implementing an indoor location estimation solution using the xbow cricket kits with the firmware loaded by xbow and the readings are off the chart. The distances and time of arrival readings at the listener are varying too much and beyond limit. Does anyone out there ha

[Tinyos-help] cricket

2007-05-21 Thread roberto pagliari
how do I program cricket motes with a usb adaptor make cricket install.1 mib510=...? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] cricket

2007-05-21 Thread Jordi Vilaseca
To program cricket motes you need a programmer board like mib510. I'm not sure if cricket can be attached to mib600 or mib520. Cricket's RS-232 communications ports I think can be only used to exchange data to/from UART port, not to reprogram nodes. So you cannot use an USB adaptor to program mote

[Tinyos-help] cricket

2006-04-04 Thread Roberto
can someone give me some information about the use of microphone and sounder to send and receive acustic messages ? thank you in advance... roberto ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/c

Re: [Tinyos-help] cricket

2008-02-25 Thread Sarfraz Nawaz
I am not sure about TinyOS-2.x but David Moore from MIT had added cricket support to Tossim in TinyOS-1.x. So after placing a few files in proper places it is possible to do "make cricket_pc" on TinyOS-1.x On Tue, Feb 26, 2008 at 3:24 PM, prashan wanigasekara <[EMAIL PROTECTED]> wrote: > Hi ever

Re: [Tinyos-help] cricket

2008-02-27 Thread prashan wanigasekara
Hey Sarfraz, Thanks so much for your help. I am using tinyos-1.x now for cricket. I tried what was said in the http://rvsn.csail.mit.edu/netloc/software/README . I installed properly but when I go to the directory tos/apps/CricketRobustLoc/ and type make cricket I get the following error. [EM

Re: [Tinyos-help] cricket

2008-02-28 Thread Sarfraz Nawaz
You can have a look at http://rvsn.csail.mit.edu/netloc/software/cricket.tar.gz and the readme file http://rvsn.csail.mit.edu/netloc/software/README. But I must remind you that this is for TinyOS-1.x and you seem to be using TinyOS-2.x. I don't think TinyOS-2.x has support for cricket hardware plat

[Tinyos-help] Cricket compilation

2009-02-19 Thread Prasant Misra
Hi , I am trying to compile the cricket software but it gives me the following errors: In component `CricketM': CricketM.nc: In function `Serial.Receive': CricketM.nc:818: warning: decimal constant is so large that it is unsigned CricketM.nc:819: warning: decimal constant is so large that it is

[Tinyos-help] cricket motes

2007-04-07 Thread roberto pagliari
Hi All, I'd like to get some more information about the cricket motes. Once I purchase a basic cricket set by Crossbow how do I proceed to program them WITHOUT using the cricket software? Are the step listed below correct? 1. install tinyos, using the cd provided by crossbow (1.1.6) 2. write

Re: [Tinyos-help] cricket

2007-05-06 Thread Sarfraz Nawaz
The first thing to check is that the crickets are generating distance estimates in the same units in which you are measuring. From the top of my head I can remember that crickets output distance estimates in centimeters and some other units. The second thing is that they are very directional and p

[Tinyos-help] Cricket Motes

2005-12-22 Thread Prasanna Ballal
Hi,   Is it possible to change the mode of crickets from beacons to listeners wirelessly from the preprogrammed software?   Regards,   Prasanna.     ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-

Re: [Tinyos-help] Cricket compilation

2009-02-19 Thread Prasant Misra
Hi, I was successful in removing one of the compilation errors but still I am not able to figure out as to how to fix the second one. The error is: In component `UltrasoundControlM': /home/pkmisra/tinyos-1.x/tos/platform/cricket/UltrasoundControlM.nc: In function `UltrasoundControl.StartDetector

Re: [Tinyos-help] Cricket compilation

2009-02-19 Thread Prasant Misra
Hi All, Finally some success. So, if you want to compile the cricket software, then here are the pointers: 1. Get the tinyos1.x-1.1.15CVSDec2005 release from the CVS. I tried out a number of version of tinyos1.x and also the 1.1.6 version as mentioned in the cricket manual but none of them are

Re: [Tinyos-help] cricket motes

2007-04-08 Thread Sarfraz Nawaz
The "cricket software" is infact a tinyos application written in nesC. On 4/8/07, roberto pagliari <[EMAIL PROTECTED]> wrote: Hi All, I'd like to get some more information about the cricket motes. Once I purchase a basic cricket set by Crossbow how do I proceed to program them WITHOUT using the

Re: [Tinyos-help] cricket motes

2007-04-08 Thread roberto pagliari
Hi Sarfraz, so I guess I can program cricket motes without mit software, and I hope I can use the ultrasound device without the rf tranceiver, since I need to have a different physical channel for other purposes, right? Is the syntax the same, lile "make cricket install.ID mib510=/dev/ttyS0" ? th

Re: [Tinyos-help] cricket motes

2007-04-10 Thread Sarfraz Nawaz
so I guess I can program cricket motes without mit software Yes you can. I hope I can use the ultrasound device without the rf tranceiver, since I need to have a different physical channel for other purposes, > >right? Can you be more specific. I don't understand what you want to achieve. Is

[Tinyos-help] Cricket and MIB510 setup

2008-03-24 Thread a_vali
Hi everyone, I am working on WSN Cricket(MTS450) Platform and wanted to know how can Crickets(MTS450) communicate with the Serial Board(MIB510) which will act as gateway to collect/receive data from Cricket(MTS450) sensor nodes and report it to desired application. I read manauls on MoteW

[Tinyos-help] Cricket RadioCoordinator question. Please help!

2007-08-06 Thread Christopher Jenkins
Hello, I've tried to ask this question about 5 different ways, always with no response. Below is the error trace I am receiving, and I can't exactly figure out why it is giving me a previous declaration error. What does this type of error imply? mkdir -p build/cricket compiling Cricket to a c

RE: [Tinyos-help] Cricket and MIB510 setup

2008-03-24 Thread Giri Baleri
ubject: [Tinyos-help] Cricket and MIB510 setup Hi everyone, I am working on WSN Cricket(MTS450) Platform and wanted to know how can Crickets(MTS450) communicate with the Serial Board(MIB510) which will act as gateway to collect/receive data from Cricket(MTS450) sensor nodes and report it to desired

Re: [Tinyos-help] Cricket RadioCoordinator question. Please help!

2007-08-06 Thread Philip Levis
You probably have a version of TinyOS that is not compatible with the Cricket nodes. IIRC, RadioCoordinator changed a few times in 1.x. If you look through the 1.x CVS, you can probably find the version that matches what you want and figure out what TinyOS version you need from there. Phi

[Tinyos-help] cricket motes without mit embedded software

2007-04-12 Thread roberto pagliari
Hi All, I'd like to know if someone has experience with cricket motes, without using the embedded software provided with motes. Can someone tell me the steps I need to follow to program cricket motes like other motes (mica, micaz...) with my own applications? Thanks a lot in advance

[Tinyos-help] Cricket compilation problem (CC1000Control.LPL_rx not implemented)

2007-07-06 Thread Christopher Jenkins
Hello, I am trying to build the default cricket software for the cricket mote and have succesfully made cricket a valid target, and fixed some of the compiler issues, but now one of the errors has stumped me because I cannot find a reference to CC1000Control.LPL_rx in any of the files in the enti

[Tinyos-help] Cricket Mote Connection with MicaZ mote

2005-12-26 Thread vinay singh
wanted to know that can we connect the Cricket mote i.e .MCS410CA mote with thw Mica Z mote or not..Can we connect easily or not. If we conncet Mica Z mote on Cricket mote than we can send the information to the  other Mica Z mote waiting for your positive response singh ___

[Tinyos-help] Cricket Mote Connection with MicaZ mote

2005-12-30 Thread vinay singh
I wanted to know that can we connect the Cricket mote i.e .MCS410CA mote with thw Mica Z mote or not..Can we connect easily or not. If we conncet Mica Z mote on Cricket mote than we can send the information to the  other Mica Z mote waiting for your positive response vinay Yahoo! Shoppi

Re: [Tinyos-help] Cricket Mote Connection with MicaZ mote

2005-12-27 Thread Sankar Gorthi
Same request here. Has anybody got suggestions for programming the cricket motes to be integrated into a Mica2 network? Sankar Gorthi. On Mon, 26 Dec 2005 23:51:23 -0600, vinay singh <[EMAIL PROTECTED]> wrote: wanted to know that can we connect the Cricket mote i.e .MCS410CA mote with

[Tinyos-help] cricket listener send tracking data wirelessly to another listener

2008-06-03 Thread ehsan monsef
Hi, friends is it possible for cricket listener to send tracking data to another listener wirelessly instead of using serial port to ipaq or laptop. thanks in advanced ___ Tinyos-help mailing list Tinyos-help@millennium.be