[Tinyos-help] Example Applications for MSP430x5x

2013-03-16 Thread dwaraka nath
Hi All, Are there any Example applications for MSP430 5x ??? -- Tulasi Dwarakanath.V ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] PppRouter app is not compiling with msp430-gcc-4.6.3

2012-12-16 Thread dwaraka nath
n Sun, Dec 16, 2012 at 9:27 PM, dwaraka nath wrote: > >> hi all, >> >> I'm getting ROM overflow error while compiling PppRouter Application in >> Tinyos-2.1.2. >> >> the error is as follows. >> >> >> root@cdac:/opt/tinyos/apps/PppRouter# mak

[Tinyos-help] PppRouter app is not compiling with msp430-gcc-4.6.3

2012-12-16 Thread dwaraka nath
hi all, I'm getting ROM overflow error while compiling PppRouter Application in Tinyos-2.1.2. the error is as follows. root@cdac:/opt/tinyos/apps/PppRouter# make telosb blip mkdir -p build/telosb compiling PppRouterC to a telosb binary ncc -o build/telosb/main.exe -Os -DRPL_ROUTING -DRPL_S

[Tinyos-help] ROM overflow error while compiling PppRouter in Tinyos-2.1.2

2012-12-13 Thread dwaraka nath
hi All, when I tried to compile PppRouter in tinyos-2.1.2 I' getting ROM overflow error from the compiler the result is as follows. root@ubuntu:/opt/tinyos-2.1.2/apps/PppRouter# make telosb blip mkdir -p build/telosb compiling PppRouterC to a telosb binary ncc -o build/telosb/main.exe -Os

Re: [Tinyos-help] TinyOS compiled on Linux is not working on hardware.....

2012-02-29 Thread dwaraka nath
Hi all, Later I changed the gcc option in .platform file. My hardware started working with msp430-gcc-4.5.3. previously it didint. soon after posting in support forums it got rectified. But I dont know how it happened. On Wed, Feb 29, 2012 at 3:12 PM, dwaraka nath wrote: > Hi, > > I

Re: [Tinyos-help] TinyOS compiled on Linux is not working on hardware.....

2012-02-29 Thread dwaraka nath
Hi, I tried to compile TinyOS-2.1.1 with msp430-gcc-4.4.5. After programming, the device started working. Previously msp430-gcc-4.5.3 did made my hardware to work. I dont understand the reason. Did anybody experience this problem?? On Thu, Feb 23, 2012 at 12:28 PM, dwaraka nath wrote: >

Re: [Tinyos-help] Bootstrap loader synchronization error

2012-02-22 Thread dwaraka nath
Try this 1. Plug in the device 2. reset it.(press reset for 5 secs) 3. try again it worked for me On Mon, Feb 20, 2012 at 6:44 PM, Imene Boudellioua < imene.boudelli...@kaust.edu.sa> wrote: > Dear TinyOS Help team, > > I'm working with TinyOS 2.1.1 and it was working fine but suddenly I got a

[Tinyos-help] Fwd: TinyOS compiled on Linux is not working on hardware.....

2012-02-22 Thread dwaraka nath
Hi, I tried previously in Cygwin with TinyOS-2.0.2 and was successful in building a new platform with MSP430F2618+cc2520. I used msp430-gcc-4.4.5 which has support for msp430x26x series of processors. Now I have shifted to Linux for Blip 2.0 support in TinyOS-2.1.1. in Linux(Ubuntu-11.04). Now I

Re: [Tinyos-help] Error with CoAP and PppRouter

2012-02-20 Thread dwaraka nath
How did you "make" PppRouter?? 2012/2/21 Javier Vázquez Villodres > Hi! > > I am student that work with motes telosb. My problem can't compile the > program. The error is the following: > > In component `PppRouterC': > PppRouterC.nc: At top level: > PppRouterC.nc:60: component RouteCmdC not foun

Re: [Tinyos-help] CoapBlip Compiler error

2012-02-13 Thread dwaraka nath
ing on a telosb? Any one got it working that can make a list of > files that are supposed to be in the apps/CoapBlip folder? > > ** ** > > /Henrik > > ** ** > > *Fra:* dwaraka nath [mailto:dwaraka.tul...@gmail.com] > *Sendt:* 13. februar 2012 07:09 > *Til:*

Re: [Tinyos-help] CoapBlip Compiler error

2012-02-12 Thread dwaraka nath
try to compile with "make telosb blip coap" follow http://docs.tinyos.net/tinywiki/index.php/CoAP 2012/2/6 Henrik Skjøt > Hello, > > ** ** > > I am using this guide http://docs.tinyos.net/tinywiki/index.php/CoAP to > compile CoapBlip but i get a error when compiling. > > ** ** > > root@

Re: [Tinyos-help] Programming the hardware in Linux.

