Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-09 Thread Sivan Toledo
Same here. I built python 2.3 from the sources and copied the libraries to /usr/lib. This resolved the previous linking problems but generated the same error that Carlos is reporting, the unresolved reference [EMAIL PROTECTED] Sivan Carlos Perez wrote: I believe I was able to fix the

[Tinyos-help] Problem compiling xsensormts400

2006-10-09 Thread sundaresh sundaralingam
Hi all, when I make mica2 I phase this error as shown below:$ make mica2 install,2 mib510,/dev/ttyS0mkdir -p build/mica2 compiling TestMTS400 to a mica2 binary ncc -o build/mica2/main.exe -Os -I../../tos/interfaces -I../../tos/system -I../../tos/platform/mica2 -I../../tos/lib

[Tinyos-help] tinyOS hardware requirement

2006-10-09 Thread Chong Zan Kai
Hi, Hi I am quite new here. Can someone tell me what is the basic hardware requirement for tinyOS? I plan to design sensor node using MICAZ architecture. But I would like to know if I could implement this using ATMEGA32L instead of using the expensive ATMEGA128L? Please guide me and thank you

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-09 Thread Philip Levis
On Oct 8, 2006, at 11:52 PM, Sivan Toledo wrote: Same here. I built python 2.3 from the sources and copied the libraries to /usr/lib. This resolved the previous linking problems but generated the same error that Carlos is reporting, the unresolved reference [EMAIL PROTECTED] Sivan I'm in

Re: [Tinyos-help] tinyOS hardware requirement

