[Tinyos-help] Write on the measurement serial flash memory with micaz

2009-05-15 Thread nartessos nartessos
Hello Can I use the measurement serial flash memory to store my own measurement on MICAZ? How can I do it? thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim network layer

2010-02-04 Thread nartessos nartessos
goodmoring, I wanted to know if tossim yet implement the zigbee standard or not? I know that zigbee implement the bluetooth 802.15.4 protocol at both the physical and mac layer, and has its own implementation for the network and application layer. thanks _

[Tinyos-help] TOSSIM : simulate a base station / running BaseStation*.nc

2008-09-01 Thread nartessos nartessos
Goodmorning everybody, I want to simulate a base station using tossim (tinyos 2.x), I try to run the BaseStation example. It works fine but there is no communication. Where is the problem? Where the first message is sended in the source code? Have I to use the java program (net.tinyos.tools.List

[Tinyos-help] TestSerial

2008-09-01 Thread nartessos nartessos
Hi, I try to run TestSerial on micaz,mib520 tinyos2.x (ubuntu hardly). - cd /opt/tinyos-2.x/apps/tests/TestSerial - make micaz install mib520,/dev/ttyUSB0 ** First I had the error : - TestSerial /dev/parport0: No such file or directory can't read 'ppdev' I made a symbolic link as fo

[Tinyos-help] Re : [Tinyos Core WG] tos-install-jni needs a fix?

2008-09-02 Thread nartessos nartessos
As an answer i modified the incorect line of /usr/bin/tos-install-jni file by : if [ cygpath -w / >/dev/null 2>/dev/null or `uname` == "Darwin" ] hope that it works. I can now run TestSerial : [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/tests/TestSerial$ java TestSerial serial@/dev/ttyUSB0:57600:

[Tinyos-help] Flash error while programming Micaz (tinyos 2.0.2)

2008-09-09 Thread nartessos nartessos
Good morning Now I am on tinyos 2.0.2, I am using mib520 (usb interface) and micaz motes. When I try to program my mote with blink apps (make micaz reinstall mib520,/dev/ttyS0) I have the following error : mkdir -p build/micaz compiling BlinkAppC to a micaz binary ncc -o build/micaz/main.exe

[Tinyos-help] Oscilloscope GUI app problem

2008-09-22 Thread nartessos nartessos
Good morning, I can't compile the oscilloscope app, some tips for me? make mig -target=null -java-classname=OscilloscopeMsg java ../Oscilloscope.h oscilloscope -o OscilloscopeMsg.java /usr/lib/ncc/deputy_nodeputy.h:4:20: error: stddef.h: No such file or directory /usr/lib/ncc/nesc_nx.h:16:22: er

[Tinyos-help] Tinydb 2.1.0?

2008-09-29 Thread nartessos nartessos
Hi, Does tinyDb works with tinyos 2.1.0? thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Recompiling Listen program

2008-10-01 Thread nartessos nartessos
Hello I want to modif the net.tinyos.tools.Listen program. For the aim I had recompiled some programs in net.tinyos.util, net.tinyos.tools and net.tinyos.packet. Nevertheless, I don't success in compile the Packetizer.java program. Its gives me errors and I didn't see where the Serial variable is

[Tinyos-help] Xmesh on linux

2008-11-04 Thread nartessos nartessos
Hello everyone, I wanted to know if xmesh (and its gui...) exist for linux, and if it work on tinyos 2.1.0 or 2.x? thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyo

[Tinyos-help] TestSerial : no serial packets received

2008-11-07 Thread nartessos nartessos
Hello, I am trying to listen back something over the serial port using the TesetSerial application, but messages are never received , its just sending the packets : Sending packet 0 Sending packet 1 Sending packet 2 I'm using micaz on /dev/ttyUSB0 and /dev/ttyUSB1. what is the problem? the qu

[Tinyos-help] Interface itimer , invokink timerFired

2008-11-19 Thread nartessos nartessos
Hello everyone, Does the code in the fired() event (for ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Stopping timer invoking fired()?

2008-11-19 Thread nartessos nartessos
Hello Does the code in the fired() event is executed when I use stopTimer()? I know that it is each 500 ms if I do startTimer(500), but if I stop the timer? thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.