[Tinyos-help] TinyOS2.x - reading data from PIR

2007-11-05 Thread yvonne er
Hi everyone, I am using TinyOS 2.x and MicaZ to acquire data readings from my passive infra-red (PIR) sensor. I used this command line "z=TOSH_READ_PIR1_PIN()" to get sensor reading with OscilloscopeC.nc. However, I get this error in cygwin: "implicit declaration of function 'TOSH_READ_PIR1_PIN'.

Re: [Tinyos-help] Boomerang Source

2007-11-05 Thread Urs Hunkeler
Dear Joe, Many thanks for that contribution. Best wishes, Urs Joe Polastre schrieb: > Hi, > > The source code for Boomerang is now available in the TinyOS 1.x > contrib directory. Although Moteiv has ceased active development on > this code base, we encourage the community to make any change

[Tinyos-help] Re: T2 and MTS300 CB. Cannot read Temperature

2007-11-05 Thread Alban Hessler
Sorry, solved.. In fact, what I did solved the problem. I was just too impatient, and probably badly uploaded the program.. Best regards, Alban 2007/11/6, Alban Hessler <[EMAIL PROTECTED]>: > > Hi everybody, > > I wonder if someone has already use a MTS300 CB (the one with the nice > little gre

[Tinyos-help] T2 and MTS300 CB. Cannot read Temperature

2007-11-05 Thread Alban Hessler
Hi everybody, I wonder if someone has already use a MTS300 CB (the one with the nice little green wire on their back). Using the pure tinyOS, I got only readings equal to zero. I modified PhotoTempDeviceC in the following way: // TempControl.Power -> MicaBusC.Int2; TempControl.Power -> MicaBu

[Tinyos-help] tinyos IR filter light by software

2007-11-05 Thread Giovanni Rossi
Hello I can't insert another photo diode, in general I can't insert any types of hardware. But I belive there is a method software I can mesure the IR light intensive, even if I has two light sensor TSR(total solar radiation until IR) and PAR (photosynth-active radiation, without IR). but I don'

Re: [Tinyos-help] How I can run TOSIM in TinyOs2?

2007-11-05 Thread Chad Metcalf
Please read the tutorial: http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson11.html Chad On 11/5/07, Mustafa Hammad <[EMAIL PROTECTED]> wrote: > Hi, > > I install tinyOs2 under XubunTOS. In TOSIM, after I type (make micaz sim), > what I have to do to run the simulator? > > Regards, > Must

[Tinyos-help] How I can run TOSIM in TinyOs2?

2007-11-05 Thread Mustafa Hammad
Hi, I install tinyOs2 under XubunTOS. In TOSIM, after I type (make micaz sim), what I have to do to run the simulator? Regards, Mustafa __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yah

RE: [Tinyos-help] problem with MTS400

2007-11-05 Thread Giri Baleri
Couple of things to check. - Is COM3 your data port (vs. programming port if using MIB520)? - Do you have the correct/identical group ID and RF channel programmed into both Motes? - Do you have MTS400 sensor board physically plugged into the sensor node? Giri Fr

[Tinyos-help] problem with MTS400

2007-11-05 Thread Bo Xu
Dear all: Right now, I uploaded TOSBase program to one mica2 mote and XSensorMTS400 on the other mica2 mote. I followed the instruction in crossbow's "Getting_Started_Guide" document. I wanted to use XListen to display the data from MTS400. I got the following information: $ xlisten -b=57600

[Tinyos-help] Photo Sensor and Microphone Sensor in TinyOS2

2007-11-05 Thread Quan Yuan
Hello, I used to use TinyOS1.x for experiments, and now I just switched to TinyOS2.x. I find that we cannot use the component ADC to use Microphone and Photo sensor in TinyOS2.x. Then I find PhotoC.nc under \tinyos-2.x\tos\sensorboards\mts300 and I used in my project. But there is an error tha

Re: [Tinyos-help] CC2420 Radio Stack Simulation

2007-11-05 Thread David Valencia
Razvan, Yeah this sounds good. Thanks. Dave > Hi! > > On Mon, 5 Nov 2007, David Valencia wrote: > >> >> I need to do some simulation work and I needed to be able to simulate >> the >> CC2420 radio stack. I know currently that this radio stack has not been >> implemented under TOSSIM. > > I hav

Re: [Tinyos-help] Tinyos newbie, help on mote compilers installation and general environment setup

2007-11-05 Thread Chad Metcalf
If you are doing this for a course and are comfortable in Ubuntu then skip the install and use XubunTOS. You can use the XubunTOS Live CD or the XubunTOS VMware image. Both of these are working development environments. The VMware way to do things would allow you to continue using Windows full tim

Re: [Tinyos-help] TOSSIM and SF

2007-11-05 Thread Chad Metcalf
Yes. This is a new feature in CVS. There isn't much documentation on how to use it yet. And I won't have time to write it for awhile. The SF functionality will make its real debut with the 2.1 release. That said if your brave enough to test it out its in CVS. There is an example checked in with it

Re: [Tinyos-help] CC2420 Radio Stack Simulation

2007-11-05 Thread Razvan Musaloiu-E.
Hi! On Mon, 5 Nov 2007, David Valencia wrote: I need to do some simulation work and I needed to be able to simulate the CC2420 radio stack. I know currently that this radio stack has not been implemented under TOSSIM. I have a partial port which includes hardware acks, the packet link inte

[Tinyos-help] TOSSIM and SF

2007-11-05 Thread euph0rion
Is it possible to connect SerialForwarder to TOSSIM in TinyOS 2 ? thx, Anton ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] corruptedpackets with ctp