2006-10-09 Thread Xiaofan Jiang
hardware (e.g. CPU) requirements largely depends on the actual code / application running on it, notably the RAM and ROM requirements of the application. ATmega32 should be fine for most small applications. For example, the ultrasound ranging board (http://www.tinyos.net/

[Tinyos-help] Two Problems with TinyDB

2006-10-09 Thread Milton Aguiar
Hi all : 1ยบ Problem: I'm trying to install, use and test TinyDB. I've installed TinyOS, java, javax.comm package etc., but when i try to compile TinyDBApp for mica2 mote some errors occur. I don't what is the problem. Please can somebody help me? I'm using a pc with Windows XP service pack

[Tinyos-help] What command runs Xlisten?

2006-10-09 Thread sundaresh sundaralingam
Hi All,What command do I use to run Xlisten? I tried entering xlisten in the /src dir, but no messages/ errors / data appeared after that. Example like below: [EMAIL PROTECTED] /opt/tinyos-1.x/contrib/xbow/tools/src$ xlisten[EMAIL PROTECTED] /opt/tinyos-1.x/contrib/xbow/tools/src$What does this

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-09 Thread Sivan Toledo
I understand. I'll try to figure this out and if I find anything, I'll let you know. The weird thing about this is that this command line is telling g++ to build a DLL, so it should not be trying to link to a main() program (or WinMain, which is the same thing I think). I'll try to figure this

RE: [Tinyos-help] Battery Power measurement

2006-10-09 Thread Munaretto, Daniel
Dear Wu, i'm interesting in the same question. I checked Voltage.nc and VoltageM.nc. How can i get the voltage value from async event result_t ADC.dataReady(data), specified in VoltageM.nc, to my main program (BcastM.nc)? -Original Message- From: Wu Nick

[Tinyos-help] TosTime

2006-10-09 Thread Ivan Roca
Hi, In my program I want to get a time when a meeting starts. The time should be given in seconds. I realized it with the interface Time. Can anyone explain to me how the structure is working and if the time is given in milliseconds or in microseconds. Here is the structure of

[Tinyos-help] Time ... , but got an interface

2006-10-09 Thread Ivan Roca
Hi I am work with TosTime and Time interface, and I have this error : Surge.nc:23: cannot find `Time' Surge.nc:23: expected component `Time', but got an interface nesC: Internal error. Please send a bug report to the nesC bug mailing list at [EMAIL PROTECTED] make: *** [exe0]

[Tinyos-help] How to get Local time

2006-10-09 Thread Wu Nick
Deal, all I want to get the Local time in ms. Have any component provide this function. My application is transmit a packet form source to sink with multihop. And record the Local time when the packet across each node until arrive sink. According the Local time to analyze the relay

[Tinyos-help] errors in compiling Drain protocol

2006-10-09 Thread Faisal Karim
Hi AllIm trying to compile Drain protocol but it is giving me error as follows (Drain is available under /opt/tinyos-1.x/beta*** /opt/tinyos-1.x/beta/Drain/TestDrain$ make pcmkdir -p build/pcto a pc binaryestDrain-pthread -fnesc-nido-tosnodes=1000 -fnesc-simulate -Wall -Wshadow

[Tinyos-help] where can find original paper for Surge or TinyAODV

2006-10-09 Thread Tao Wu
Hi Guys, I want to evaluate and understand different routing protocols' implementations in details, yet I have some problems to find the design documents or original published paper for Suge or TinyAODV. Does anyone know where the papers published? Thanks a lot Best Regards, Tao

RE: [Tinyos-help] What command runs Xlisten?

2006-10-09 Thread Giri Baleri
To see available option is xlisten command, type "xlisten -?". They are also listed in Section 5.3.1 of Crossbow's Getting Started Guide. http://www.xbow.com/Support/Support_pdf_files/Getting_Started_Guide.pdf Unless you have a compatible Mote network (XSensor or XMesh)running and base

RE: [Tinyos-help] Problem compiling xsensormts400

2006-10-09 Thread Giri Baleri
Which TinyOS version are you using? What output do you see when you type "rpm -qa" in your Cygwin window? Regards,Giri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sundaresh sundaralingamSent: Monday, October 09, 2006 12:45 AMTo:

[Tinyos-help] How to get Voltage measurement

2006-10-09 Thread Munaretto, Daniel
Dear all, i'm trying to measure on micaz motes the voltage by using VoltageC, but the main program (BcastM.nc) is not able to get the dataReady. If anyone can help me, this is the structure: in the configuration file: components Main,BcastM,...,VoltageC; [..] Main.StdControl-VoltageC;

[Tinyos-help] RE: flashbridgeviewer

2006-10-09 Thread David Moss
Daniel, Yep - this is expected. It's a characteristic of NOR (and NAND) flash. Writing to the flash only makes 1 bits go to 0's. Erases make 0's go to 1's - but you have to erase in huge blocks (65536 byte sectors at a time on the tmote's st m25p80 flash). This characteristics is sometimes a

[Tinyos-help] Tinyos 2.x Java problem

2006-10-09 Thread Ali Salehi
Hi, We want to connect to a remote server from a java program using moteIf and we don't want to use the environment variable for setting the socket address. Here is the code (it doesn't print anything, which we don't know why ?) : public static void main(String[] args) throws Exception {

[Tinyos-help] TOSSIM Questions

2006-10-09 Thread George Pereira Marques
Hi everybody. I want to know wich are the default values used by TOSSIM in a simulation, like radio range, distance between nodes, etc, and where i can change this. Thank you and sorry for bad english =D Bye! George Marques ___ Tinyos-help mailing list

[Tinyos-help] Exceptions during Simulation in TOSSIM

2006-10-09 Thread Anuradha Eragani
Hi All, I have a simple nesC application that simulates communication between two nodes. Both the nodes send out an integer value that is received by the other node. My application collects all the values and stores in an array and uses them to do some computation. This application

[Tinyos-help] routing protocols in TinyOS 1.1

2006-10-09 Thread Gaessler, Alexander
Title: routing protocols in TinyOS 1.1 Hi to all, can anybody help me with information about the routing protocols in TinyOS 1.1? I'm working on routing protocols and I need more information about these protocols in TinyOS 1.1. 1) There are three protocols in ./lib/Route,

[Tinyos-help] TinyOs Tutorial 5 SimGui

2006-10-09 Thread bhushan bhatt
Hey Guys, I am trying to work tutorial 5. I opened the Sim folder under net/tinyos/sim and i could not locate SimGUI under it. Any idea how can i run the tutorial ??Thanks,Bhushan Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at

[Tinyos-help] SurgeTelos Message format

2006-10-09 Thread bhushan bhatt
Hi everyone, I am using SurgeTelos with 2 motes one connected to computer via USB acting as base station ( Id 0) and another mote having mote id 1. I got the following message displayed on my computer screen.Received message:14 00 00 00 00 00 7E 00 11 7D 00 00 00 00 00 00 21 00 00 00 00 00 87 0B

Re: [Tinyos-help] TOSSIM Questions

2006-10-09 Thread Sarfraz Nawaz
Have a look at /opt/tinyos-1.x/doc/nido.pdfOn 10/10/06, George Pereira Marques [EMAIL PROTECTED] wrote:Hi everybody.I want to know wich are the default values used by TOSSIM in a simulation, like radio range, distance between nodes, etc, and where ican change this.Thank you and sorry for bad