Re: [Tinyos-help] Interoperability in ZigBee

2013-12-02 Thread Juan Antonio López Riquelme
-help -- - Juan Antonio López Riquelme Dpto. Tecnología Electrónica Universidad Politécnica de Cartagena Campus Muralla del Mar, s/n 30202 Cartagena (Murcia) Tlf.: +34 968 325 466 Fax.: +34 968 325 345

Re: [Tinyos-help] How to get IPBaseStation apps and make it work

2013-06-24 Thread Juan Antonio López Riquelme
-- - Juan Antonio López Riquelme Dpto. Tecnología Electrónica Universidad Politécnica de Cartagena Campus Muralla del Mar, s/n 30202 Cartagena (Murcia) Tlf.: +34 968 326 543 Fax.: +34 968 325 345 ___ Tinyos-help mailing list Tinyos

Re: [Tinyos-help] How to get IPBaseStation apps and make it work

2013-06-24 Thread Juan Antonio López Riquelme
. -- - Juan Antonio López Riquelme Dpto. Tecnología Electrónica Universidad Politécnica de Cartagena Campus Muralla del Mar, s/n 30202 Cartagena (Murcia) Tlf.: +34 968 326 543 Fax.: +34 968 325 345

[Tinyos-help] Blip 2.0 and TCP 80 port

2013-06-10 Thread Juan Antonio López Riquelme
Dear all, I have installed TinyOS 2.1.2 and I am working with BLIP 2.0. I am openning the TCP port 80 in a TelosB mote and sending to this device an HTTP GET request by using a Java application. I have tested that the mote receives the request and it sends the answer by the TCP 80 port.

[Tinyos-help] BLIP PC client/server application

2013-05-21 Thread Juan Antonio López Riquelme
Dear all I am learning to use Blip following the tutorials. One of my final objectives is that remote nodes sensing information will be saved in a database on the computer side. The idea is to use UDPecho as base application, add code for sensor reading and open an UDP socket by sending the data

Re: [Tinyos-help] MICA2 + MICA2DOT ~ tinyOS-2.x

2008-10-11 Thread Juan Antonio López Riquelme
Hello, You should verify your platforms parameters before. http://www.xbow.com/products/Product_pdf_files/Wireless_pdf/MICA2DOT_Datasheet.pdf http://www.xbow.com/products/Product_pdf_files/Wireless_pdf/MICA2_Datasheet.pdf I understand in the MICA2DOT table that there are three versions. You

Re: [Tinyos-help] Please Help me

2008-08-06 Thread Juan Antonio López Riquelme
Hello Brandon, You can find older messages in this link: http://www.mail-archive.com/[EMAIL PROTECTED]q=mts300 A greeting, Juan Antonio. - Original Message - From: Brandon Fu To: tinyos-help@millennium.berkeley.edu Sent: Wednesday, August 06, 2008 6:36 AM Subject:

Re: [Tinyos-help] Makefile in different directory than source

2008-05-31 Thread Juan Antonio López Riquelme
Hello, Maybe the makefile in apps folder can help you. With this makefile is possible to compile all aplications in apps folder. A greeting, Juan Antonio. - Original Message - From: Matt Keally [EMAIL PROTECTED] To: tinyos-help@millennium.berkeley.edu Sent: Saturday, May 31, 2008

Re: [Tinyos-help] Building mica2 motes from schematic!

2008-05-31 Thread Juan Antonio López Riquelme
Hello, Do you want to build a SMD version or a big version? I suppose a big version because you do not have tools for SMD. At this case, I will build the mote with header modules for microcontroller and radio. Here you can find the header module radio

Re: [Tinyos-help] telosB sensirion temperature engineering unitconversion

2008-05-29 Thread Juan Antonio López Riquelme
Hello Gary, If you open telosb datasheet you see the reference for temperature sensor (SHT11): http://www.tinyos.net/hardware/telos/telos-revb-2004-09-27.pdf This sensor has a datasheet: http://www.sensirion.com/en/pdf/product_information/Data_Sheet_humidity_sensor_SHT1x_SHT7x_E.pdf I think