2007-11-05 Thread Philip Levis
On Nov 6, 2007, at 5:46 AM, Todd Roper wrote: Is this on CC1000? There are some packet corruption issues on CC1000. Can you expand on the "packet corruption issues"? Kyle Jamieson (MIT) has noted that when running CTP he observes a large number (~1%) of corrupted packets that pass CRC.

Re: [Tinyos-help] TinyOS 1.x or 2.x - Which one is better for Tmote Sky?

2007-11-05 Thread Philip Levis
On Nov 6, 2007, at 12:14 AM, Urs Hunkeler wrote: The drawbacks are that some platforms (ie. Tmote Invent) and some (of the xbow) sensor boards are not well or not at all supported. While the new concept of TOSSIM 2.x looks very promising (much more realistic simulation of the radio environme

[Tinyos-help] Tinyos newbie, help on mote compilers installation and general environment setup

2007-11-05 Thread mattia
Hello, I am just starting with tinyos... My ubuntu installation went crazy today when I was trying to set up my environment, hence I'm now trying on a different windows machine with cygwin? I basically need to write some simple application for one university course and we will be using telosb and

[Tinyos-help] Cywin errors while install MoteWorks

2007-11-05 Thread Ngoc Tran
Hello, I am a beginner with Sensor Network and MoteWorks. I try to install MoteWorks 2.0 on my WinXP Laptop and got some errors: C:\Crossbow\cygwin\bin\sh.exe (6128): *** couldnĀ“t allocate cygwin heap, Win32 error 487, base 0x47, top 0x475000, reserve_size 20480, allocsize 20480,page_const 409

RE: [Tinyos-help] corruptedpackets with ctp

2007-11-05 Thread Todd Roper
> > Is this on CC1000? There are some packet corruption issues on CC1000. > Can you expand on the "packet corruption issues"? Thanks -tkr ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin

[Tinyos-help] CC2420 Radio Stack Simulation

2007-11-05 Thread David Valencia
I need to do some simulation work and I needed to be able to simulate the CC2420 radio stack. I know currently that this radio stack has not been implemented under TOSSIM. If anybody could suggest some reading material on implementing a radio stack I would greatly appreciate it. Thank you in ad

[Tinyos-help] Boomerang Source

2007-11-05 Thread Joe Polastre
Hi, The source code for Boomerang is now available in the TinyOS 1.x contrib directory. Although Moteiv has ceased active development on this code base, we encourage the community to make any changes, modifications, additions, or deletions that you want. You can also import any of the source,

Re: [Tinyos-help] TOSSIM Python RPM? silly question

2007-11-05 Thread Van der Haegen Mathieu
Hi ! I do agree : the vmware Xubuntos image is great ! I work everyday with it and it's ways better than cygwin :) (and everything is pre-configured in it) Just my two cents Mathieu On 05/11/2007, Chad Metcalf <[EMAIL PROTECTED]> wrote: > > If you are using Cygwin, you should make sure you sele

Re: [Tinyos-help] about Blaze_CC1100_Radio_Stack

2007-11-05 Thread Chad Metcalf
Sourceforge explains how to get Tinyos code base here: http://sourceforge.net/cvs/?group_id=28656 You want tinyos-2.x and tinyos-2.x-contrib Chad On 11/4/07, jiwen zhang <[EMAIL PROTECTED]> wrote: > > Hello all: >I spend much time in https://sourceforge.net in search Blaze project > source c

Re: [Tinyos-help] TOSSIM Python RPM? silly question

2007-11-05 Thread Chad Metcalf
If you are using Cygwin, you should make sure you selected python and python-dev (if it has one). Run setup again and check. Alternatively, you can use the XubunTOS Live CD or the XubunTOS VMware image. Both of these are working development environments. The VMware way to do things would allow y

[Tinyos-help] Doesn't GenericComm work properly?

2007-11-05 Thread Antonio C
Hi all, i have already written a post about it (thanks Michael for your answers) i have made two example wizards using oscilloscope and oscilloscopeRF (so they may be correct :) ) oscilloscopeRF uses GenericComm, oscilloscope uses UARTComm, instead; if i execute the application oscilloscope ever

