[Tinyos-help] Trash bits printing problem

2010-03-20 Thread Mark Patrick Cabrera
Hi everyone, I want to print all the temperature readings from the SHT11 sensor of the MTS400 sensorboard to the serial port, and view them using puTTY (I am using Ubuntu9.10). I am first testing the simple Printf application available at /opt/tinyos-2.1.0/apps/tutorials/Printf/ to test the UART

[Tinyos-help] Debugger for TinyOS

2010-03-20 Thread mgm ncm
Hi all, I am trying to set the tinyos IDE and debugging for nesC programs.I purchased Olimex Avr JTAG Serial and used ice-insight but the still source level debugging could not be acheived. I came acrross the Yesti Tinyos Plugin for IDE and debugging , http://tos-ide.ethz.ch/wiki/index.php and

Re: [Tinyos-help] Debugger for TinyOS

2010-03-20 Thread Mehmet Akif Antepli
Hi MGM, I have purchased Olimex Avr-Jtag-Usb recently and have been trying to debug nesc code for TinyOS-2.1.0 for my MICAz motes. On the web, i came across with the following post by Janos Sallai: https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-September/036088.html I followed t

[Tinyos-help] Tinyos2.1 and Karmic distribution

2010-03-20 Thread ghada zaibi
HI all, I want to install tinyos 2.1 on ubuntu 9.1, so I'm following this tutorial: http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 But when I wrote sudo apt-get install tinyos, I got an error E: Aucun paquet ne correspond au paquet tinyos; Can anyone help me to fix my problem. is there a t

[Tinyos-help] Debugging Nesc Code in Avr Studio

2010-03-20 Thread Mehmet Akif Antepli
Hi Janos, I have been trying to debug NesC code for MICAz motes through Olimex avr-jtag-usb in Avr Studio as you described in your post mote than two yearsa ago :) https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-September/036088.html However, i can not watch global variables. The

Re: [Tinyos-help] Debugger for TinyOS

2010-03-20 Thread mgm ncm
Hi Mehmet, Thanks for your quick response.I have tried the Janos script in the latest build of Avr studio (target AtMega128) and used Avr simulator ,but the Avr Studio crashes. I will try with Avr Studio version 4.14 ... --MGM On Sat, Mar 20, 2010 at 3:08 PM, Mehmet Akif Antepli wrote: > Hi

[Tinyos-help] TOSSIM + TINYVIZ HELP

2010-03-20 Thread kiran singh
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Sending broadcast packets using TYMO

2010-03-20 Thread Mario Torrecillas Rodríguez
Hi all! As the subject says, is possible to sent broadcast packets with TYMO protocol? I tried that filling the dest address with "AM_BROADCAST_ADDR" but didn't work. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.

[Tinyos-help] REG:TinyOS Code Execution - PBBF Project

2010-03-20 Thread Venkata Ramana
Hello Everyone, I am in a bit of a pinch here and need your help the most. I downloaded a TinyOS code from the below URL, to check out the project. But i am facing problems with its running on the platform. http://www.matthewjmiller.net/files/tinyos-1.1.15-pbbf.tar.gz >From this URL, ull find th

Re: [Tinyos-help] Tinyos2.1 and Karmic distribution

2010-03-20 Thread Fabien CHRAIM
1. Open a terminal and write: sudo gedit /etc/apt/sources.list 2. paste this at the end: deb http://tinyos.stanford.edu/tinyos/dists/ubuntukarmic main 3. save and close 4. again from the terminal: sudo apt-get update 5. then: sudo apt-get install tinyos if step 5 does not work, try: sudo apt-get in

Re: [Tinyos-help] Tinyos2.1 and Karmic distribution

2010-03-20 Thread ghada zaibi
Thanks for you answer, but the 4th step give me this error: Err http://tinyos.stanford.edu karmic/main Packages   404  Not Found W: Impossible de récupérer http://tinyos.stanford.edu/tinyos/dists/ubuntu/dists/karmic/main/binary-i386/Packages.gz  404  Not Found E: Le téléchargement de quelques fi

Re: [Tinyos-help] Tinyos2.1 and Karmic distribution

2010-03-20 Thread Fabien CHRAIM
It seems this page is more appropriate to you: http://docs.tinyos.net/index.php/Getting_started_using_Ubuntu_9.10_and_TelosB_motes It's because of your ubuntu distribution. Fabien. On Sat, Mar 20, 2010 at 12:15 PM, ghada zaibi wrote: > Thanks for you answer, but the 4th step give me this error:

[Tinyos-help] How to implement the hardware interface of bsl of msp430?

2010-03-20 Thread cgha21
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Question about msp430 bsl interface

2010-03-20 Thread cgha21
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] MultihopOscilloscope Problem on Motelab Testbed

2010-03-20 Thread Tao Liu
Hi, I am trying to run apps/MultihopOscilloscope on Harvard's Motelab testbed, but no radio message is delivered to the root node. The only change I made is to set the root node manually in MultihopOscilloscopeC.nc:   event void SerialControl.startDone(error_t error) {     if (error != SUCCESS)

Re: [Tinyos-help] Tinyos2.1 and Karmic distribution

2010-03-20 Thread Eric Decker
The following: 1. Open a terminal and write: sudo gedit /etc/apt/sources.list 2. paste this at the end: deb http://tinyos.stanford.edu/tinyos/dists/ubuntu karmic main really should be: 1. Open a terminal and write: sudo gedit /etc/apt/sources.list 2. paste this at the end: deb http://tinyos.st