Re: [Tinyos-help] Hello

2008-03-26 Thread José Manuel Sánchez-Matamoros Pérez
/mailman/listinfo/tinyos-help -- José Manuel Sánchez-Matamoros Pérez ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] NesC

2008-03-11 Thread José Manuel Sánchez-Matamoros Pérez
://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- José Manuel Sánchez-Matamoros Pérez ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Using MTS420 on tinyos 2

2007-10-29 Thread José Manuel Sánchez-Matamoros Pérez
-- José Manuel Sánchez-Matamoros Pérez ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] EWMAMultihopRouter doesn't send any message

2007-10-09 Thread José Manuel Sánchez-Matamoros Pérez
!!! -- José Manuel Sánchez-Matamoros Pérez ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] PhoenixSource, BuildSource and MoteIF

2007-10-02 Thread José Manuel Sánchez-Matamoros Pérez
? Thanks!! -- José Manuel Sánchez-Matamoros Pérez ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] PhoenixSource, BuildSource and MoteIF

2007-10-02 Thread José Manuel Sánchez-Matamoros Pérez
or programmatically change the port number? regards; Peizhao José Manuel Sánchez-Matamoros Pérez wrote: Hi all! I'm developing an application for storing the data adquisition of a WSN. The programming language is java, so i need to use MIG application. I have made a program that reads messages

Re: [Tinyos-help] transmission range

2007-09-25 Thread José Manuel Sánchez-Matamoros Pérez
I have used mica2 motes at 900MHz and i get more than 20 meters with a mote on the ground. On this experiment we don't configure the mote at the max power, so i think we can obtain a greater distance easily. Another think you must to check is the battery level. On 9/25/07, Jacob Sorber [EMAIL

[Tinyos-help] Xbow contrib on tinyos-2.x

2007-09-11 Thread José Manuel Sánchez-Matamoros Pérez
Hi all! I'm trying to migrate mi program from tinyos-1.x to tinyos-2.x, so the first step is to install tinyos-2.x on my PC. I use mica2 motes from xbow. I have downloaded the contrib module from cvs and i have seen that there isn't any xbow folder. Where could i find the contribs from Xbow for

Re: [Tinyos-help] Problems with serial communication PC - GenericBase

2007-09-10 Thread José Manuel Sánchez-Matamoros Pérez
I think the problem is with the CRC that you generate. Other solution if you don't want to do all the low level operations is to use MIGhttp://www.tinyos.net/tinyos-1.x/doc/nesc/mig.html, that generates a java class to send messages throught serial port. On 9/10/07, Urs Hunkeler [EMAIL PROTECTED]

Re: [Tinyos-help] problem using Eclipse with TinyOS plugin on Ubuntu

2007-08-23 Thread José Manuel Sánchez-Matamoros Pérez
I use the TinyOS plugin for Eclipse on Ubuntu and it works fine. I only use this pluging for syntax coloring; when i want to compile the program i use a terminal windows and a makefile (for example make mica2 install,0). When i started using this plugin i had a problem because i couldn't save my

Re: [Tinyos-help] A suggestion for all posters

2007-08-10 Thread José Manuel Sánchez-Matamoros Pérez
I think this is a very useful idea!! Jose -- Platform: Ubuntu linux TinyOS version: 1.x Programmer: MIB510 Device(s): Mica2 Sensor board: MTS400 On 8/10/07, Siirtola Harri [EMAIL PROTECTED] wrote: Hi, Could it be a good idea to make a signature that contains

Re: [Tinyos-help] Deluge : reboot

2007-08-10 Thread José Manuel Sánchez-Matamoros Pérez
What version of tinyos are you using? I had a similar problem, but i don't remeber how i solved it. I think there is a problem with some files of the last version in tinyos 1.x, but i don't remeber what files were wrong. I'll try to remeber it. On 8/10/07, Charles Wagner [EMAIL PROTECTED] wrote:

[Tinyos-help] Logger with a large structure

2007-08-07 Thread José Manuel Sánchez-Matamoros Pérez
Hi all! I need to log in EEPROM the data adquisition of every sensor (14 bytes) and a time stamp to indicate the time of the adquisition (8 bytes). So, i need to store in EEPROM 22 bytes. The size of the EEPROM for mica2 is 16 bytes. How can i store data with component Logger? I have tried to do