Re: [Tinyos-help] Nesc and Mac OS X 10.6

2009-10-29 Thread enzeneer
Hello I am having similar problems compiling nesc-1.3.1 on Mac OS 10.6 Errors persist even after reinstallation of Xcode. Any ideas? Did you manage to resolve this problem? Thanks, Abhay Mohammad Sajjad Hossain wrote: Was anyone able to build it in Snow Leopard? I get the following errors

Re: [Tinyos-help] Is it possibele to see when the Radio channel is used

2009-10-29 Thread Ibrahim Orhan
Hi, the node should receive all packets and that are sent on the same channel and try to show(calculate the utilzation)) when someone is sending(from start to end of the packet) The appl is not for sending a packet and show how long it takes. Regards Ibrahim Arik ari...@bgu.ac.il 2009-10-28

[Tinyos-help] mib520 on windows vista

2009-10-29 Thread milos rovcanin
Hello! Is there a way to make mib520 programmer board work under Windows Vista OS? -- Milos Rovcanin ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Nesc and Mac OS X 10.6

2009-10-29 Thread Abhay Ghatpande
Hello Razvan, Thanks a lot. That did manage to solve the problem. Now I've run into a different problem when trying to build the TestSerial application. Will start a new thread about that. Abhay On 10/29/09, Razvan Musaloiu-E. razv...@cs.jhu.edu wrote: Hi! On Wed, 28 Oct 2009, enzeneer

[Tinyos-help] Build errors for TestSerial

2009-10-29 Thread Abhay Ghatpande
I am using tinyos-2.x on Mac OS 1.6. Blink app builds and installs to mote (telosb) successfully. However, when I try to build the TestSerial app, I get a long list of warnings and errors reproduced below: In file included from /usr/include/string.h:148, from

Re: [Tinyos-help] Nesc and Mac OS X 10.6

2009-10-29 Thread Abhay Ghatpande
Just wanted to clarify that I did not install the ports you mentioned, but rather patched the src/configure file and followed the instructions mentioned here: http://docs.tinyos.net/index.php/Installing_tinyos-2.x_on_Mac_OS_X_%28Tiger__Leopard%29 Would you recommend installing the ports instead?

Re: [Tinyos-help] mib520 on windows vista

2009-10-29 Thread Janos Sallai
It's supported from TinyOS 2.1. Make sure that you install avrdude from http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 . Janos On Thu, Oct 29, 2009 at 7:58 AM, milos rovcanin ro1208...@gmail.com wrote: Hello! Is there a way to make mib520 programmer board work under Windows Vista OS?

[Tinyos-help] TinyOS Receive mechanism

2009-10-29 Thread Arik
Hi all, Does anybody know how the Receive .receive works? I mean when I send a message, I use AMSend.Send(), but I don't do the same for the receiver side. The packet just pops out into the Receive.receive(). Does TinyOS always listens to the channel when the radio is not transmitting?

[Tinyos-help] Mica2 (CC1000) Packet loss with 900MHz configuration

2009-10-29 Thread Paul Johnson
Hi, My apologies in advance if this question has already been answered in the archives. I've searched for anything similar but never came up with any relevant hits. I am experiencing unusual packetloss with the Mica2 (CC1000) platform. Initially, I saw approximately a 20% loss. After doing

Re: [Tinyos-help] Mica2 (CC1000) Packet loss with 900MHz configuration

2009-10-29 Thread Agnelo Silva
Hi Paul, I made experiences with Mica2 at 433MHz and I observed the same problem for some motes of my experiments lot: 13 of a total of 42 motes always are presenting RSSI and PER issues. Observe that all of the motes are tested together which helps in finding environment problems. Therefore,

Re: [Tinyos-help] Errors in Java application

2009-10-29 Thread Michael Schippling
As you may have gathered this is a JDBC error, nada TOS... For whatever reason there is no database connection available when your program, in ApplicationGui.messageReceived(), tries to prepare a (probably) insert statement. It might be that there is a connection cache that is too small, or old

Re: [Tinyos-help] Mica2 (CC1000) Packet loss with 900MHz configuration

2009-10-29 Thread Michael Schippling
My -- limited -- experience shows that the telos/micaz radio chips are quite a bit more reliable vis the mica2 900Mhz version. I have not done a 433Mhz comparison though. You might be having multi-path or antenna placement issues, as these would be frequency dependent. As Angelo suggests,

[Tinyos-help] Mapping software for crossbow MTS420 sensor board

2009-10-29 Thread maha timraz
Hi Im using Crossbow MTS420 sensor board . I need a mapping software that enables me to trace the longitude and latitude provided by the GPS module on a map . Crossbow dosnt have this software , do you have any idea about it . I really need it . Plz help me if you can . Thnx

Re: [Tinyos-help] TinyOS Receive mechanism

2009-10-29 Thread Arik Sapojnik
Hey, Thanks Michael, it it strange though that I couldn't find this description elsewhere... So the CC2420 radio has it's own microcontroller which can parse the packets without the CPU intervention? Arik - Original Message - From: Michael Schippling sc...@santafe.edu Date: Thursday,

[Tinyos-help] Radio range

2009-10-29 Thread Mark Proctor
I am having trouble finding information on the useful range of the radio on a mote.On the Micaz datasheet they claim 20-30m indoors and 75-100m outdoors but how do these numbers translate into a real use?Obviously there are a lot of variables that will affect range in different environments

Re: [Tinyos-help] Nesc and Mac OS X 10.6

2009-10-29 Thread Razvan Musaloiu-E.
Hi! On Thu, 29 Oct 2009, Abhay Ghatpande wrote: Just wanted to clarify that I did not install the ports you mentioned, but rather patched the src/configure file and followed the instructions mentioned here:

[Tinyos-help] Contributing code...

2009-10-29 Thread Daniel PiƱeiro
Hello to all, I have sent a request to tinyos-contrib-caretak...@millennium.berkeley.edufor contributing code (as described here: http://tinyos.cvs.sourceforge.net/*checkout*/tinyos/tinyos-2.x-contrib/contrib.html) last Tuesday and I haven't received any response yet. How long does it take?

Re: [Tinyos-help] TinyOS Receive mechanism

2009-10-29 Thread Razvan Musaloiu-E.
Hi! On Thu, 29 Oct 2009, Arik Sapojnik wrote: Hey, Thanks Michael, it it strange though that I couldn't find this description elsewhere... So the CC2420 radio has it's own microcontroller which can parse the packets without the CPU intervention? I highly recommend taking a look at the

Re: [Tinyos-help] Build errors for TestSerial -- resolved

2009-10-29 Thread Abhay Ghatpande
The problem is in the Makefile. The target is specified as null. Changing this to $(PLATFORM), the code compiles without problem. Wonder why it was set to null in the first place Anyway, hope this helps others if they run into similar problems. Abhay On 10/29/09, Abhay Ghatpande

Re: [Tinyos-help] compiling TinyOS with differente MSPGCC versions

2009-10-29 Thread Antonio Rosa
Hi, I have been trying to compile MSP430x2617 a few weeks. And finally, i obtained a compilation. I must probe in a real micro but the preliminary compiling is ok!. The steps are the follows: How to install the toolchain MSP430X to compile the family 2 MSP2617 from TinyOS-2.x in a enviroment

[Tinyos-help] I need some help

2009-10-29 Thread Ahmed Namir Cheglil
Hi, My name is Namir. I have an quastion regarding RPM instalation. I'm trying to install tinyos on cygwin, and after downloading the neccesary packets I got a message: bash: rpm: command not found Can you give me solution for this problem. Thank you,