[Tinyos-help] HELP! strange TinyViz Issue (Error : 14 at line 1027)

2006-02-28 Thread Tom Kobialka
Hi, I'm running TinyOS 1.17 from the CVS source tree on Linux Fedora Core 4. I am getting a funny error when I set DBG=all and execute TinyViz: > cd $TOSROOT/apps/TinyDBApp > tinyviz -run build/pc/main.exe 5 snip 2: Setting TOS_LOCAL_ADDRESS to 2 2: RADIO: Channel Mon event handled for mo

RE: [Tinyos-help] Help with extraction of stored data from serial flashin Mica2/Micaz

2006-02-28 Thread Amit Satpathy
I'm sorry. I forgot to mention the hardware i was using. I am using a MTS310 sensorboard in Mica2/Micaz motes and my reference for storing data in the flash memory comes from http://weblog.cs.uiowa.edu/htmlTinyOS/apps/TestFlash/. However, the C program that comes in this website for extraction

Re: [Tinyos-help] tinyos1.x or tinyos2.x?

2006-02-28 Thread Philip Levis
On Tue, 2006-02-28 at 16:26 -0600, Sankar Gorthi wrote: > > we're trying to come > > up with a more general collection layer that can use different link > > estimators > > In a related doubt, the existing link estimator scheme is designed for a > static network right? Will it work for a fast mov

Re: [Tinyos-help] Obtaining Digital Output from Mica

2006-02-28 Thread Michael Schippling
I don't know which pins are brought out on the 'Dot but I believe there are a few that you can use. You'll have to pour over the doc and schematic to see which ones. In my huge bolus of code for mica{2,z} at: http://www.etantdonnes.com/Motes/robocode.tar.gz there are two modules for output.

Re: [Tinyos-help] tinyos1.x or tinyos2.x?

2006-02-28 Thread Sankar Gorthi
we're trying to come up with a more general collection layer that can use different link estimators In a related doubt, the existing link estimator scheme is designed for a static network right? Will it work for a fast moving mobile network of nodes for optimal power consumption? Sankar Go

Re: [Tinyos-help] TOSSIM-packet Segmentation fault

2006-02-28 Thread Philip Levis
On Tue, 2006-02-28 at 13:16 +, Helios Aliaga wrote: > On 2006-02-23 Philip Levis wrote: > > By definition, a particular CPU instruction has to cause the segfault. > > This means that it's within a particular function. What function is it > > in? > > > > Phil > > > I've found that the segfault

Re: [Tinyos-help] tinyos1.x or tinyos2.x?

2006-02-28 Thread Philip Levis
On Tue, 2006-02-28 at 16:34 +1000, Simon Willis wrote: > Hi everyone, > > I'm about to commence my first programming in TinyOS. I am using TinyOS > for a wireless sensor network that we have designed that is based on the > Mica2. Basically, it has new radio hardware and will require the radio >

[Tinyos-help] Obtaining Digital Output from Mica

2006-02-28 Thread Lindsay Oleson
Hi, I'm new to the mote platform and TinyOS, and I was wondering if it is possible to make the Mica (specifically, Mica2Dot) output a simple digital (or analog) voltage signal, and how such an output can be obtained.  Any insight that can be granted on this subject would be greatly appreciated.

Re: [Tinyos-help] An error with no messages

2006-02-28 Thread Dan Steingart
Thanks Phil. I added the line, and this is the response: Reading specs from /usr/local/msp430/bin/../lib/gcc-lib/msp430/3.2.3/ specs Reading specs from /usr/local/lib/ncc/tdspecs Configured with: /Users/dan/tinyos-1.x/tools/src/mspgcc/build/ gcc-3.2.3/configure --target=msp430 --prefix=/usr/l

Re: [Tinyos-help] RSSI and CCA

2006-02-28 Thread Prabal Dutta
You can read the RSSI_VAL field in the RSSI register on the CC2420 using HPLCC2420.read command. You only want the lowest 8-bits of the return value. See the CC2420 datasheet for details on how to interpret this register value. The format is 2's complement and the value must be offset with a cons

Re: [Tinyos-help] need help in query flash of tinydb

2006-02-28 Thread Harri Siirtola
TinyDB is quite heavy an application, and the fact that it doesn't work very well in the first place was the main reason I abandoned it. You'll be better off with the xbow measurement apps, if measuring & storing is what you want to do. The Remote component is in "%TOSROOT/apps/TestMatchbox/