Re: [Tinyos-help] Debugging for telos

2008-05-25 Thread Juan Antonio López Riquelme
Hello, Maybe this can help you http://mspgcc.sourceforge.net/ A greeting, Juan Antonio.___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Reducing Uart BaudRate to 9600 in telosb motes

2008-05-09 Thread Juan Antonio López Riquelme
Hello, You Redefine PlatformSerialC and TelosSerialP (C:\cygwin\opt\tinyos-2.x\tos\platforms\telosa) in your app folder and configure the baudrate in the last file. A greeting, Juan Antonio - Original Message - From: vaasu To: tinyos-help@millennium.berkeley.edu Sent:

Re: [Tinyos-help] Reducing Uart BaudRate to 9600 in telosb motes

2008-05-09 Thread Juan Antonio López Riquelme
Hello, I do not know about it, but you can study the telosb`s schematic: http://www.tinyos.net/hardware/telos/telos-revb-2004-09-27.pdf A greeting, Juan Antonio. - Original Message - From: vaasu To: Juan Antonio López Riquelme Cc: tinyos-help@millennium.berkeley.edu Sent

Re: [Tinyos-help] Help about using HplMsp430InterruptC

2008-04-21 Thread Juan Antonio López Riquelme
, Juan Antonio. - Original Message - From: gaurav mathur To: Juan Antonio López Riquelme Sent: Monday, April 21, 2008 12:59 PM Subject: Re: [Tinyos-help] Help about using HplMsp430InterruptC Hi, Juan my code is exectly like yours but it is not working. I think problem

Re: [Tinyos-help] Help about using HplMsp430InterruptC

2008-04-20 Thread Juan Antonio López Riquelme
Hello Gaurav, In the configuration file you need two components: components HplMsp430GeneralIOC as Pins, HplMsp430InterruptC as IntPins; The wiring: App.Pin27 - Pines.Port27; App.IntPin27 - IntPines.Port27; The module: ... uses interface HplMsp430GeneralIO as Pin27; uses interface

Re: [Tinyos-help] changing UART0 baud rate in TOS2 on tmote

2008-04-20 Thread Juan Antonio López Riquelme
Hello, In the folder C:\cygwin\opt\tinyos-2.x\tos\chips\msp430\usart is the file msp430usart.h. Redefine in your application msp430_uart_union_config_t msp430_uart_default_config or you change the default values in msp430usart.h. A greeting, Juan Antonio. - Original Message - From:

Re: [Tinyos-help] mda100 sensorboard

2008-04-16 Thread Juan Antonio López Riquelme
Hello Henar, In CVS you can find a driver to use this board: http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x/tos/sensorboards/ A greeting, Juan Antonio. - Original Message - From: Henar Martín To: tinyos-help@millennium.berkeley.edu Sent: Wednesday, April 16, 2008 3:10

[Tinyos-help] A good configuration for LPL + Packet Link Layer

2008-04-15 Thread Juan Antonio López Riquelme
Hello I have a gateway node with the radio always on and a remote node working with LPL mode of 30 seconds. I have problems when I try to change the sample rate of the remote node on the computer. The computer sends a message to the gateway. Later, the gateway sends the message to the remote

[Tinyos-help] LPL + Packet Link Layer

2008-04-13 Thread Juan Antonio López Riquelme
Hello I think if it is logical to use LPL and PacketLink interface at the same time. As far as I know right now, using only LPL the message will be sent several times during the set time in the command setRxSleepInterval. In execution, what is the difference using the following two code

[Tinyos-help] LPL + Packet Link Layer

2008-04-13 Thread Juan Antonio López Riquelme
I am sorry, I forgot to put the code: 1) call PacketLink.setRetries(PaqueteDatos, 10); call PacketLink.setRetryDelay(PaqueteDatos, 100); call

Re: [Tinyos-help] UART

2008-04-13 Thread Juan Antonio López Riquelme
Hello Oliver I think that TEP 117 http://www.tinyos.net/tinyos-2.x/doc/html/tep117.html (section 3.3) can help you. A greeting, Juan Antonio. - Original Message - From: olly yuen To: tinyos-help@millennium.berkeley.edu Sent: Sunday, April 13, 2008 11:09 PM Subject:

Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-08 Thread Juan Antonio López Riquelme
Hello David and Kevin, More thanks. It is ok. I had BaseStation reciving packets every minute for two hours and it does not lose anything message. Now, the next step, low power listening. A greeting, Juan Antonio. - Original Message - From: David Moss To: 'Juan Antonio López

[Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread Juan Antonio López Riquelme
Hello, I am working with TinyOS 2.0.2 and payload of 29 bytes. Two remotes nodes send messages to node with BaseStation application. I changed BaseStation program to work with 29 bytes of payload and acknowledgements. I compiled with address 0. In BaseStationP: #include AM.h #include

Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread Juan Antonio López Riquelme
To: 'Juan Antonio López Riquelme' ; tinyos-help@millennium.berkeley.edu Sent: Monday, April 07, 2008 8:05 PM Subject: RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2 The functionality you're interested in - reliably link layer transmissions - is included in the CC2420 radio stack

Re: [Tinyos-help] Problem sending messages with 39 bytes of payload.

2008-04-02 Thread Juan Antonio López Riquelme
) { e.printStackTrace(); } } ... - Original Message - From: Philip Levis [EMAIL PROTECTED] To: Juan Antonio López Riquelme [EMAIL PROTECTED] Cc: tinyos-help@millennium.berkeley.edu Sent: Wednesday, April 02, 2008 12:34 AM Subject: Re: [Tinyos-help] Problem sending messages

Re: [Tinyos-help] Send raw data from serial

2008-04-02 Thread Juan Antonio López Riquelme
Hello Kaan Please take a look at the TEP117 http://www.tinyos.net/tinyos-2.x/doc/html/tep117.html section 3.3. On telosb you have two ways: (1) send data using USB port (PC sees it as COM port) with the component Msp430Uart1C; (2) you can use the UART0 of expansion conector with the

[Tinyos-help] Problem sending messages with 39 bytes of payload.

2008-04-01 Thread Juan Antonio López Riquelme
Hello I am working with 2.0.2 release of Tinyos. I have two remote nodes and one with BaseStation application. By all programs I have configured the payload to 39 bytes with the line #define TOSH_DATA_LENGTH 39. To send messages I have a function and one task. When I have all data from one

Re: [Tinyos-help] TinyOS Keyboard Input

2008-03-23 Thread Juan Antonio López Riquelme
Hello Oliver The lesson Writing Low-Power Applications (http://docs.tinyos.net/index.php/Writing_Low-Power_Applications) has a reference to the LowPowerSensing application. This application has a code in Java to request data from the user and later it sends a message. A greeting, Juan

Re: [Tinyos-help] how to activate built-in sensirion temp sensor intelosB

2008-03-21 Thread Juan Antonio López Riquelme
Hello Richard You use the following component and wiring in the configuration: components new SensirionSht11C() as Sht11; App.Humedad - Sht11.Humidity; App.Temperatura - Sht11.Temperature; In the module: module SHT11C { ... uses interface Readuint16_t as Humedad; uses interface

Re: [Tinyos-help] how to activate built-in sensirion temp sensor intelosB

2008-03-21 Thread Juan Antonio López Riquelme
Hello Richard I have tried to translate below. You can do better somethings, but it runs ok. I hope that you understand the code better now. A greeting, Juan Antonio. - Original Message - From: Richard To: Juan Antonio LXXXpez Riquelme Cc:

Re: [Tinyos-help] Accessing UART0 on TelosB

2008-02-20 Thread Juan Antonio López Riquelme
Hi Andreas, you can use Msp430Uart0C component (folder C:\cygwin\opt\tinyos-2.x\tos\chips\msp430\usart). This componet provides Resource, UartStream and UartByte. I prefer other choice: You copy the files PlatformSerialC and TelosSerialP from C:\cygwin\opt\tinyos-2.x\tos\platforms\telosa in

[Tinyos-help] tossim functionality

2008-02-17 Thread Juan Antonio López Riquelme
Hello, i would like to know where is TOS_NODE_ID param saved when i type make telosb install,1. I think that the number saves in DS2411 chip. Are there components to read/write DS2411 in TinyOS 2? Thanks in advance. A greeting, Juan Antonio.

[Tinyos-help] Serial ID DS2411

2008-02-17 Thread Juan Antonio López Riquelme
the main.ihex.out-x Regards, Juan Antonio. - Original Message - From: Juan Antonio López Riquelme [EMAIL PROTECTED] To: tinyos-help@millennium.berkeley.edu Sent: Sunday, February 17, 2008 9:07 PM Subject: [Tinyos-help] tossim functionality Hello, i would like to know where is TOS_NODE_ID

Re: [Tinyos-help] tos-check-env wants an old version of graphviz

2008-01-23 Thread Juan Antonio López Riquelme
Hello David. Delete the current version and install the version 1.10. You can find it in the next link: http://www.tinyos.net/dist-2.0.0/tools/windows/ A greeting, Juan Antonio. - Original Message - From: David [EMAIL PROTECTED] To: TinyOS-Help List

Re: [Tinyos-help] Tiny OS2-x Lesson 5 error while running Oscilloscopeapplication

2008-01-15 Thread Juan Antonio López Riquelme
Hello Nisha. You try to execute the command tos-install-jni in Cygwin. If you get ...done all ok, in other case you try the following: You verify that you can use java in Cygwin, Commands java, javac, java -version. You must have the version of Java 1.5.x... If when you try the command

Re: [Tinyos-help] Please urgent req to Install Tiny OS 2.0 gettingstrage error?

2008-01-08 Thread Juan Antonio López Riquelme
Hello Nisha. I remenber this error in the installation of Cygwin. You will get near to 10 with different name at the end. You ignore them and following with the installation. I got also these error and I can use TinyOS without problems. If you get other error you can try to search it in this

Re: [Tinyos-help] TinyOs-2.x Install problem

2008-01-03 Thread Juan Antonio López Riquelme
Hello Antonio. You see this link: http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg11496.html When you get other error, you can try to search it in the before link. I hope that help you. A greeting, Juan Antonio. - Original Message - From: antonio gonga To:

Re: [Tinyos-help] Error when compile Blink app

2007-12-29 Thread Juan Antonio López Riquelme
Hello Howard. You have a bad installation or upgrade of TinyOS. When you installed a rpm did you get two lines from 0 to 100%? If only you got one, the packet did not install. Did you configure de environment variable? Check with the command tos-check-env if you get tos-check-env completing

Re: [Tinyos-help] Error when compile Blink app

2007-12-28 Thread Juan Antonio López Riquelme
Hello Howard. You can try to search in older messages with the errors that you got http://www.mail-archive.com/[EMAIL PROTECTED]q= Also it is better that you write a new message with the errors that you got if you do not solve them with old messages. You can copy text in Cygwin (hit in the

Re: [Tinyos-help] DAC

2007-12-28 Thread Juan Antonio López Riquelme
Hello. I think that you can find help here: http://www.mail-archive.com/search?q=dac[EMAIL PROTECTED] I hope that it help you. A greeting, Juan Antonio. - Original Message - From: subhash nemani To: tinyos-help@millennium.berkeley.edu Sent: Friday, December 28, 2007 9:05 AM

RE:[Tinyos-help] SerialFlush interface (TEP 113).

2007-12-28 Thread Juan Antonio López Riquelme
As I wrote in the other thread (http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg17249.html) none component provides SerialFlush. The code is inside of the component that provides it (SerialP or XbeeP for tinybotics distribution). A greeting, Juan

[Tinyos-help] Use tinybotics contribution with Msp430.

2007-12-28 Thread Juan Antonio López Riquelme
Now all is ok. I installed the last version of TinyOS and this version includes SerialFlush interface. None component provides this interface. The code is inside of the componet that it use the interface, SerialP or XbeeP for tinybotics distribution. Inside of the component there is a default

Re: [Tinyos-help] Modify I/O pins on Mica2

2007-12-24 Thread Juan Antonio López Riquelme
Hello Howard. TEP 117 (http://www.tinyos.net/tinyos-2.x/doc/html/tep117.html) explains how you can work with I/O pins in TinyOS-2. In the point 4 you can see examples. I hope that it help you. A greeting, Juan Antonio. - Original Message - From: Howard Chen To:

[Tinyos-help] SerialFlush interface (TEP 113).

2007-12-23 Thread Juan Antonio López Riquelme
Dear all. I have installed TinyOS-2.0.0-beta and I want to use the SerialFlush interface with Msp430 platform. The TEP 113 says that the component UartC provides this interface, but I do not find UartC component and SerialFlush interface. Where is it the interface and the component that

[Tinyos-help] Use tinybotics contribution with Msp430.

2007-12-22 Thread Juan Antonio López Riquelme
Dear All. I want to use Xbee module with Msp430f1611 development board from Olimex. Tinybotics contribution support ATMega128 microcontroller. As a first step I have tried to make the BlinkToRadio application for the Xbee module. I have changed the component Atm128Uart0C by PlatformSerialC in

Re: [Tinyos-help] XUbunTOS with VMWare on winXP -- USB interface??

2007-12-15 Thread Juan Antonio López Riquelme
Hello Mattia. I can programm the USB motes on XubunTOS (Tmote Sky, Telosb). With some versions of VMWare i did not get to do it, but with VMware workstation 6.0.0-45731 all OK. The tutorial (http://klueska.doesntexist.com/installing_xubuntos_vm.html) explains how you can use a mote inside the

[Tinyos-help] I can not receive messages in a remote node.

2007-10-30 Thread Juan Antonio López Riquelme
Hello all. I try to built an application to receive in the computer data from analog to digital converts (ADC0 and ADC1) in the tmote sky expansion port. Also I wish to change the sample time (to read the ADCs) the remote node from the computer. All con TinyOS 2. I have node with

[Tinyos-help] I can not receive messages in remote node.

2007-10-29 Thread Juan Antonio López Riquelme
Hello all. I try to built an application to receive in the computer data from analog to digital converts (ADC0 and ADC1) in the tmote sky expansion port. Also I wish to change the sample time (to read the ADCs) the remote node from the computer. All con TinyOS 2. I have node with

Re: [Tinyos-help] Any idea on how to use Tmote with Simulink/Matlab?

2007-10-29 Thread Juan Antonio López Riquelme
Hi. For the TinyOS 1 there is a tutorial in the www.tinyos.net http://www.tinyos.net/tinyos-1.x/doc/tutorial/matlab.html You can search older messages in http://www.mail-archive.com/[EMAIL PROTECTED]q= With Matlab you can use Java or C code. For TinyOS 2 you have a tutorial of serial

Re: [Tinyos-help] Problems with XubunTOS y Tmote Sky.

2007-10-20 Thread Juan Antonio López Riquelme
see an icon to do the installation. I want know if the installation delete the hard disk or only copy folder and files inside of the folder virtual machine. Thanks in advance, Juan Antonio. 2007/10/20, Juan Antonio López Riquelme [EMAIL PROTECTED]: Hi. Thanks for your reply. As i have

Re: [Tinyos-help] Problems with XubunTOS y Tmote Sky.

2007-10-19 Thread Juan Antonio López Riquelme
, Weiping Juan Antonio López Riquelme wrote: Hi Kevin. Thank you for your answer. Can you tell me the steps that you dir for Tmote Sky appear in the list in VMware? Did you install the driver in XP, XubunTOS or both? Thanks and a greeting, Juan Antonio. 2007/10/19, Kevin

Re: [Tinyos-help] Problems with XubunTOS y Tmote Sky.

2007-10-19 Thread Juan Antonio López Riquelme
, and not with Vista. I know there was at least one other person who had tried it on Vista though. Maybe he can respond with his experiences. Kevin On 10/18/07, Juan Antonio López Riquelme [EMAIL PROTECTED] wrote: Hi all. I tried to install TinyOS 2 in a PC with Windows Vista, but i can not do

[Tinyos-help] Problems with XubunTOS y Tmote Sky.

2007-10-18 Thread Juan Antonio López Riquelme
Hi all. I tried to install TinyOS 2 in a PC with Windows Vista, but i can not do it. Then i found XubunTOS and install it with VMware Server following the manual of the author (greetings very well work). An the end of the manual explains as configure the system by it can use tmote sky (add serial

Re: [Tinyos-help] Telosb JTAG programming

2007-06-23 Thread Juan Antonio López Riquelme
that there is a need for a specific JTAG hardware, but some of the folks on the MSP430 Yahoo group think that the parallel-port JTAG interfaces works better than the TI USB interface. Check out the discussions on JTAG there before buying a cable. Sivan On 6/21/07, Juan Antonio López Riquelme [EMAIL

[Tinyos-help] Telosb JTAG programming

2007-06-21 Thread Juan Antonio López Riquelme
Hello to all. We would like to find a solution to program a Telosb board using JTAG cable under windows XP. Can anyone give us the location of any information source or tutorial to carry out this?? We would like to know about Tinyos version required (we have heard that such windows option is not

[Tinyos-help] Question about Telosb board's schematic

2007-06-21 Thread Juan Antonio López Riquelme
We have acquired a development board for an MSP430F1611 microprocessor from Olimex (www.olimex.com) and we would like to develop a serial program interface using a serial port to interconect this board with the Windows XP-cygwin-tinyOS2.x environment. We are using 2 ST3232 (RS-232 interface

Re: [Tinyos-help] Problems with Moteview 1.4 and MEP-SYS of CrossbowInc.

2007-06-20 Thread Juan Antonio López Riquelme
the wire??? I wait that someone can help me. Thanks in advance. Best regards, Juan Antonio. 2007/6/19, Juan Antonio López Riquelme [EMAIL PROTECTED]: Hello Giri, more thank for your reply. Best regards, Juan Antonio. 2007/6/18, Giri Baleri [EMAIL PROTECTED]: Hello Juan, The MEP nodes

Re: [Tinyos-help] Problems with Moteview 1.4 and MEP-SYS of CrossbowInc.

2007-06-18 Thread Juan Antonio López Riquelme
to reprogram the MEP nodes with the newer MEP application firmware available in MoteWorks to change the data rate etc. Regards, Giri Baleri Crossbow Technology, Inc -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Juan Antonio López Riquelme

Re: [Tinyos-help] can Tmote sky ADC port be used to measure negativevoltage

2007-05-01 Thread Juan Antonio López Riquelme
is soldered to ground. It is moteiv's design and too bad. So programming will take no effect on this. Ground stays zero, so you cannot do conversions between -2,5V and 2,5V. But you can between 0 and 2,5V. Greeting, oussama -- *From:* Juan Antonio

Re: [Tinyos-help] Add time to packet??

2007-04-29 Thread Juan Antonio López Riquelme
the packet contains a timestamp field, if yes how to extract it? if not how to add it ? Can you help me with this problem. at least till me how to add something to the receiving packet? do you have any simple example. note i am using tinyos2. Best, Sara On 4/27/07, Juan Antonio López Riquelme

Re: [Tinyos-help] Problem with variables in Tinyos

2007-04-29 Thread Juan Antonio López Riquelme
Hi Simone, send to you a simple example, i wait that help you. A greeting, Juan Antonio. 2007/4/29, [EMAIL PROTECTED] [EMAIL PROTECTED]: Thanks a lot for answer Hi, ja.lopez.riquelme; i understand it(or i hope) and i want ask you more help with this code: in a module i wrote this: void

Re: [Tinyos-help] TMote Sky sensors

2007-04-27 Thread Juan Antonio López Riquelme
Hi, if you see the datasheet of tmote sky, in the schematic you can see that the sensor of light is connected with ADC 4 y 5 of microcontroller. For use a good point of start is see aplication sense ( http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson5.html). The before aplication use

Re: [Tinyos-help] /bin/sh is needed by msp430tools-base-0.1-20050607????

2007-04-24 Thread Juan Antonio López Riquelme
Hi, test with: rpm -ivh --ignoreos msp430tools-base-0.1-20050607*.* or rpm -ivh --nodeps msp430tools-base-0.1-20050607.cygwin.i386.rpm A greeting, Juan Antonio. 2007/4/24, Derek FOol [EMAIL PROTECTED]: Hi, I have installed JDK1.5 and Cygwin 1.2a on WinXP, and downloaded the rpms for

Re: [Tinyos-help] About TinyOS2.0

2007-04-18 Thread Juan Antonio López Riquelme
Hi Eamin, you can simulate your code in Tossim. You must read lesson 11 and the others lessons. http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson11.html A greeting, Juan Antonio. 2007/4/16, [EMAIL PROTECTED] [EMAIL PROTECTED]: hi, i have pass the make micaz and make micaz sim and

Re: [Tinyos-help] Help Uart0 connection

2007-04-12 Thread Juan Antonio López Riquelme
in text via one of the two uart interfaces of the msp430. Roman Juan Antonio López Riquelme wrote: Hi, i wait that you can understand my poor english... i today try use Usart0 of telosb with the computer very fast. I connect pins 2, 4 y 9 of expansion connector with the DB-9 female without MAX232

RE:[Tinyos-help] Help Uart0 connection

2007-04-07 Thread Juan Antonio López Riquelme
Hi, i wait that you can understand my poor english... i today try use Usart0 of telosb with the computer very fast. I connect pins 2, 4 y 9 of expansion connector with the DB-9 female without MAX232 :-( In the software i try with Msp430Usart0C componet and the interfaces: HplMsp430Usart and

Re: [Tinyos-help] Digital I/O's

2007-03-13 Thread Juan Antonio López Riquelme
Hi jan, i believe that Boomerang use TinyOS-1.x version. See the next table: señalport MSP430 port U2port U28 GIO020 10 GIO1217 GIO223 3 GIO326 4

Re: [Tinyos-help] Digital I/O's

2007-03-12 Thread Juan Antonio López Riquelme
Hello, if you use a TinyOS-1.x i can help you, the version 2.x i finish to install yesterday and yet i not know very much. A greeting, Juan Antonio. 2007/3/13, Jan Soukup [EMAIL PROTECTED]: Hi, I wonder how can I use the digital I/O pins on the expansion connector of the Tmote Sky? I know,

Re: [Tinyos-help] Problem with lesson 4. tos-install-jni not made nothing (TinyOS-2.x)

2007-03-11 Thread Juan Antonio López Riquelme
but i not know how modify the script of tos-jre-locate and manually set the java-home variable. I look in older messages with tos-locate-jre but i not solve my problem. Can you give me more help? Thanks, Juan Antonio 2007/3/11, Jiakang Lu [EMAIL PROTECTED]: Juan Antonio López Riquelme wrote

[Tinyos-help] Problem with lesson 4. tos-install-jni not made nothing (TinyOS-2.x)

2007-03-10 Thread Juan Antonio López Riquelme
*Hi,* ** *i have install TinyOS-2.x. If i type tos-check-env. At the end i can read tos-check-env completed without error.* ** *I try lesson 4. The aplication compile without problems, but with java aplication get errors. I type:* Juan [EMAIL PROTECTED] /opt/tinyos-2.x/apps/tests/TestSerial $