[Tinyos-help] Flash errors when istalling MicaZ

2008-08-12 Thread Diane Myung-kyung Suh
Hi, I'm a newbie of TinyOS. I'm using Micaz and mib520. When I install on a micaz as below , I found that the yellow, green, red LED don't work.( only the green and red flash on the bottom are blinking) Also it says Uploading: flash *Cannot write high fuse bits on this device.* Fuse High Byte se

Re: [Tinyos-help] tinyos downloads currently broken

2008-08-12 Thread Eric Keller
I found the 2.02 install through the news page. In case anyone cares, at least 2 links in the following page are broken: http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_on_your_host_OS_with_RPMs Plus, I'm pretty sure the number of packages listed on that page as unavaila

Re: [Tinyos-help] tinyos downloads currently broken

2008-08-12 Thread Kevin Klues
Which instlaation are you trying to follow? RPMs should be up now. I've personally tested the debian repo installation on both 1386 and 64 bit machines and they both work. Phil would be the one to give info about the windows install, and I think the rpm install is still be worked out 9at least fo

Re: [Tinyos-help] Neighbours get deleted in cldp

2008-08-12 Thread Omprakash Gnawali
You are better of contacting Youngjin Kim at USC. - om_p On Tue, Aug 12, 2008 at 5:27 PM, Pratibha S <[EMAIL PROTECTED]> wrote: > Hi, > > Im running cldp_gfr code. Im using a 8-node mesh topology(all nodes are > connected to all). When I run the code, even though the neighbours are > getting allo

[Tinyos-help] Neighbours get deleted in cldp

2008-08-12 Thread Pratibha S
Hi, Im running cldp_gfr code. Im using a 8-node mesh topology(all nodes are connected to all). When I run the code, even though the neighbours are getting allocated correctly, they all are getting deleted in the middle. So, when I send a packet from any node, they are getting dropped. Can anyone t

[Tinyos-help] Debugging Methods

2008-08-12 Thread Hugh Hartwig
I am developing within cygwin on a windows XP machine, and am currently using GDB with moderate success to debug my project. I would like to see what, if any, other platforms people are using to develop tinyos. Thanks, Hugh ___ Tinyos-help mailing

[Tinyos-help] tinyos downloads currently broken

2008-08-12 Thread Eric Keller
I failed to download the tinyos source package on Saturday, and today I find that the links have all been changed to a new revision of tinyos. Unfortunately, given the packages listed on the downloads page, it isn't possible to build a working tinyos system. Can someone give me the links to the p

Re: [Tinyos-help] Implementation of CompareBit interface

2008-08-12 Thread Omprakash Gnawali
On Mon, Aug 11, 2008 at 5:58 PM, Tao Liu <[EMAIL PROTECTED]> wrote: > Hi Omprakash, > > Thanks very much for the reply. I also have a small irrelevant > question here. I am doing some experiments about the performance of > the new 4bit link estimator using tmotes, which use Chipcon CC2420 > radio

Re: [Tinyos-help] Tmote Invent

2008-08-12 Thread Eric Keller
last I checked, they aren't for sale. It's just a telosb with added sensors and a battery/battery charger. I suppose the takeaway from this is that the more platform independent your app, the better. If the support was a little better, I would recommend the iMote2 without hesitation. Eric On

[Tinyos-help] Tmote Invent

2008-08-12 Thread L Foreman
Is the Tmote Invent considered too obsolete to consider purchasing? I am new to Tmotes and am looking for something to get started with. I would like to set up a wireless environmental sensor array in my house. Thanks. ___ Tinyos-help mailing list T

[Tinyos-help] About SFD in cc2420 transmitP