Re: [Tinyos-help] An error with no messages

2006-02-28 Thread Philip Levis
On Feb 28, 2006, at 8:35 AM, Dan Steingart wrote: While trying to compile a telos b binary I get this error: mkdir -p build/telos compiling Blink to a telos binary ncc -o build/telos/main.exe -O -mdisable-hwmul -I/Users/dan/ tinyos-1.x/tos/lib/CC2420Radio -I/Users/dan/tinyos-1.x/tos/lib/

[Tinyos-help] An error with no messages

2006-02-28 Thread Dan Steingart
While trying to compile a telos b binary I get this error: mkdir -p build/telos compiling Blink to a telos binary ncc -o build/telos/main.exe -O -mdisable-hwmul -I/Users/dan/ tinyos-1.x/tos/lib/CC2420Radio -I/Users/dan/tinyos-1.x/tos/lib/Flash - Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-

Re: [Tinyos-help] need help in query flash of tinydb

2006-02-28 Thread Zhengsu Gao
Hi, Harri:   Thank you so much for your information. I have tried, it did work, but it seemed cannot store data into local flash since when I select data from buffer, it give me nothing, just go through all its table entries. I think still some commands have problems. Also, I am so eager to

[Tinyos-help] RSSI and CCA

2006-02-28 Thread serbaumo
Hello i have being searching about reading the cca pin in cc2420, but i don't understand something. I want to detect if in some instant(maybe when something is being received) the channel is free or not. Bu the problem is that when i look at the cca pin, it always return true. Is there any other w

Re: [Tinyos-help] Deluge Messages, TOSBase

2006-02-28 Thread Ioannis Krontiris
Well, I tested Deluge with TOSBase and it works fine, after all... So, test your TOSBase with some other application to see if this is the problem. Yannis. O/H Holger Marquardt έγραψε: Hi Yannis, thanks for your reply! For my project, I'm planning to have each node with it's own images sto

[Tinyos-help] autoack in cc2420

2006-02-28 Thread serbaumo
Hi. i'm using autoack in cc2420 radio. I'm sending cycling packets in cc2420RadioM to make a b-mac implementation. So i want that the receiver autoacks the message so the transceiver would stop transmiting the packets when receiving the ack. i don't kwow how it does, but if the receiver transmit th

Re: [Tinyos-help] USART0 multiplexing on Tmote sky

2006-02-28 Thread Chris Pettus
Does your UART device support flow control RTS/CTS or DSR/DTR?   If it does you could use some general purpose IO pins to implement the flow control from the mote side.  Also the GPIO pins can be configured for interrupt operation so you would not have to constantly poll the device.   There is a m

Re: [Tinyos-help] TOSSIM-packet Segmentation fault

2006-02-28 Thread Helios Aliaga
On 2006-02-23 Philip Levis wrote: > By definition, a particular CPU instruction has to cause the segfault. > This means that it's within a particular function. What function is it > in? > > Phil I've found that the segfault occurs within void event_tossim_msg_create(event_t *fevent, TOS_MsgPtr m

Re: [Tinyos-help] Deluge Messages, TOSBase

2006-02-28 Thread Holger Marquardt
Hi Yannis, thanks for your reply! For my project, I'm planning to have each node with it's own images stored. So I don't want the images "walking around". We have a roboter managing the network (with an attached programming board + node), so I can reach every node with one hop from the base (=

Re: [Tinyos-help] need help in query flash of tinydb

2006-02-28 Thread Harri Siirtola
Hi Zhengsu, do you get parse errors when trying to query from flash? I remember getting errors when I tried it. Also, it took a while to find the correct syntax for getting a query to be stored there. I'm afraid you can't trust the document on these issues. After digging up my notes from the

Re: [Tinyos-help] Deluge Messages

2006-02-28 Thread Ioannis Krontiris
Hi Holger, Can you be more specific on what you want to do? Do you want the program image disseminated and stored in all nodes but you choose which one will load it, or you want only a specific node to store the image in its memory, and then load it ? Because, as you know, the nodes first stor

[Tinyos-help] Help with extraction of stored data from serial flash in Mica2/Micaz

2006-02-28 Thread Amit Satpathy
Hi! I am currently working on a program whereby sound is being sampled at around 100Hz and the data captured is being stored in the 4M-bit serial flash. I have managed to successfully write the part of the program whereby the data does get stored in the flash. However, currently, i am facing