Re: [Tinyos-help] Ubuntu package installation problem

2008-04-29 Thread Matthias Gauger
Hello Kevin, I tried to install the updated packages this morning using the Ubuntu update manager. However, it failed to install "avr-binutils-tinyos" - It complains that it is supposed to overwrite "/usr/lib/libiberty.a" which belongs to the package binutils-dev. Since performing the partial

Re: [Tinyos-help] Ubuntu package installation problem

2008-05-01 Thread Matthias Gauger
do >>> >>> sudo apt-get update >>> sudo dpkg --remove --ignore-depends=tinyos-msp430,tinyos-avr,tinyos nesc >>> sudo apt-get install nesc >>> >>> Kevin >>> >>> >>> On Tue, Apr 29, 2008 at 12:46 PM, Matthias Gauger &

Re: [Tinyos-help] Ubuntu package installation problem

2008-05-03 Thread Matthias Gauger
>> Kevin >> >> >> >> On Thu, May 1, 2008 at 2:07 PM, Matthias Gauger <[EMAIL PROTECTED]> wrote: >> > Hello Kevin, >> > >> > The nesc package seems to be working fine now. Thanks for the quick fix! >> > >> > The avr-

Re: [Tinyos-help] Random Number

2008-05-04 Thread Matthias Gauger
Hello Chao, On the one hand you want to avoid generating the same sequence of random numbers each time you start your wireless sensor nodes and you want to avoid predictability. On the other hand you want to reach a global consensus among the nodes about the sequence of random numbers. Reachin

[Tinyos-help] Test application for TelosB user button

2008-07-07 Thread Matthias Gauger
Hello, I cannot get the test application (provided in tinyos-2.x/apps/tests/telosb/TestUserButton) for the TelosB user button to work correctly. It looks like querying the button state works fine (i.e., the green LED is activated if I press the button for some time) whereas the notification of

[Tinyos-help] Hash Sum Mismatch checking out TinyOS 2.1 on Ubuntu Hardy

2008-09-23 Thread Matthias Gauger
Hello, I just tried to install TinyOS 2.1 on a computer running a freshly installed Ubuntu Hardy. After adding the repository (http://tinyos.stanford.edu/tinyos/dists/ubuntu hardy main) to my sources.list and updating the repository cache, I tried to install the tinyos-2.1.0 package. However,

[Tinyos-help] Temperature sensor on MTS300CB with MICAz in TinyOS 2.1 broken?

2008-10-11 Thread Matthias Gauger
Hello, I am trying to use the temperature sensor on the MTS300CB sensor board with a MICAz sensor node and TinyOS 2.1. However, whatever I do, I always get a '0' back as the result of querying the sensor. I know that this problem has been discussed on the list before. However, I couldn't really

[Tinyos-help] Microphone sensor in Tinyos 2.0

2007-02-21 Thread Matthias Gauger
Hello, Is there any support for accessing the microphone sensor on the Mica 2 MTS 300 in Tinyos 2.0? The abstractions known from Tinyos 1.x (MicC) do not seem to exists anymore. Any pointers would be appreciated! Thanks! Matthias ___ Tinyos-help m

[Tinyos-help] Installing to Tmote nodes in Ubuntu 7.04 Feisty Fawn

2007-04-22 Thread Matthias Gauger
Hello, It looks like with the new version 7.04 Ubuntu has stopped supporting /dev/ttyUSB{x} and replaced it with libusb. The result is that the command 'motelist' stopped working and installing software to Tmote sensor nodes the usual way (e.g., make tmote reinstall,0) fails. Has anyone alrea

Re: [Tinyos-help] Installing to Tmote nodes in Ubuntu 7.04 Feisty Fawn

2007-04-22 Thread Matthias Gauger
and update the www.5secondfuse.com/tinyos/install.html page. If you're dead set to use it. Look in the udev rules. Cheers Chad On 4/22/07, Matthias Gauger <[EMAIL PROTECTED]> wrote: Hello, It looks like with the new version 7.04 Ubuntu has stopped supporting /dev/ttyUSB{x} and replace

[Tinyos-help] Detecting collisions with TOSSIM in Tinyos 2

2007-05-25 Thread Matthias Gauger
Hello, Is there a way to detect and log the occurrence of collisions causing packet loss in TOSSIM when using Tinyos 2.0? I couldn't find any information on that in the TOSSIM tutorial. Thanks, Matthias ___ Tinyos-help mailing list Tinyos-help@Mi

Re: [Tinyos-help] how to display the current time in dbg msg in TinyOS 2.x

2007-06-01 Thread Matthias Gauger
> I'd like to display the current time information in a dbg msg in > TinyOS2.x. I know in TinyOS1.x,such a dbg msg as below can do this. >dbg(DBG_USR1,"Current time is %d",tos_state.tos_time); > But in TinyOS2.x,I don't known how to access the current time > information besides using t.ti