2012-02-10 Thread dwaraka nath
On Fri, Feb 10, 2012 at 3:37 PM, Eric Decker wrote: > > > On Fri, Feb 10, 2012 at 1:53 AM, dwaraka nath wrote: >> >> >> my hardware connections are following TelosB architecture.. >> > > So what does that mean? What is the TelosB architec

Re: [Tinyos-help] Programming the hardware in Linux.

2012-02-10 Thread dwaraka nath
On Fri, Feb 10, 2012 at 2:38 PM, Eric Decker wrote: > > > On Fri, Feb 10, 2012 at 12:15 AM, dwaraka nath > wrote: > >> Hi, >> I'm working on tinyOS for my academic project.. >> >> First I tried with TinyOS-2.0.2 in Cygwin. In this I compiled fo

[Tinyos-help] Programming the hardware in Linux.

2012-02-10 Thread dwaraka nath
Hi, I'm working on tinyOS for my academic project.. First I tried with TinyOS-2.0.2 in Cygwin. In this I compiled for "mymote ( MSP430x2618 + cc2520 )" board following telosb hardware configuration. I have used mspgcc-4.4.5 to compile the code. It was working fine on the hardware. Then I tried to

Re: [Tinyos-help] Using pppd in linux..

2012-02-08 Thread dwaraka nath
2012 at 7:50 PM, Fernando Antonio Marques Filho < > > > > fernando.marquesfi...@gmail.com> wrote: > > > What platform are you using? if its MicaZ the Ppprouter code is too big > > > to fit in its RAM. > > > > > > Fernando > > >

Re: [Tinyos-help] Using pppd in linux..

2012-02-08 Thread dwaraka nath
I'm using TelosB platform... On Wed, Feb 8, 2012 at 7:50 PM, Fernando Antonio Marques Filho < fernando.marquesfi...@gmail.com> wrote: > What platform are you using? if its MicaZ the Ppprouter code is too big to > fit in its RAM. > > Fernando > > > On Wed, Feb 8

[Tinyos-help] Using pppd in linux..

