Re: [Tinyos-help] Tuning the radio Ouput power

2007-04-18 Thread Fabrizio Stefani
Use the CC2420RadioC component and connect it to your application (say myApp): myAppM.CC2420Control - CC2420RadioC.CC2420Control; and then, in your myAppM.nc use call CC2420Control.SetRFPower(val); // set TX power where val = 1..31 (-25 dBm to 0 dBm) Done. Fabrizio Romain Thouvenin wrote:

Re: [Tinyos-help] Tuning the radio Ouput power

2007-04-18 Thread Fabrizio Stefani
, just playing with some ideas... And what about setting the value once? I don't think that it is resetted after each packet transmission. Fabrizio Romain On 4/18/07, Fabrizio Stefani [EMAIL PROTECTED] wrote: Use the CC2420RadioC component and connect it to your application (say myApp

Re: [Tinyos-help] Re: hardware

2007-02-08 Thread Fabrizio Stefani
As far as I know there are also: www.maxfor.co.kr (telosb clones) www.cratlon.com (telos clones without TinyOS) www.sensinode.com (cc2430 based, no TinyOS) www.intel.com/research/exploratory/motes.htm Fabrizio Tony Mancill wrote: Ted Carter wrote: Ken Peirce thewirelessmacdude at yahoo.com

Re: [Tinyos-help] Bug in NesC or a simple error.........???

2007-01-26 Thread Fabrizio Stefani
://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Fabrizio Stefani, Ph.D. Researcher ArsLogica S.r.l. IT Laboratories Business Innovation Centre Unit 6 - 1st floor BIC, Via Trento, 117 38017 Mezzolombardo (TN), Italy Email: [EMAIL PROTECTED] Skype: fabrizio.stefani Phone: +39 0461 600253 Fax

Re: [Tinyos-help] SerialForwarder can't read from /dev/ttyUSB0

2006-10-24 Thread Fabrizio Stefani
I've had the same problem on my Ubuntu 6.06. Twice. The first time I solved reinstalling Java (the JDK 5.0 from Sun, Ubuntu packages). After some tweaking and playing around with the code and the system the problem reappeared and this time I solved reinstalling only the TOScomm (and maybe the

Re: [Tinyos-help] Serial Forwarder and Listen

2006-10-19 Thread Fabrizio Stefani
the message format and creates a C data structure to store them (like the Java Packetizer does)? This could be very useful to me (I'm not so skilled with java, I prefer C), but I cannot find any such application in the tools dir. Can you help me? Fabrizio Stefani MS Ian Welch wrote: When

Re: [Tinyos-help] Problems with javacomm

2006-08-04 Thread Fabrizio Stefani
virtual com port. Fabrizio Fabrizio Stefani wrote: Hi all, I'm using Ubuntu 6.06, TinyOS 1.1, Java 1.5.0_06, JavaComm 3.0, GCC 4.0.3, Tmote tools 2.0.2. To install all I followed this guides: http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/ http://www.moteiv.com/community/Tmote_Linux_install

Re: [Tinyos-help] Problems with javacomm

2006-08-03 Thread Fabrizio Stefani
/08/06, *Fabrizio Stefani* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, I'm using Ubuntu 6.06, TinyOS 1.1, Java 1.5.0_06, JavaComm 3.0, GCC 4.0.3, Tmote tools 2.0.2. To install all I followed this guides: http://www.chadmetcalf.com/tinyos-1x-on-ubuntu

Re: [Tinyos-help] motelist

2006-08-03 Thread Fabrizio Stefani
Sudha Krishna wrote: Hi, I am getting the following error when I execute the motelist command: error, could not open key HKLM\SYSTEM\CurrentControlSet\Enum\FTDIBUS I suppose that you are working with telosb/tmotes. On the tmotes there is an FTDI's FT232BM USB to Serial converter. It

Re: [Tinyos-help] motelist

2006-08-03 Thread Fabrizio Stefani
Just now I note that you are working under Windows. Then my previous reply is not useful for you. You should install the VCP drivers form the FTDI web site. Fabrizio Fabrizio Stefani wrote: Sudha Krishna wrote: Hi, I am getting the following error when I execute the motelist command

[Tinyos-help] Problems with javacomm

2006-08-02 Thread Fabrizio Stefani
Hi all, I'm using Ubuntu 6.06, TinyOS 1.1, Java 1.5.0_06, JavaComm 3.0, GCC 4.0.3, Tmote tools 2.0.2. To install all I followed this guides: http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/ http://www.moteiv.com/community/Tmote_Linux_install I can program the tmotes, but I'm having some