Re: [Tinyos-help] Tinyos telosb problem IR light

2007-11-05 Thread Michael Schippling
You should lookup the specs on the standard sensors to see if they have any useful IR range. If so maybe a filter would do the trick for you. Otherwise you'll need to find a photo-diode that is good in the IR that you want and replace one of the standard sensors -- or add it to the expansion conne

RE: [Tinyos-help] TOSSIM Python RPM? silly question

2007-11-05 Thread Murray, Ben
...or do I need to install python(-devel)? for windows and point TOS2 at that? Cheers, Ben > > Sorry to ask a silly question but what should I be doing to > update/install > Python (I think I need a "python devel rpm") such that TOSSIM > has it to work > from? I'm not sure where to go looking

[Tinyos-help] Tinyos telosb problem IR light

2007-11-05 Thread Giovanni Rossi
hello all I must mesure the iir light intensitive with my telosb, but there is a problem. The telosb has two sensor ligth only, TSR (total solar radiation) and PAR (photosynth-active radiation), but I would tha IR (infra red). There is a mode to mesure this radiation conjoining properly TSR and

Re: [Tinyos-help] CTPInfo interface(T2)

2007-11-05 Thread Omprakash Gnawali
I am using the CVS head. It will be helpful if you send the packets sent by TestNetwork because there is a lot of debug information there. You might as well send packets sent over the UART by the root and also by one of your nodes. - om_p > Hi, > > I've tested TestNetwork ,TestNetwork receives

Re: [Tinyos-help] TinyOS 1.x or 2.x - Which one is better for Tmote Sky?

2007-11-05 Thread Urs Hunkeler
Hi, I've been using Tmotes almost exclusively with TinyOS 2.x. As far as my applications are concerned, LEDs, user button, external flash, default sensors (temperature, voltage) as well as the optional sensors (humidity, temperatures, solar irradiation) work fine for me. I managed to read out the

[Tinyos-help] receiving messages in Tossim and toplogies

