Hi,
tos_image is an XML file describing your application
(... tags) and its compiled code ( ...
). It is used by Deluge as you can see it here:
http://docs.tinyos.net/index.php/Deluge_T2#Injecting_a_New_Image
It is absolutely not an image (in the sense picture) you will be able
to show in an grap
After my blink app is getting compiled,I got some build directory inside
it.I have found some tos_image inside it which should show some image when I
click on it.Instead it is showing me some code in the browser as follows:
After my blink app is getting compiled,I got some build directory inside
it.I have found some tos_image inside it which should show some image when I
click on it.Instead it is showing me some code in the browser as follows:
Your code size (ROM usage) exceeded what tmote can take.
You should make your code smaller.
Thanks
- jpaek
On Thu, Apr 10, 2008 at 9:46 AM, antonio gonga <[EMAIL PROTECTED]> wrote:
>
> Hey All, I was creating a Module that provides some useful interfaces that
> I'll need in my App.
> When I tri
It looks like your program may be too big to fit on your device.
Eric
On Thu, Apr 10, 2008 at 12:46 PM, antonio gonga <[EMAIL PROTECTED]> wrote:
>
> Hey All, I was creating a Module that provides some useful interfaces that
> I'll need in my App.
> When I tried to compile the APP I got the follo
Hey All, I was creating a Module that provides some useful interfaces that I'll
need in my App.
When I tried to compile the APP I got the following error:
[EMAIL PROTECTED]:~/Projects/MTHESIS/Paper/SBase$ make tmote
mkdir -p build/telosb
compiling BSNCapC to a telosb binary
ncc -o build/telo
r" [EMAIL PROTECTED]
Cc : "Help TinyOS" tinyos-help@millennium.berkeley.edu
Date : Wed, 13 Feb 2008 18:36:40 -0800
Subject : Re: [Tinyos-help] Strange error about type definition
> On Feb 13, 2008 3:23 PM, Flavio Pompermaier <[EMAIL PROTECTED]> wrote:
> > Hi to
So how could I store in my code a radio struct? Should I construct another one
regular struct and retrieve data from the payload?
Why it is so?
> On Feb 13, 2008 3:23 PM, Flavio Pompermaier <[EMAIL PROTECTED]> wrote:
> > Hi to all,
> > I have a very problem in defining a message types to send ove
On Feb 13, 2008 3:23 PM, Flavio Pompermaier <[EMAIL PROTECTED]> wrote:
> Hi to all,
> I have a very problem in defining a message types to send over the radio!
> I want to make they endianess-indipendent so I use the nx_ suffix with
> structures and basic types.
> However, when I compile my applic
Hi to all,
I have a very problem in defining a message types to send over the radio!
I want to make they endianess-indipendent so I use the nx_ suffix with
structures and basic types.
However, when I compile my application I get errors like the following:
'DataMsg' defined as wrong kind of tag.
Hi,
I have a strange error which I don't know how to interprete.
I changed the RadioCountToLeds to use the CC2420ActiveMessageC.nc
directly and it works. Then I created another copy of
CC2420ActiveMessageC as CC2420ActiveMessageMineC and try to use it in
RadioCountToLeds. Even though I didn't cha
Hi all
My application throws a warning
In function WakeUpTimerFired() : /opt/tinyos/tos/interfaces/
Bytecomm.nc :75 Warning: Control reaches end of non void function
I,m not using Bytecomm anywhere in my whole application.
Can anybody explain this
TIA
Jagan
_
12 matches
Mail list logo