>
> At first I'm sorry for interrupting. Can some one provide me the code to get
> the RSSI value for CC2430 mote? and I'm using tinyos-2.x. Please help me.
> Thanks for your help.
>
As far as I know, you can either get a background RSSI value, or RSSI
values for individual received packets. I ass
m of a new Deluge interface and a set of events your app can
respond to. Razvan might add this when he has time (we've discussed it
off-list), otherwise I'll add it my self later when I need it.
David.
>
> Regards,
> Vishal
>
> __
he meanwhile I will attempt to debug the Stm25pLogP module. I will
forward any patches etc.
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Which sources are you using?
Boomerang allows you to change the duty cycle via the lowpower parameter of
make.
The NETSYNC_PERIOD_LOG2 macro allows you to change the time between listening
periods
by default NETSYNC_PERIOD_LOG2 is 16 i.e. 2**16 ticks of the 32khz clock is 2
seconds. Default low
Is the Boomerang Multihop data flow inherently one way i.e. mote to base
station?
If not, how do I send messages from base station to motes? The only example
that I can find which combines MultiHop and messages to PC is the Delta
application, and that only sends one way , mote to PC.
__
> what is the maximum packet size possible in tinyos.the default is
> 36bytes.where should we change the length.is message size different
> from packet size
Payload length depends on your radio chipset. See
http://www.tinyos.net/tinyos-2.x/doc/html/tep111.html, specifically
the parts about TOSH_
.
So...?
David Henry
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
k. If
you plan on giving this try and you are using linux instead then I think
it should work because linux does provide a hook to the "localhost". For
your information, I did contact the author but he informed me that he was
no longer supporting the project.
Hope this helped. Good luck.
support greatly increases
the throughput.
-David
-Original Message-
From: Liusand [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 8:08 AM
To: David Moss; tinyos-help@millennium.berkeley.edu
Subject: Re: [Tinyos-help] TXFIFO underflow not taken care of in TinyOS
2.0.2?
Hi David,
occurs? Or after you get any remaining valid packets out?
-David
-Original Message-
From: Liusand [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2008 10:33 PM
To: David Moss; tinyos-help@millennium.berkeley.edu
Subject: Re: [Tinyos-help] TXFIFO underflow not taken care of in TinyOS
longer supported; however, you will be able to disable the
CCA backoffs by searching and replacing any instance of "STXONCCA" with
"STXON" in any CC2420 source code.
-David
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ruoshui
Liu
Se
ent frame is
transmitted.
-David
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of renjie
huang
Sent: Sunday, March 16, 2008 2:12 PM
To: tinyos-help@millennium.berkeley.edu
Subject: [Tinyos-help] SACK
It seems that in TinyOS-2.x for CC2420 SACK strobe is iss
7;t invest much effort in it.
Please contact me for additions, corrections, clarifications. Above all, use
it, it may save you lots of grief.
David Henry
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.e
the TX FIFO.
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Liusand
Sent: Friday, March 14, 2008 12:45 PM
To: tinyos-help@millennium.berkeley.edu
Subject: [Tinyos-help] TXFIFO underflow not taken care of in TinyOS 2.0.2?
Hi,
When I was studying
driver is attempting to change
the state of the radio, and needs to verify the radio's status.
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Liusand
Sent: Thursday, March 13, 2008 6:35 PM
To: tinyos-help@millennium.berkeley.edu
Subject: [T
The ACK should be generated for the packet you're currently reading out of
the RXFIFO. The ACK will only be issued if the packet you're currently
reading out has a valid CRC.
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Liusand
Sent
Typo fix:
> My guess is that LogWrite.eraseDone() doesn't tidy up state variables
> properly when it runs, so the first append() gets confused. Later
> append() operations don't have this problem.
>
I meant LogWrite.erase(), not LogWr
al app and I don't see it documented anywhere else.
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
ff() inside the event if you want to affect
operation.
If you call the commands outside of an event, they will be ignored.
Similarly, if you call back with the wrong command inside an event (like
calling setCongestionBackoff() inside the requestInitialBackoff() event) it
will be ignored.
-David
I must confess to being a bit confused. Is it possible to use MultiHop over SPC?
Just using SPC wires itself to GenericComm. I cannot see an adaptor to MultiHop
anywhere. The Moteiv source tree does not have any code that combines SPC and
Multihop. There are no examples using SPNeighbor, which r
like Timers, McuSleepC, UART, SPI, etc. The CCS compiler provides a lot of
these functions built-in, which should make the implementations a lot
easier.
Anyone interested in this?
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROT
I've just downloaded Moteworks 2.0.F and started investigating XMesh on Telosb.
At first I ran into a few compilation problems such as the structure TableEntry
in Multihop.h causes alignment problems for msp430 and missing commands in
BoundaryM.nc.
All this leads me to ask if anyone else is act
The wiki is incorrect, and I'll update it. Your observations on the
datasheet are correct.
The actual CRC check in software is done after the SACK has been issued, but
the hardware is intelligent enough to know not to send an ACK if the CRC
failed.
-David
_
From: [
> Hi. Sorry if this is a dumb question. How do you search the archives?
> This page doesn't have a search box:
>
> http://mail.millennium.berkeley.edu/pipermail/tinyos-help/
>
I just found this page through Google:
http://www.tinyos.net/search.html
However, searching gets me a 404 error, with
to
check if it is safe to reprogram). Can't this voltage level be used to
get a vague idea of remaining battery life? eg, if the level is too
low to reprogram with a new image, then your battery is starting to
run out.
David.
___
Tinyos-help mailin
ed to be careful the
timing. Is there a better way to achieve what I'm trying?
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
way out.
There's a reference implementation of UniqueSendP in
tinyos-2.x/tos/chips/cc2420/unique/UniqueSendP.nc
-David
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sikar Chan
Sent: Sunday, February 24, 2008 10:42 AM
To: tinyos-help@millennium.berk
talk through
their serial stacks.
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Philip
Levis
Sent: Wednesday, February 20, 2008 9:40 AM
To: Kaan Tuna
Cc: tinyos-help@millennium.berkeley.edu
Subject: Re: [Tinyos-help] serial send acknowledgemen
I've just had the same problem and manage to cobble up a fix.
1. Set up environment variables correctly in your .bashrc script
# TOSROOT MUST be defined before it is referenced
export TOSROOT=/opt/tinyos-2.x
export TOSDIR=$TOSROOT/tos
export MAKERULES=$TOSROOT/support/make/Makerules
export CP1=`c
I've just had the same problem and manage to cobble up a fix.
1. Set up environment variables correctly in your .bashrc script
# TOSROOT MUST be defined before it is referenced
export TOSROOT=/opt/tinyos-2.x
export TOSDIR=$TOSROOT/tos
export MAKERULES=$TOSROOT/support/make/Makerules
export CP1=`c
en you compile, hardware acknowledgments will be the default
(MDMCTRL0.AUTOACK = 1) and software acknowledgments will be disabled.
-David
-Original Message-
From: Rodolfo de Paz Alberola [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 14, 2008 1:01 PM
To: David Moss
Cc: tinyos-help
S
Also, are you calling CC2420Config.sync() to commit your hardware
acknowledgment changes to the CC2420 hardware?
call CC2420Config.setAutoAck(TRUE, TRUE);
call CC2420Config.sync();
// wait awhile
event void CC2420Config.syncDone() {
...
}
-David
-Original Message-
From
The CC2420 radio requires the acknowledgment request flag be set in the FCF
byte before it will automatically generate a hardware acknowledgment for any
received packet.
-David
-Original Message-
From: Rodolfo de Paz Alberola [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 14, 2008
Are you requesting an acknowledgment before sending?
call PacketAcknowledgements.requestAck(&myMsg);
call AMSend.send(0x0, &myMsg, sizeof(my_payload_t));
Does it the software work as expected using software acknowledgments?
-David
-Original Message-
From: [EMAIL PROTECTED]
at DataMsg is a regular struct, so it complains
when you later tell it that it's a nx_struct...
David Gay
> and this is the type definition:
>
> typedef nx_struct DataMsg{
>nx_uint16_t dato;
>ControlInfo control;
> } DataMsg;
>
> typeDef nx_struct ControlInf
l LPL settings, but I would be
hesitant to make those kinds of changes without a lot of backing.
-David
-Original Message-
From: Matt Welsh [mailto:[EMAIL PROTECTED] On Behalf Of Matt Welsh
Sent: Wednesday, February 06, 2008 3:10 PM
To: David Moss
Cc: 'TinyOS Development'
e
the SendNotifier interface to enforce it.
If this hook works out, we can extend this to other radio stacks as
necessary.
-David
CtpLplC.nc
Description: Binary data
CtpLplP.nc
Description: Binary data
___
Tinyos-help mailing list
Tinyos
th the node's new
address/group.
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shaun
Lawrence
Sent: Monday, February 04, 2008 10:30 AM
To: tinyos-help@millennium.berkeley.edu
Subject: [Tinyos-help] Group ID on-the-fly change
Anyone have
re is a version 1.3.0 under
development (performance improvements, and support for Safe TinyOS -
see the recent "Efficient Memory Safety for TinyOS" Sensys paper).
David Gay
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://
ight version of
msp430-gcc (it looks right from the tos-check-env output, but
BaseStation is a well-tested app...).
David Gay
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
t be simpler to
design/build some application-specific code (you would probably still
want to build some reasonably generic low-level code to access your
flash chip, though)
David Gay
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https:
On Jan 31, 2008 12:36 AM, Domenico Arenga <[EMAIL PROTECTED]> wrote:
> I wanted to ask if you could give me support for a flash SST on atmega2560
> on tinyOs-2.x. Thank you, see you soon,
What's a "flash SST" ? What supp
On Jan 31, 2008 6:17 AM, AIGroup <[EMAIL PROTECTED]> wrote:
> OK! now it works, but only in simulation!!!
> I tried to edit my makefile but without success!
add
BUILD_EXTRA_DEPS = Hello.o
to the Makefile (it's a magic variable listing things that should be
built before the main e
_code.o c_code.c
to your Makefile... (don't cut & paste the text above, the character
before $(CC) needs to be a tab to keep make happy, in this email it's
some spaces...)
David Gay
>
>
> 2008/1/30, AIGroup <[EMAIL PROTECTED]>:
>
> > Hi all.
> > I wo
Pehaps this will be useful for you
http://en.wikipedia.org/wiki/Inline_function
David
*
David Sánchez Sánchez
Systems Integration Dept. (Power Devices and Systems)
Centre Nacional de Microelectrònica (CNM-CSIC)
Campus Universitat Autònoma de
On Jan 25, 2008 12:53 PM, Xavier Orduña <[EMAIL PROTECTED]> wrote:
> Hi David,
>
> What about the CC2511 Texas Instrument chip?
>
Thanks for this info. I didn't know about this chip. We'll be
following up on this info
then store this data in
the flash drive for a PC to retrieve. These would however require
support for reading and writing a FAT filesystem in flash. Probably
not that simple an undertaking.
Any comments?
Regards,
David.
___
Tinyos-help mailing list
T
The 'burn' test script now runs 'tos-deluge -dr 1' at the end, instead
of 'tos-deluge -r 1'
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Sorry if this is a dupe, I did Google for it first.
When I run tos-check-env (/home/david/local/bin/tos-check-env, as
installed from latest CVS), it gives me this warning:
--> WARNING: The graphviz (dot) version found by tos-check-env is not
1.10. Please update your graphviz version if yo
The subject says it all. Is there and updated version that supports tmoteinvent?
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
eluge testing and post again later.
Also, thanks to the various posters who gave suggestions while I was
trying to solve this issue.
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> I'm going to check this next (update CVS, rebuild, retest etc) and
> reply with my results.
>
This didn't help.
My next step is to use 'git bisect' to find which commit caused this
problem. I'll reply later with my results.
David.
__
Hi again.
See my new post at the bottom of this mail.
On Jan 18, 2008 5:05 PM, David <[EMAIL PROTECTED]> wrote:
> Apologies in advance if I'm doing something dumb again ;-)
>
> It looks like dissemination is broken. When you run tos-deluge -d or
> -dr, nothing happens
e 2nd program (blink green LED).
Can somebody confirm this problem?
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
On Jan 18, 2008 2:31 PM, Dimas Abreu Dutra <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I believe that the -b does not change the program in execution. It only
> reboots the mote, and you can even use it without an image number. In fact,
> I believe it simply ignores the image number if you provide it.
he 'tos-deluge -b' command isn't working. The mote gets
it, and does a reboot sequence (see earlier post for description), but
it stays on the current program.
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https:/
UID: 0x50E978D4
Compiled On: Fri Jan 18 12:20:17 2008
Node ID: 0
Stored image 3
Prog Name: BlinkAppC
UID: 0xFA5179D2
Compiled On: Fri Jan 18 12:23:22 2008
Platform:telosb
User ID: david
Host Name: lnxdavid
User
> I removed that field completely because we don't really need it anymore. If
> the dissemination worked then you should see using -p that the correct
> image (UID) is in the proper place.
How do the motes now determine when they have an older or newer image
than their neighbours?
lue when checking if
dissemination is working.
Maybe you can add a -v option to tos-deluge where a lot of extra
technical info is printed out? (crcs, image vers, etc), but by default
you just get the basic info? Python's 'optparse' module would make
this easy to add :-)
David.
I don't think gmail attached my file :-(
Here it is again. Removed the '.' suffix because my 'add attachment'
gmail dialog is lame and can't see hidden files.
David.
gitignore
Description: Binary data
___
Tinyos
ORS END =
Do you have a suggestion for how long to wait before calls to
tos-deluge so there won't be errors? I'm using 5s now without errors,
but I'm not sure how safe that is, or if it is too long (as fast as
possible is nice for testing).
Thanks,
David.
__
tiveMessageAddressC$addr=0
found mote on /dev/ttyUSB0 (using bsl,auto)
installing telosb bootloader using bsl
tos-bsl --telosb -c /dev/ttyUSB0 -r -e -I -p
/home/david/dev/internet/tinyos/tinyos2/git_checkout/tinyos-2.x/tos/lib/tosboot/build/telosb/main.ihex
Traceback (most recent call last):
into the wrong area of the metadata portion of the message_t.
These bytes were then re-arranged in the part of the code that intentionally
fills out metadata information, and in doing so, the LQI byte was
overwritten by the RSSI byte.
The fix has been checked into CVS.
-David
e practical for tinyos? Are there any existing FOSS
implementations, or would we need to license something like xmesh from
Crossbow?
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/m
later :-)
Would this also correct the issue with invalidating (config) volumes
which come after deluge volumes or is that unrelated?
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
7;ve placed
that package on hold, to prevent breakage.
Or, is it safe to upgrade to the latest Ubuntu versions (on the tinyos
repo), and also allow Debian to upgrade avr-libc if it has newer
versions (under Testing/Lenny) than the tinyos repo?
David.
__
.
>
Thanks (to you and the other posters) for the cvs tips.
I think I'll try the git repo. What time does it get updated each hour?
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
I'm new to cvs, I normally
use subversion and git. Are there any other options I should be using?
The deluge Blink test application now compiles successfully. I'll
start testing tomorrow.
Sorry for the trouble :-)
David.
___
Tinyos-help mailing
Stored image 1
Prog Name: OmnipoAppC
Compiled On: Thu Jan 10 11:05:35 2008
Platform:telosb
User ID: david
Host Name: lnxdavid
User Hash: 0xB4CD1E4CL
Num Pages: 32/32
Size:35344
UID: 3280566561
Version: 1
--
compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
-DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb
-fnesc-cfile=build/telosb/app.c -board= -Ibuild/telosb
-DDELUGE_BASESTATION -DDELUGE
-I/home/david/dev/internet/tinyos/tinyos2/cvs_checkout/ti
would argue that it's a bug in the ST M25P implementation (a
cursory look through the AT45DB implementation suggests that it
handles this correctly...)
David Gay
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
crashes nesc, you get a very obscure error
> message... Took me a while to figure that one out.
>
> Anyone know if this is a known bug? Should be easy enough to fix.
> Michiel
As the original message shows, the original author is using nesC
1.2.4. I believe this bug is fixed in the
NFIG is still being invalidated. It looks like the only
safe way to prevent invalidation is to move CONFIG to the start.
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
d image (into Deluge
slot 1), and then pressing reboot on the mote will (usually)
invalidate the CONFIG volume (when your volumes are configured as in
my original mail).
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.m
Deluge's, but please (to the
tinyos devs in general) look into this.
Btw, what is the best way to force Deluge volumes to go to the end of
the flash memory instead of the start? I would like to disrupt Deluge
as little as possible when I add new volumes for my app. Probably
"offset"
then add a SplitControl interface to BaseStationC.
Then you should be able to wire the new BaseStationC into your main
app, and call BaseStation.start() when your TOS_NODE_ID is 0.
The above should be a fairly small change, at least compared to
copying al
DELUGE0)"?
>
> [1] http://www.tinyos.net/tinyos-2.x/doc/html/tep103.html
I think it means exactly that. You could have problems if you declared
a LogStorageC (or any other storage abstraction), anywhere else in
your app, which also uses VOLUME_DELUGE0.
David.
__
> >> 2) Why do config slots need to be that size? I tried to use a 65536
> >> size for that also (the minimum, as required by the tinyos make files
> >> for stm25p), but mounting always fails. I borrowed 131072 from the
> >> Flash memory tutorial lesson (7), and that works.
> >
> > I don't know muc
e program (within a private module) and
not triggered this.
Would it help if I forwarded a test case which produces this problem?
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Hi Jonathan.
I posted this mail to tinyos-help, and it was suggested that I CC it
to you. Can you help me? Thanks :-)
(I've CC'd tinyos-help with this mail, so that others and the archives
get the benefit of any answers).
Regards,
David.
-- Forwarded message ------
F
luge inject & reprogram?
Thanks in advance for any advice.
David.
PS: I found what looks like a few typos in the docs and source:
In lesson 7:
event void Config.commitDone(error_t err) {
call Leds.led0Off();
call Timer0.startPeriodic(conf.period);
if (err == SUCCESS) {
>
> Thank-you very much for the feedback! Right now I'm a little busy so I'll
> not have time to respond so quickly this time.
>
Hi there again.
I don't mean to be impatient, but could you give me an idea of when we
will be able to resume testing and fixing these Delug
more like B-MAC. Think of it like X-MAC
on steroids. We're calling it BoX-MAC.
The CC1000 radio stack primarily uses B-MAC at the moment.
-David
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tie Luo
Sent: Thursday, December 27, 2007 3:42 AM
ary radio directly. On my platform, I select the radio to
send to on a per-message basis and have some logic at the ActiveMessageC
level that directs the message to the proper device.
-David
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of roberto
pagliari
nloaded images, I was planning to use the "reboot and
reprogram" (into a specific slot) function after each "Deluge-enabled"
period, and assuming that Deluge would ignore that function if there
was no valid image in that slot (or if the image is the same as the
currently-running pr
A small correction:
> Same as my earlier point. They will accept disseminated updates, but
> they aren't listening to "reset and reprogram" commands. Using the
> Gesture didn't seem to fix it this time. ie, the motes just stay in
> the "ready to reboot and reprogram" config (blue LED burning).
Ac
Hi. Thanks for your fixes.
It looks like the following are fixed:
- Deluge resumes when receiving mote is reset
- Able to disseminate slots 1-3
- No longer getting strange "currently executing" UIDs.
I'm busy doing testing, have come up with a few more problems. Some of
these are related to
Hi Mike.
On Dec 21, 2007 5:38 PM, Chieh-Jan (Mike) Liang <[EMAIL PROTECTED]> wrote:
> Hi David,
>
> On Dec 21, 2007, at 4:39 AM, David wrote:
> >
> > * I can't build the GoldenImage or other Deluge apps with the "sim"
> > option to test under TOSS
e public (Matlab code at least), but due to the
custom nature of the system it is somewhat difficult to do so.
-David
_
From: zhiyong yang [mailto:[EMAIL PROTECTED]
Sent: Friday, December 21, 2007 2:49 AM
To: David Moss
Subject: Re: [Tinyos-help] tinyos 2.x radio
Hi:
Thanks. I got this working (had some problems, will detail below). The
gesture and the extra deluge slots appear to be working, as well as
the extra status line for the currently-executing mote. Thanks.
I had the following problems:
* Kept getting "No such file or directory:
'/home
ade a
> dummy program for test and measure the sleep mode.
Note that T2 automatically powers the A/D off when not in use.
Directly twiddling the A/D bits will either have no effect or cause
the A/D component to misfunction (depending on exactly when you do
what...).
David Gay
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
/rpms) in your docs. I don't see any
information for this on these pages:
http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html
http://www.tinyos.net/scoop/story/2007/8/15/234856/990
Thanks for your assistance.
David.
___
Tinyos-help mailing
b installers, but I just
checked and they're under /usr/local/bin/. "make install" from CVS
should overwrite those deb-installed utilities with newer versions.
I'll check your updates now, and get back to you a bit later.
David.
_
On Dec 20, 2007 11:49 AM, Razvan Musaloiu-E. <[EMAIL PROTECTED]> wrote:
> Hi!
>
> On Thu, 20 Dec 2007, David wrote:
>
> > See my reply below yours.
> >
> >> 1.) Initially, the plan was to write a new storage manager for Deluge
> >> T2. Unfortunately
Do you know anyone we should
contact more directly than posting on the tinyos-help list?
Regards,
David.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
ere we don't want or care to receive the full packet because it's
bad. Lots of edge cases here, and some I know are broken.
-David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of André
Cunha
Sent: Wednesday, December 19, 2007 9:58 AM
(addr, &myMsg, sizeof(my_payload_t));
When you get your sendDone() event back, the message should have gotten
ack'd if the receiver was nearby.
You'll have to experiment with the PacketLink interface to get the behavior
you desire for your application. The TEP should cover the r
should check out with the package maintainer to see how
> feasible it would be to make it put it in the right place.
We should probably look into this the next time we make nesC packages...
David Gay
___
Tinyos-help mailing list
Tinyos-help@millennium.berke
I guarantee that it will be worth it. TOS2 is fundamentally more
robust, flexible, and sound going forward. The learning tools and
examples are coming into place. Hanging on to TinyOS1.x "dusty desk" at
this point would surely be penny wise pound foolish.
Philip Levis wrote:
On Dec 16, 20
ctivates different sub-programs based on the "type".
This is not ideal.
4) The "tos-deluge" tool does not report which image is active
"tos-deluge -p" in Deluge T2 doesn't (as far as I can tell) report
which image is currently active on a mote. However, this info is
501 - 600 of 1186 matches
Mail list logo