2007-11-05 Thread preeti k
Hi all, I am facing problems with receiving messages for topologies that are not complete topologies. I am using Tossim 1.x on cygwin. I have created a simple topology of 4 nodes in a file say topology.nss and specify it using the -rf option 0:1:0.0 1:0:0.0 1:2:0.0 2:1:0.0 2:3:0.0 3:2:0.0 I now

[Tinyos-help] Problem on "make pc" of TOSSIM

2007-11-05 Thread cyberkiwy
Hi! If we try to compile a file with the command "make pc" to simulate it with TOSSIM (tinyos1.x), it doesn't works..the output is: Unknown target pc Known targets for TinyOS directory /opt/MoteWorks/tos are: iris m2100 m2110 m4100 m9100 mica mica2 mica2b mica2dot micaz micazb micazc msp430 rcb23

[Tinyos-help] TinyOS 1.x or 2.x - Which one is better for Tmote Sky?

2007-11-05 Thread Ittipong Khemapech
Dear all, I am about to start playing around with Tmote Sky very soon. I know that Moteiv (now is Sentilla) has developed its own extended OS, Boomerang based on TinyOS 1.x. I have some little experiences with the 1.x. Is anybody using Tmote Sky with TinyOS 2.x? Do you have any problems with them

[Tinyos-help] ACK in TOSSIM?

2007-11-05 Thread rodolfo de paz
Hi all, I am trying to compile an application created for mica2 in the pc, but I cannot because it uses the command enableAck of the MACControl interface. Is there any equivalent in pc? This is the specific error... SingleHopManagerM.nc:90: interface MacControl not found SingleHopManag

[Tinyos-help] help me

2007-11-05 Thread [EMAIL PROTECTED]
hello all I must mesure the iir light intensitive with my telosb, but there is a problem. The telosb has two sensor ligth only, TSR (total solar radiation) and PAR (photosynth-active radiation), but I would tha IR (infra red). There is a mode to mesure this radiation conjoining properly TSR and

[Tinyos-help] Watchdog & Radio communication

2007-11-05 Thread Inderjit Singh
Hi. I am running Tmote Sky (Msp430) with TinyOS 1.x. I have two questions. 1. Can I use a Watchdog on this platform? If so, How. Moteiv's site is down and cannot get any info. 2. When 2 nodes sends a package 'exactly' at the same time to the 3rd node, the 3rd node seem to crash. I tried preventi

[Tinyos-help] Can't TinyDB get data from MTS400?

2007-11-05 Thread tatsurou
Dear all. I installed TinyDBApp to micaz that has MTS400 sensor board. But TinyDBMain can't get sensor data from Mote. Can't TinyDB get data from MTS400? If so, is there a plan to come to be usable? My installation environment is bellow. - TinyOS: version 1.1.15Dec2005cvs-2 TinyDB: version 1.

Re: URGENT: The same prob with Re: [Tinyos-help] Problem in running tos-install-jni

2007-11-05 Thread Thanh Phuong Nguyen
Hello, I dont know if u still have prob with Serial Forwarder. My prob was solved by my supervisor. He told me to copy the *.dll (getenv.dll and toscomm.dll) from the folder /usr/lib/tinyos to the folder bin of Java (in Puhb's case is .../Java/jdk1.5.0_12/jre/bin), then my SF ran well. @John Fil

RE: [Tinyos-help] new to tinyos and Telosb

2007-11-05 Thread Murray, Ben
Assuming you're using, or planning on using, tinyOS-2 I'd start with the tutorials. There's also an install guide on the tinyOS site that will walk you through the setup process. Tutorials should get you p and running! http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/index.html

[Tinyos-help] about Blaze_CC1100_Radio_Stack

2007-11-05 Thread jiwen zhang
Hello all: I spend much time in https://sourceforge.net in search Blaze project source code. but finally I could not find a way to download the source codes. can you give me a straightforward address to download the it or send me the source code to me ?Thank you me much.