[Tinyos-help] [Errno 84] Invalid or incomplete multibyte or wide character

2011-10-20 Thread Stefano Moret
Hi, I'm working on MAC OS X 10.6.8 with Ubuntu 10.10 running on VMWare virtual machine, from where I use TinyOS to program Crossbow TelosB motes. Until two days ago I could smoothly compile and install programs on the motes, even if just on one of my two USB ports. Starting from yesterday, I can

[Tinyos-help] Fwd: [Errno 84] Invalid or incomplete multibyte or wide character

2011-10-25 Thread Stefano Moret
wide character ) = 81 close(3)= 0 rt_sigaction(SIGINT, {SIG_DFL, [], 0}, {0x8075730, [], 0}, 8) = 0 exit_group(1) Any suggestions about how to solve this? Thanks, Stefano Inizio messaggio inoltrato: > Da: Stefano Moret > Data: 20 ottobre 2011 12.25.12 GMT-07.00 >

[Tinyos-help] TinyOS on Snow Leopard - problem

2011-10-27 Thread Stefano Moret
Hi, I'm trying now to install Tinyos directly on MAC OS X 10.6.8. I'm following the instructions at http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS-2.x_on_Mac_OS_X_(Snow_Leopard). When I execute "git clone git://hingr.cs.jhu.edu/git/ports.git", I get this error: "Cloning into ports

Re: [Tinyos-help] TinyOS on Snow Leopard - problem

2011-10-27 Thread Stefano Moret
o. Thanks, Stefano Il giorno 27/ott/2011, alle ore 17.45, Eric Decker ha scritto: > > > On Thu, Oct 27, 2011 at 11:54 AM, Stefano Moret wrote: > Hi, > > I'm trying now to install Tinyos directly on MAC OS X 10.6.8. > I'm following the instructions at &g

[Tinyos-help] Oscilloscope: segmentation fault

2011-10-28 Thread Stefano Moret
I finally successfully installed TinyOS on Snow Leopard! Now I can, for example, compile and install the Blink application and most of the default apps. I still get a problem though: when I try to install the Oscilloscope app I get this error: "mkdir -p build/telosb compiling OscilloscopeAp

[Tinyos-help] Low power listening application

2011-11-14 Thread Stefano Moret
Hi all, I'm trying to reduce the power consumption of the the motes for an application. I modified the Oscilloscope application to sense and transmit data every 10 mins, and then I reduced the power taking instructions from the Low Power Sensing tutorial. I still have a power consumption higher

[Tinyos-help] AVcc pin turn off

2011-11-15 Thread Stefano Moret
Hi, In order to reduce the power consumption on tmote sky telosb motes, I want to cut off the voltage supply to my sensor when I don't need to sense. The voltage is supplied by the AVcc pin on the msp430 mcu. Can anyone suggest me how to manually access this pin and turn it on and off with TinyO