2012-02-08 Thread dwaraka nath
Hi.. I tried to test BLIP stack by installing PppRouter & UDPEcho (following http://docs.tinyos.net/tinywiki/index.php/BLIP_2.0_Tutorial) whe i tried pppd command I got output as root@ubuntu:/opt/tinyos/apps/UDPEcho# sudo pppd debug passive noauth nodetach 115200 /dev/ttyUSB0 nocdtrcts lcp-echo

Re: [Tinyos-help] Java Compilation Errors

2012-02-08 Thread dwaraka nath
port/sdk/java/tinyos.jar > > If you don't know how to set up an environment variable that is where you > should start. Basic unix shell stuff. > > > On Wed, Feb 8, 2012 at 1:52 AM, dwaraka nath wrote: > >> Hi.. >> can anyone help me in rectifying these errors

[Tinyos-help] Java Compilation Errors

2012-02-08 Thread dwaraka nath
Hi.. can anyone help me in rectifying these errors related with java. I tried to compile RadioCountToLeds. dwaraka@ubuntu:/opt/tinyos/apps/RadioCountToLeds$ make telosb mkdir -p build/telosb javac RadioCountMsg.java RadioCountMsg.java:7: package net.tinyos.message does not exist public class Radio

Re: [Tinyos-help] how to upgrade toolchain for Blip2.0 and CoAP

2012-01-23 Thread dwaraka nath
Hi Eric, I have the same tos-bsl.in file you mentioned. > > On Sun, Jan 22, 2012 at 9:57 PM, dwaraka nath wrote: > >> Hi Eric, >> >> After following your suggestion, I followed Z1 platform and I made for a >> new platform "mymote" . when i compile Blink

Re: [Tinyos-help] how to upgrade toolchain for Blip2.0 and CoAP

2012-01-22 Thread dwaraka nath
re over i'm able to see ".platform" file in windows only and not in Ubuntu. Even if i see the same folder contains ".platform" from Ubuntu. On Sat, Jan 14, 2012 at 9:00 AM, Eric Decker wrote: > > > On Fri, Jan 13, 2012 at 5:10 AM, dwaraka nath

Re: [Tinyos-help] TinyOS in Windows 7

2012-01-21 Thread dwaraka nath
Hi, you can install Cygwin in Windows 7 and can install following the install steps given in http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs but in Windows 7 the working with Cygwin is difficult. cygwin doesnt have support for jtag &

Re: [Tinyos-help] timeTossim with tinyos-2.1.1 on Ubuntu 10.10

2012-01-19 Thread dwaraka nath
hi, Upto my knowledge TOSSIM wont work for TelosB. It was designed to simulate MICAZ motes. check the README file of TOSSIM applications. On Tue, Jan 17, 2012 at 10:34 PM, Massimiliano La Puma < massi.lap...@gmail.com> wrote: > Hi, > I'm working on telosb motes using TOSSIM to emulate (simulate)

Re: [Tinyos-help] how to upgrade toolchain for Blip2.0 and CoAP

2012-01-13 Thread dwaraka nath
the way i can configure TinyOS with my hardware ( 1611+2520) > > >> while updating the packages it was unable to remove the >> >> On Fri, Jan 13, 2012 at 12:43 PM, Eric Decker wrote: >> >>> >>> >>> On Thu, Jan 12, 2012 at 10:13 PM, dwaraka n

Re: [Tinyos-help] how to upgrade toolchain for Blip2.0 and CoAP

2012-01-13 Thread dwaraka nath
430f1611+CC2420 in TelosB. If possible provide some tutorial. while updating the packages it was unable to remove the On Fri, Jan 13, 2012 at 12:43 PM, Eric Decker wrote: > > > On Thu, Jan 12, 2012 at 10:13 PM, dwaraka nath > wrote: > >> Hi Eric, >> >> i

Re: [Tinyos-help] how to upgrade toolchain for Blip2.0 and CoAP

2012-01-12 Thread dwaraka nath
Hi Eric, i tried to update msp430-gcc and suceeded.. after following http://tinyprod.net/repos/debian-dev/ .. Thank You. when i was updating, the update manager showed some errors regarding dummy packages for tinyos and i ignored the errors. I checked the version of msp430-gcc and it is 4.5 now.

[Tinyos-help] Problems with PppRouter router example

2011-12-28 Thread dwaraka nath
Hi, After a long struggle I solved most of the errors i got. I searched the supports file and kept in the respective roots... and it worked [?][?] Finally i was stuck with these errors. User@crypt /opt/ubiMote/src/app/PppRouter $ make ubimote blip mkdir -p build/ubimote compiling PppRouter

Re: [Tinyos-help] How to configure existing Applications for other platforms in TinyOS

2011-12-22 Thread dwaraka nath
27; PppRouterC.nc:26: cannot find `UartControl' PppRouterC.nc:29: cannot find `Ppp' PppRouterC.nc:30: cannot find `PppProtocol' PppRouterC.nc:31: cannot find `Ppp' PppRouterC.nc:34: cannot find `IPForward' PppRouterC.nc:35: no match PppRouterC.nc:36: no match make: *** [

[Tinyos-help] How to configure existing Applications for other platforms in TinyOS

2011-12-22 Thread dwaraka nath
Can anybody please tell how to configure an application with new platform ( for example Anti Theft Application for TelosB mote). what are all the files i need to modify. I have a hardware configuration with MSP430x2619 and CC2520 resembling TelosB configuration. I need to run PppRouter Application

Re: [Tinyos-help] Errors with PppRouter Example

2011-12-19 Thread dwaraka nath
0, check: > > http://docs.tinyos.net/tinywiki/index.php/BLIP_2.0_Platform_Support_Guide > > Markus > > > On Fri, Dec 16, 2011 at 2:51 PM, marku...@gmail.com > wrote: > > > dwaraka nath schrieb: > > > >hi, > > > > > > > > I'm using TinyOS for ms

Re: [Tinyos-help] Errors with PppRouter Example

2011-12-16 Thread dwaraka nath
I tried by adding blip with make and encountered still more errors that i couldnt even see from the starting. On Fri, Dec 16, 2011 at 2:51 PM, marku...@gmail.com wrote: > > > > > dwaraka nath schrieb: > > > >hi, > > I'm using TinyOS for msp430 & cc25

[Tinyos-help] Error in PppRouter example

2011-12-16 Thread dwaraka nath
Hi, I'm using TinyOS for the hardware combination MSP430&CC2520. I'm trying to compile PppRouter Example for Blip. I'm facing problems with the Header files and others (are shown below) User@crypt /opt/ubiMote/src/app/PppRouter $ make ubimote mkdir -p build/ubimote compiling PppRouterC

[Tinyos-help] Errors with PppRouter Example

2011-12-16 Thread dwaraka nath
hi, I'm using TinyOS for msp430 & cc2520 combination. when i compile the code for PppRouter application on cygwin I experienced the following errors User@crypt /opt/ubiMote/src/app/PppRouter $ make ubimote mkdir -p build/ubimote compiling PppRouterC to a ubimote binary ncc -o build/ubimot

[Tinyos-help] TinyOS help - Reg

2011-12-15 Thread dwaraka nath
Hi, I'm working with TinyOS for MSP430x2618 with CC2520. I'm encountering errors while compiling in Cygwin as well as in Ubuntu. Please help me in rectifying the problems. -- Tulasi Dwarakanath.V ___ Tinyos-help mailing list Tinyos-help@millennium.