[Tinyos-help] Create a serial packet

2007-09-27 Thread Roberto Gioè
Hi all. I would like create a packet to send to a micaz by a serial port. The creation ot the packet must be done in a pc using an application written in C. I use TinyOs-2.x I create the packet with the following statements: -- char output_buffer[TOS_PACKET_LENGTH];

Re: [Tinyos-help] Create a serial packet

2007-09-27 Thread Roberto Gioè
per mandare pacchetti tramite serial? io devo fare un programma in C# e devo madare dati al sensore... If you are not italian :D Can you send me tutorial, guidelines or any documents to create and a packet for send it by serial? thanks Leonardo Roberto Gioè ha scritto: Hi all. I would

[Tinyos-help] Motetest version for TinyOs-2.x

2007-09-26 Thread Roberto Gioè
Hi all, I'm trying to send packets from stargate to a micaz connected by the UART port. I can send packets from micaz to stargate, but i cannot send packets from stargate to micaz To receive packets in stargate I using the application described by the source code motetest.c This application

[Tinyos-help] BareSendMsg Interface

2007-09-25 Thread Roberto Gioè
Hi all, I'm studying a source code (TOSBaseM.nc) which implements the functionality about the trasmission of data to a UART port by a micaz mote. In this code the BareSendMsg interface is used. But I yet haven't found this interface in Nesc Documentation ( see

[Tinyos-help] Micaz and Stargate communication using UART

2007-09-25 Thread Roberto Gioè
Hi all, I'm trying to make a communication between stargate ad micaz. I connected the micaz on the daughter board of the stargate and I viewed some source code about using UART port. Now, micaz and stargate send packets to the UART port but I don't receive any packets in both sides. Can anyone

[Tinyos-help] Re: Micaz and Stargate communication using UART

2007-09-25 Thread Roberto Gioè
I answer to myself: It needs look at Basestation example in /apps of tinyos-2.x I solved my problem thanks the same regards RG 2007/9/25, Roberto Gioè [EMAIL PROTECTED]: Hi all, I'm trying to make a communication between stargate ad micaz. I connected the micaz on the daughter board

Re: [Tinyos-help] About TinyOS 2.0.X installation on Fedora 7

2007-09-24 Thread Roberto Gioè
6. Enjoy! 2007/9/24, Roberto Gioè [EMAIL PROTECTED]: Hi, I use Fedora Core 7 and Ubuntu too. For Fedora 7 follow these steps: 1. Download the RPM packages 2. Install the Sun JVM 3. Select the Sun JVM using update-alternative --config java 4. Install all the RPM packages you downloaded

[Tinyos-help] BareSendMsg and AMSend

2007-09-24 Thread Roberto Gioè
Hi all, I'm trying to develop an application to send data to an UART port. I downloaded some examples and I have seen that the BareSendMsg interface is used. I installed in my system tinyOs 2.x and in this version is not present the BareSendMsg interface. I also have seen that AMSend has the same

Re: [Tinyos-help] tinyos problems

2007-09-23 Thread Roberto Gioè
1. probably you must install python-devel packet 2. I don't know :-( 3. don't worry. You must install the JDK and you must select the correct JVM using update-alternatives --config java bye 2007/9/23, b m [EMAIL PROTECTED]: what is the meaning and solution of the following errors: 1.

[Tinyos-help] Problem with AM.sendDone

2007-09-17 Thread Roberto Gioè
Hi all, I'm trying to testing the RadioCountLeds example. I runned the python script as written in the third tutorial as reguard as tinyos 2.x documentation. I have a problem with the AM.sendDone event: I can read that the packet is sent but no sendDone event occurs. Is it a normal situation?

[Tinyos-help] Compiling error using Cygwin

2007-09-05 Thread Roberto Gioè
Hi all, I'm using Cygwin and tynyOS 2.0. I installed all packaged required and I configured the environment variables. I can't compile the BlinkC application and the error message is the following: [EMAIL PROTECTED] /cygdrive/d/cygwin/opt/tinyos-2.x/apps/Blink $ make micaz mkdir -p