2008-08-12 Thread Paolo
Hi, in async event void BackoffTimer.fired()  of CC2420 TransmitP: case S_SFD:                 /* We didn't receive an SFD interrupt within CC2420_ABORT_PERIOD                 jiffies. Assume something is wrong.                 The SFD pin goes high when the SFD field                 has been

Re: [Tinyos-help] dc motor control thru 6lowpan compliant mote

2008-08-12 Thread Michael Schippling
I dunno what kind of micro-controller you are using but I have some T1 code to produce PWM with the micas' ATmega chips: http://www.etantdonnes.com/Motes/AVR128timers.zip Most controllers have a PWM output function, but you will have to do a lot of digging in the manuals to figure out how to us

Re: [Tinyos-help] avr-gcc missing in ubuntu avr-gcc-tinyos (amd64)

2008-08-12 Thread Kevin Klues
Should be fixed now. Kevin On Tue, Aug 12, 2008 at 7:42 AM, Bernd-Christian Renner <[EMAIL PROTECTED]> wrote: > Dear list, > > after a successful apt-get update && apt-get upgrade, tinyos from "deb > http://tinyos.stanford.edu/tinyos/dists/ubuntu hardy main" has been > updated on my amd64 machine

Re: [Tinyos-help] avr-gcc missing in ubuntu avr-gcc-tinyos (amd64)

2008-08-12 Thread Kevin Klues
I'm looking into it right now Kevin On Tue, Aug 12, 2008 at 7:33 AM, Bernd-Christian Renner <[EMAIL PROTECTED]> wrote: > -harburgDear list, > > after a successful apt-get update && apt-get upgrade, tinyos from "deb > http://tinyos.stanford.edu/tinyos/dists/ubuntu hardy main" has been > updated on

[Tinyos-help] New Eclipse Plugin for TinyOS 2.x available

2008-08-12 Thread Sigg Benjamin
Hi We are currently developing a new plugin for TinyOS in Eclipse and the first public beta version is now available. Some key features: - for TinyOS 2.x, will support NesC 1.2.9 and the new NesC 1.3.x family. - Realtime code validation - Context sensitive code completion - Hyperlink navigat

[Tinyos-help] avr-gcc missing in ubuntu avr-gcc-tinyos (amd64)

2008-08-12 Thread Bernd-Christian Renner
Dear list, after a successful apt-get update && apt-get upgrade, tinyos from "deb http://tinyos.stanford.edu/tinyos/dists/ubuntu hardy main" has been updated on my amd64 machine. Unfortunately, the avr-gcc binary has been vanished, and hence compilation of Tinyos code is not possible any longer. I

[Tinyos-help] avr-gcc missing in ubuntu avr-gcc-tinyos (amd64)

2008-08-12 Thread Bernd-Christian Renner
-harburgDear list, after a successful apt-get update && apt-get upgrade, tinyos from "deb http://tinyos.stanford.edu/tinyos/dists/ubuntu hardy main" has been updated on my amd64 machine. Unfortunately, the avr-gcc binary has been vanished, and hence compilation of Tinyos code is not possible any l

[Tinyos-help] channel scan with TinyOs-1.x

2008-08-12 Thread Maria Luisa Ruiz de Arbulo
Hi, I am working with CC2420 and TinyOS-1.x. I want to implement a channel scan (ED or passive scan), but i don't find any function to do it in tos/lib/CC2420. Is it possible to scan the channel using TinyOs? how? Thanks in advance, ___ Tinyos-help

[Tinyos-help] tmote mini with PDA

2008-08-12 Thread Tahir Azim
Hi, I was about to start a project where I need the following functionality: i) A PDA with a TFT screen connected to a mote so that when the mote receives a packet from the surrounding sensor network, software running on the PDA also receives a copy. ii) The mote should also be able to act as an

[Tinyos-help] Problem compiling Blink

2008-08-12 Thread Miguel Silva
Hi, I'm new to TinyOS and i'm desperate because i'm trying to do the "Getting Started" tutorial and i can't make Blink to compile without errors. Everytime i try to compile it appears the following: mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compi

[Tinyos-help] dc motor control thru 6lowpan compliant mote

2008-08-12 Thread swaroopa nb
hii, I'm doing a project on controlling dc motor present in air conditioner through a 6lowpan compliant mote,i need help regarding the data conversion from 6lowpan format to PWM output to control the motor(hardware and software).Kindly help as soon as possible. Regards, Swaroopa. _