[Tinyos-help] (no subject)

2007-02-21 Thread Chris Byers
(java.io.IOException: Port COM1 busy) Any ideas how to fix this? Chris Byers MacAulay Brown Inc. 4021 Executive Dr. Dayton OH 45430 937-426-3421 (phone) 937-426-5364 (fax) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

[Tinyos-help] increasing sampling/packet rate

2007-02-15 Thread Chris Byers
anyone know of some other ways I can improve the sampling/packet rate of TestSensor while keeping 38 bytes of data payload per packet? I am shooting for 38 packets a second. Thanks, Chris Chris Byers MacAulay Brown Inc. 4021 Executive Dr. Dayton OH 45430 937-426-3421 (phone) 937-426

[Tinyos-help] java Sample 200 20000 errors

2007-02-14 Thread Chris Byers
I am getting the following error when running the command: java Sample 200 2 Exception in thread main java.lang.NoClassDefFoundError: net/tinyos/message/MessageListener Can anyone tell me how I may resolve this? Thanks, Chris Chris Byers MacAulay Brown Inc. 4021

RE: [Tinyos-help] java Sample 200 20000 errors

2007-02-14 Thread Chris Byers
. Do you have any other ideas as to what may be wrong. Thanks for your help. Chris -Original Message- From: Tony Mancill [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 12:04 PM To: Chris Byers Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] java Sample

[Tinyos-help] changing TOSBase packet size

2007-02-14 Thread Chris Byers
Does anyone know how I can change TOSBase so that it can handle receiving a packet that has a data payload length of 38 bytes? Thanks, Chris Chris Byers MacAulay Brown Inc. 4021 Executive Dr. Dayton OH 45430 937-426-3421 (phone) 937-426-5364 (fax

[Tinyos-help] Has anyone ran HighFrequencySampling?

2007-02-07 Thread Chris Byers
appreciative if you could let me know. Thanks, Chris Chris Byers MacAulay Brown Inc. 4021 Executive Dr. Dayton OH 45430 937-426-3421 (phone) 937-426-5364 (fax) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

[Tinyos-help] High Frequency Sampling class path errors

2007-02-06 Thread Chris Byers
Dear TinyOS, I am trying to run the High Frequency Sampling program and have been following the README. When I get to the command: java Sample 200 2 I get the following error: -- Capture Output -- C:\Program Files\Crossbow\Crimson\IDE.bat

[Tinyos-help] MAC Control

2007-01-31 Thread Chris Byers
congestionBackoff(TOS_MsgPtr m); } Thanks, Chris Byers ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] improving sampling speed

2007-01-29 Thread Chris Byers
I am using a modified version of the TestSensor.nc file under the MTS310 folder to take 6 samples of the MAGXY sensor per packet. At the current time the only way I know to improve packet speed is to lower play with this command: Timer.start(TIMER_REPEAT, 1000); I have heard that setting the MAC

[Tinyos-help] 29 byte message portion of a packet

2007-01-23 Thread Chris Byers
outputs. In other words, I am trying to put multiple magnetometer samples in a single packet, is this possible? Thanks, Chris Byers ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin

[Tinyos-help] Magnetometer

2006-12-18 Thread Chris Byers
. Is this possible with this combination of sensor board and mote? Thanks, Chris Byers ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] java classes

2006-12-14 Thread Chris Byers
After reading and implementing what you said in your last email, I now know that I need the java classes folder for the tinyOS applications. I do not currently have this and wondered if you could please direct me to where I can get it Thanks, Chris Byers

[Tinyos-help] help with HFS (java Sample.class 200 20000) command

2006-12-13 Thread Chris Byers
I do not know java and am just following the rules in the README file for the HFS. I get down to the part where you are supposed to type java Sample.class 200 2 and I keep getting the same error. java.lang.NoClassDefFoundError: Sample/class Terminated with exit code 0 I

[Tinyos-help] changing the sampling frequency for the magnometer sensor on a mica2 mote

2006-12-06 Thread Chris Byers
I have been given the task to change the sampling frequency on the mica2 mote for the magnometer sensor. I have not used the motes before nor have I done programming in nesC. I have been looking through onlint tutorials and been trying to get an idea of how I should do this and so far I believe