Re: [Tinyos-help] Playing file on tmote

2006-12-04 Thread Joe Polastre
Hi BK, You should check out the Ditto application at /opt/moteiv/apps/invent/Ditto -Joe On 12/4/06, bandu khote <[EMAIL PROTECTED]> wrote: Hi, Is it possible to play a small sound file( what format?) on the tmote invent. My plan is to link the file in with the code and then play it on a even

Re: [Tinyos-help] Semantics of LQI values reported in Trawler App?

2006-11-30 Thread Joe Polastre
The paths will change, and as such, you won't receive full LQI reports for those paths. You only receive LQI reports for the top three links of each node, and that's only for a single hop link quality; the full path quality is only reported for a single parent as the message travels the network t

Re: [Tinyos-help] mts310 sensorboard

2006-11-28 Thread Joe Polastre
T2 was only released as a "stable" version a week or two ago. For companies to support it, you'll need to wait a few months. -Joe On 11/28/06, Jordi Casals <[EMAIL PROTECTED]> wrote: I looked for the mts310 sensorboard on the xbow site and I haven't found any library for T2. Can somebody help

Re: [Tinyos-help] Concerning call SendMsg.send()

2006-11-28 Thread Joe Polastre
Yes, and you can send messages without waiting for the sendDone event because SP keeps a pool available for use (as long as you have 2 different message structures in your app). -Joe On 11/28/06, Pablo Gil Montaño <[EMAIL PROTECTED]> wrote: Just in case you are using tmote, I think you can mak

Re: [Tinyos-help] Does anyone know good Testbed manage tools

2006-11-27 Thread Joe Polastre
MoteLab is another option that uses ethernet connected motes, including Tmote Connect. http://motelab.eecs.harvard.edu/ -Joe On 11/21/06, Adam <[EMAIL PROTECTED]> wrote: Does anyone know a testbed management tool which support the following: (1) Good GUI to program a group of motes connected

Re: [Tinyos-help] Receiving Delta Messages

2006-11-27 Thread Joe Polastre
ternal flash with Delta (specifically using block read/write)? For use of both the radio and flash, do you recommend going to TinyOs 2.x? Thanks Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joe Polastre Sent: November 22, 2006 8:54 PM To: Tim Spargo Subje

Re: [Tinyos-help] User Button

2006-11-27 Thread Joe Polastre
Unfortunately, there is no component to control the user button :( Boomerang has one, and it can easily be copied over to T2. On 11/27/06, ricardo tiago <[EMAIL PROTECTED]> wrote: Hi all, In t2 what are the components and interface that can control the user button in telosb? Thanks, Ricardo

Re: [Tinyos-help] How to enableACK on tmote

2006-11-24 Thread Joe Polastre
But in tmote, it used b-mac without LPL. Where can I find the code for 802.15.4? Regards, Hui On Fri, 24 Nov 2006, Joe Polastre wrote: > As per the previous emails, > > Set the reliability control flag, and if the message is acknowledged > by the receiver, the reliability feedback fla

Re: [Tinyos-help] How to enableACK on tmote

2006-11-24 Thread Joe Polastre
I enable or disable acknowledgement. My application need to be able to turn on and off the acknowledgement control at some point. Also, how do the receiver send an acknowledgement back to sender since I need to attach some data on the acknowledgement packet? Thank you. Andre On 11/24/06, J

Re: [Tinyos-help] How to enableACK on tmote

2006-11-24 Thread Joe Polastre
endAdv. If i use some specific address (eg. 1, 2, ...), then the flag will not be set, but if i use TOS_BCAST_ADDR as the destination address, then the flag is set. How come?How can I send to a specific address with the flag get set? Thank you. Andre On 11/3/06, Joe Polastre <[EMAIL PROTECTE

Re: [Tinyos-help] Newbie: setting up devenv

2006-11-23 Thread Joe Polastre
On 11/23/06, Michael Schippling <[EMAIL PROTECTED]> wrote: The block diagram shows UART/2, I2C/2, ADC/6, and GPIO/4. However the schematic shows the expansion connectors also have AVCC, Gnd, Reset, and an ExtInt which adds up to 18 contacts on 16 pins. So it appears that two of the GPIO's are mul

Re: [Tinyos-help] Newbie: setting up devenv

2006-11-23 Thread Joe Polastre
ps...but with only 4 GPIO lines I'd never get my robot to agree... Again, not true. I count 12 GPIO lines available for use without having to both with the cumbersome 51-pin connector. -Joe ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley

Re: [Tinyos-help] Newbie: setting up devenv

2006-11-22 Thread Joe Polastre
I haven't used, or even seen, the tmotes. Maybe they are more economical, but I assume that they require some kind of base- station as well. Nope, you are absolutely wrong. Tmote Sky has built in USB, so none of those silly programming boards are necessary as you can plug ANY Tmote Sky into a U

Re: [Tinyos-help] how to use DAC on telosb

2006-11-13 Thread Joe Polastre
MSP430DAC12C found in /opt/moteiv/tos/platform/msp430/dac/ of the Boomerang 2.0.4 distribution. An example driver that uses the DAC is in /opt/moteiv/tos/sensorboards/invent/SpeakerDriver*.nc -Joe On 11/13/06, yicheng <[EMAIL PROTECTED]> wrote: Hi Folks, I'm using Tmote sky and I want t

Re: [Tinyos-help] MSP430 sleep and active time-stamps

2006-11-13 Thread Joe Polastre
il. Thanks-- Madhu On 11/13/06, Joe Polastre <[EMAIL PROTECTED]> wrote: > You can use the PowerMonitorC component available in > /opt/moteiv/tos/platform/tmote as part of the Boomerang 2.0.4 > distribution. Documentation for PowerMonitorC is in > /opt/moteiv/doc/nesdoc. >

Re: [Tinyos-help] MSP430 sleep and active time-stamps

2006-11-13 Thread Joe Polastre
You can use the PowerMonitorC component available in /opt/moteiv/tos/platform/tmote as part of the Boomerang 2.0.4 distribution. Documentation for PowerMonitorC is in /opt/moteiv/doc/nesdoc. Best, -Joe On 11/12/06, Madhu Mudigonda <[EMAIL PROTECTED]> wrote: Hello, Is there any component or wa

Re: [Tinyos-help] Multihop messages

2006-11-07 Thread Joe Polastre
Duplicate packets are usually caused by an ack that was lost by the transmitting node. Thus, two packets are received at the base station instead of one. Simply filtering by sequence number addresses the issue. -Joe On 11/7/06, Crif1102 <[EMAIL PROTECTED]> wrote: Hi everybody! I'm using tmote

Re: [Tinyos-help] How to enableACK on tmote

2006-11-03 Thread Joe Polastre
Using SP, you want to request reliability. See the SPSend.sendAdv() function definition in /opt/moteiv/doc/nesdoc (start by opening index.html and navigating in the left frame). An example using reliability is in /opt/moteiv/tos/lib/MultiHopLQI -Joe On 11/2/06, Lee Ee Foong <[EMAIL PROTECTED]>

Re: [Tinyos-help] FCS - TinyOS 1.x (Tmote)

2006-11-03 Thread Joe Polastre
The FCS isn't transmitted over the serial port. -Joe On 11/1/06, Terence Joseph <[EMAIL PROTECTED]> wrote: Hi, I am collecting data on the serial port and I was just wondering over which fields the FCS is calculated in software as I can't seem to reproduce the value I see? The raw packet is t

Re: [Tinyos-help] send message to a specific mote with Boomerang and Tmote-sky

2006-10-31 Thread Joe Polastre
In Receive: if (msg->addr == TOS_LOCAL_ADDRESS) { // process } Remember that wireless networks are broadcast networks, which means that all nodes can hear what is going on with other nodes. -Joe On 10/31/06, Errico Stigliano <[EMAIL PROTECTED]> wrote: Hi Daniele, thank you for yo

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Joe Polastre
The $ is silly and after years of arguing against it, David Gay added a directive to nesC that lets you set an alternate identifier instead of having to recompile a toolchain without the $ identifier. -Joe On 10/29/06, Michael Schippling <[EMAIL PROTECTED]> wrote: Yes, it's come up many times..

Re: [Tinyos-help] CC2420Control issue

2006-10-27 Thread Joe Polastre
und LedDrones.nc:13: component CC2420RadioC not found LedDrones.nc:24: cannot find `CC2420Control' make: *** [exe0] Error 1 Sorry for not being exact the first time. Andre Joe Polastre schrieb: > include > > components CC2420RadioC; > > in your components list. > > -Jo

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Joe Polastre
You can check out the old versions, but Moteiv does not support this old code that has been replaced by the much more stable versions in Boomerang. -Joe On 10/26/06, Philip Levis <[EMAIL PROTECTED]> wrote: On Oct 26, 2006, at 12:46 PM, Joe Polastre wrote: > Download Boome

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Joe Polastre
Download Boomerang from www.moteiv.com. In there are the applications you are looking for: /opt/moteiv/apps/Oscilloscope /opt/moteiv/apps/TOSBase -Joe On 10/26/06, prabhu govindaswamy <[EMAIL PROTECTED]> wrote: Hi, Yes i had put apps/Oscilloscope and apps/TOSbase in tmotes. Is there any othe

Re: [Tinyos-help] Receiving Delta Messages

2006-10-24 Thread Joe Polastre
Multihop is for forwarding messages up a multihop tree, it is not for dissemination down the tree. Thus, there is no "Receive" interface, because the destination is the base station. Multihop does provide "Snoop" and "Intercept" which allow you to monitor messages as they traverse the tree towar

Re: [Tinyos-help] From Mica2 to Tmote

2006-10-24 Thread Joe Polastre
You have to wait for the radio to finish starting up before sending the first packet. -Joe On 10/24/06, Ee Foong Lee <[EMAIL PROTECTED]> wrote: Hi guys, I'm having problem with tmote. The app works this way. The sender send out a packet when the timer is fired up each second. The receiver will

Re: [Tinyos-help] TOSBase problem with TMote

2006-10-20 Thread Joe Polastre
RadioCRCPacket is a layer below GenericComm. It is not recommended for general use; I recommend using GenericComm or SPC. For Tmote and Boomerang, check out TOSBase in /opt/moteiv/apps/TOSBase -Joe On 10/19/06, Bhanu Nagendra Pisupati <[EMAIL PROTECTED]> wrote: I am having issues with sending

Re: [Tinyos-help] Reg. interrupt in CC24200 radio indicate reception

2006-10-17 Thread Joe Polastre
SP, distributed as part of Boomerang for Tmote Sky motes, includes a timestamping mechanism. You can also use the RadioCoordinator interface in tinyos-1.x for receiving SFD timestamps. Search the archives. -Joe On 10/17/06, Madhu Mudigonda <[EMAIL PROTECTED]> wrote: Hello Eveybody, Is there

Re: [Tinyos-help] Payload length: 28 or 29?

2006-10-15 Thread Joe Polastre
GCC will do one of two things: (1) pad (2) insert a uint8_t in the byte of extra space Also note that the msp430 cannot write a word on non-word boundaries (ie, odd addresses). Back to the original question--it is 28 bytes on the CC2420 so that (1) space isn't wasted on 16-bit platforms and (2)

Re: [Tinyos-help] using DAC to generate a sine wave on an external pin

2006-10-06 Thread Joe Polastre
Hi Gurkan, Here is a test program that outputs a sine wave on a DAC channel using the DMA controller. Simply untar it to a directory of your choice and then compile with 'make tmote'. This code require's Moteiv's Boomerang 2.0.4. -Joe Polastre Moteiv Corporation On 1

Re: [Tinyos-help] (no subject)

2006-10-06 Thread Joe Polastre
use:[EMAIL PROTECTED]:tmote-JoeOn 10/4/06, Jing Ma <[EMAIL PROTECTED]> wrote: Hi,   I am trying the SerialForwarder function using two tmotes  The one running the TOSbase application is connected to PC through USB, the other is running Cntledsandrfm. I can see the USB transmit and r

Re: [Tinyos-help] Delta and retransmissions question

2006-10-04 Thread Joe Polastre
No, this is the total number of retransmissions that have occurred over the life of the network. The number increases to 255, then resets due to rollover. -Joe On 10/4/06, Simon Davis <[EMAIL PROTECTED]> wrote: Hello, I'm trying to make sense of the retransmissions figure that the Delta appl

Re: [Tinyos-help] SMAC where to download from ?

2006-09-30 Thread Joe Polastre
You can implement just about any MAC protocol on Tmote Sky. On 9/27/06, bhushan bhatt <[EMAIL PROTECTED]> wrote: Hi all, I want to download SMAC. Can anyone tell me where can i get the files for it ??? Also someone told me that SMAC cannot be implemented on Tmote Sky. Is this true ? because

Re: [Tinyos-help] FTSP on Tmotes

2006-09-30 Thread Joe Polastre
Boomerang keeps a shallow queue of timestamps to avoid exactly this problem. -Joe On 9/28/06, Brano Kusy <[EMAIL PROTECTED]> wrote: guys, cory is right - the problem is not related to reading TimerB. there is one more problem with our timesync (both telos/micaz) that relates to a timestamping

Re: [Tinyos-help] MSP430 BSL history

2006-09-26 Thread Joe Polastre
Unwanted reset when inserting and removing from USB. -Joe On 9/26/06, R. Steve McKown <[EMAIL PROTECTED]> wrote: Hello, I notice that many MSP430-based mote designs, like the Telos revisions, interject special 'handshaking' between the serial port DTR# signal and the MSP's RST# pin in BSL conf

[Tinyos-help] Re: MULTI CHANNEL DMA BASED DATA ACQUISITION

2006-09-26 Thread Joe Polastre
the second channel I am getting unexpected data.May I therefore request you to kindly suggest me the solution. I am sorry for wrinting you such a long mail and taking your time. regards Raj Kumar - Original Message ----- From: "Joe Polastre" <[EMAIL PROTECTED]> To: "Raj Kumar&

[Tinyos-help] Re: MULTI CHANNEL DMA BASED DATA ACQUISITION

2006-09-26 Thread Joe Polastre
See /opt/moteiv/tos/sensorboards/invent/MicrophoneDriver*.nc -Joe On 9/25/06, Raj Kumar <[EMAIL PROTECTED]> wrote: Hi Joe I am working on an application wherein we are to acquire data from multichannels of accelerometer.After acquring say 500 points per channel at 2000 hz we are to store them

Re: [Tinyos-help] Multihop in tmote

2006-09-22 Thread Joe Polastre
Have you tried using Delta and Trawler? Note that the mote connected to the PC must either be node id 0 or must communicate with a program on the host that informs the mote that it is the base station (such as Trawler) -Joe On 9/22/06, Pablo Gil Montaño <[EMAIL PROTECTED]> wrote: I'm trying to

Re: [Tinyos-help] XMesh Multihop application

2006-09-21 Thread Joe Polastre
Moteiv provides our own mesh as part of our Boomerang distribution for Tmote Sky motes. As for XMesh, you will need to contact the vendor for more information on which products they support. -Joe On 9/20/06, Andres Aberasturi <[EMAIL PROTECTED]> wrote: Hi all, Perhaps we did not explain our

Re: [Tinyos-help] Delta Application

2006-09-11 Thread Joe Polastre
Download the software from www.moteiv.com. It is free and called "Boomerang". -Joe On 9/11/06, Sumit Gupta <[EMAIL PROTECTED]> wrote: hi, The guide which I have only 18 pages. I think you are talking about the upgraded version of software. The CD i have doesnt install in that way which is me

Re: [Tinyos-help] Problem in Application Surge for platform telos

2006-09-11 Thread Joe Polastre
Please search the mailing list archives. Use SurgeTelos instead. -Joe On 9/10/06, Sumit Gupta <[EMAIL PROTECTED]> wrote: I have been trying to compile application Surge for telos motes but its giving me errors. However, it compiled perfectly fine for other platforms (mica2, pc etc). For telo

Re: [tinyos-help] TinyOS 2.0 lacks of TEP104 and 105

2006-09-11 Thread Joe Polastre
, Philip Levis <[EMAIL PROTECTED]> wrote: On Sep 10, 2006, at 3:22 PM, Joe Polastre wrote: > 1) I originally wrote TEP105 and no one in this group (or any other > group) has ever asked me to help revisit it, including David Culler. I judged that TEP 105 is at this point defunct. It was

Re: [Tinyos-help] Cygdrive Problem in Cygwin

2006-09-11 Thread Joe Polastre
ust showing c drive in cygdrive folder but not my cdrom.. is it suppose to be that way. Thanks, please tell little more how I can make it visible. Thanks. Sumit On 9/10/06, Joe Polastre <[EMAIL PROTECTED]> wrote: > What happens when you type "cd /cygdrive/c/"? > > -J

Re: [tinyos-help] TinyOS 2.0 lacks of TEP104 and 105

2006-09-10 Thread Joe Polastre
1) I originally wrote TEP105 and no one in this group (or any other group) has ever asked me to help revisit it, including David Culler. 2) I don't recall any discussions where it was concluded to be "trickier than originally thought." Any reference(s) clearing up items #1 or #2 would be appreci

Re: [Tinyos-help] Cygdrive Problem in Cygwin

2006-09-10 Thread Joe Polastre
What happens when you type "cd /cygdrive/c/"? -Joe On 9/10/06, Sumit Gupta <[EMAIL PROTECTED]> wrote: I checked my registry files and they are in order as per my cygwin location. I think I didnt uninstalled cygwin properly due to which every new installation is not working properly. Dont know w

Re: [Tinyos-help] Documentation for tmote

2006-09-06 Thread Joe Polastre
e need for nesC 1.2.x and the tools/src/ncc part of the tinyos 2.x toolchain (for lack of a better word) -Joe On 9/6/06, Philip Levis <[EMAIL PROTECTED]> wrote: On Sep 6, 2006, at 8:13 AM, Joe Polastre wrote: > Have you installed tinyos-tools from tinyos-2.x/tools/ > Right. As I sai

Re: [Tinyos-help] Documentation for tmote

2006-09-06 Thread Joe Polastre
moteiv-specific components). Joe Polastre <[EMAIL PROTECTED]> escribió: [1] uses nesC 1.2.4. Upgrade to 1.2.7. -Joe On 9/6/06, Pablo Gil Montaño wrote: > The problem is that I am using Linux (Ubuntu 6.06) and I can't just install > the .exe provided by moteiv. I've followed

Re: [Tinyos-help] Documentation for tmote

2006-09-06 Thread Joe Polastre
he documentation, everything seems to be working. [1]: http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/ Joe Polastre <[EMAIL PROTECTED]> escribió: Try installing Boomerang 2.0.4. It includes all the necessary tools and configuration for nesdoc to work correctly. -Joe On 9/5/06, Pablo Gil Mont

Re: [Tinyos-help] Documentation for tmote

2006-09-05 Thread Joe Polastre
Try installing Boomerang 2.0.4. It includes all the necessary tools and configuration for nesdoc to work correctly. -Joe On 9/5/06, Pablo Gil Montaño <[EMAIL PROTECTED]> wrote: Hi, I have a problem with nesdoc: everytime I try to generate documentation with 'make tmote docs' I get the followi

Re: [Tinyos-help] GIO1/ADC2 on Tmote

2006-09-03 Thread Joe Polastre
ADC2 is output and low. GIO pins can only source ~2mA of current, so I don't recommend using them to power a device. -Joe On 9/3/06, Simon Davis <[EMAIL PROTECTED]> wrote: Hello, I'm trying to use GIO1 as a power source for a sensor so I can turn it on and off to save power. If I put a voltm

Re: [Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Joe Polastre
ps, see: http://www.moteiv.com/community/Moteiv_Boomerang_Fixes#GCC_causes_segmentation_fault On 9/1/06, Joe Polastre <[EMAIL PROTECTED]> wrote: You haven't updated your GCC. The Boomerang installer includes a new patched GCC. -Joe On 9/1/06, Ted Herman <[EMAIL PROTECTED]&g

Re: [Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Joe Polastre
You haven't updated your GCC. The Boomerang installer includes a new patched GCC. -Joe On 9/1/06, Ted Herman <[EMAIL PROTECTED]> wrote: Hello any Boomerang-Linux users, I've just downloaded Boomerang 2.0.4 and got an error compiling an app: > > /opt/moteiv/tinyos-1.x/tos/platform/msp430/HPLU

Re: [Tinyos-help] Delta application -help required

2006-08-31 Thread Joe Polastre
Please go through the TinyOS tutorial. These are basic questions that are answered by this tutorial. -Joe On 8/31/06, siva prasad <[EMAIL PROTECTED]> wrote: thanks for tht idea michael... if i changed the value of AM_COUNTMSG to some other value(say 35) it is was compiling ..but it is not se

Re: [Tinyos-help] Can Telosb talk to Mica2?

2006-08-29 Thread Joe Polastre
No. On 8/29/06, Meng Jiang <[EMAIL PROTECTED]> wrote: Hey guys, This is just a general question. Can Telosb talk to a 433 MHz Mica2? Thanks. Meng ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu

Re: [Tinyos-help] calibrating TMote Sky sensors???

2006-08-29 Thread Joe Polastre
As per the Tmote Sky datasheet, you need to calibrate the internal temperature sensor. A one-point calibration provides adequate results, although I recommend a two-point calibration. You will need a known good reference and two different controlled temperature environments--such as room tempera

Re: [Tinyos-help] How to update ncc and gcc to latest for TinyOS-1.1.11 and make my newer source code work for telosb platform

2006-08-25 Thread Joe Polastre
Hi Fenghua, Boomerang from Moteiv installs TinyOS 1.1.15 plus all the necessary tools for Tmote Sky and TelosB. It comes with a handy windows installer. See www.moteiv.com for more information. -Joe On 8/25/06, Fenghua Yuan <[EMAIL PROTECTED]> wrote: Hi, I downloaded Windows Installshie

Re: [Tinyos-help] Howto use InternalFlash on Tmote

2006-08-22 Thread Joe Polastre
t;[EMAIL PROTECTED]> wrote: Thank you for your comments. I understand what was wrong. Then how can I download program without erasing of internal flash? - Original Message ----- From: "Joe Polastre" <[EMAIL PROTECTED]> To: "Chong Hui Kim" <[EMAIL PROTECTED]>

Re: [Tinyos-help] Data rate problem in TinyOS

2006-08-22 Thread Joe Polastre
ww.polastre.com/pubs.html -Joe Polastre Moteiv Corporation [EMAIL PROTECTED] On 8/17/06, Ryan Aures <[EMAIL PROTECTED]> wrote: Hello all, We have been testing the Tmote Sky motes to see what is the maximum achievable data rate, and have gotten very discouraging results. Of the 250kbps t

Re: [Tinyos-help] Howto use InternalFlash on Tmote

2006-08-22 Thread Joe Polastre
Did you Mass Erase between programs (ie, type 'make tmote install')? That erases all of the internal flash. -Joe On 8/22/06, Chong Hui Kim <[EMAIL PROTECTED]> wrote: I want to write some data in Flash of MSP430 and read them. For this, I used InternalFlashC component and InternalFlash interf

Re: [Tinyos-help] Generating Documnatation for the application

2006-08-21 Thread Joe Polastre
Moteiv apps can only be compiled with 'make tmote docs' Try: make tmote docs,here -Joe On 8/21/06, Raj Kumar <[EMAIL PROTECTED]> wrote: Hi all I am using Boomerang 2.0.4 .I am able to generate documentation for applications which are at /opt/tinyos1.x/apps by giving the command make telos

Re: [Tinyos-help] Problem with Netsync, restarting motes.

2006-08-18 Thread Joe Polastre
How do I get 100% dutycycle AND synchronization at the same time? What parameters should I modify? Or is it not possible? I would be happy if you could answer this because I have been working on this problem for a very long time now. /Henric - Original Message - From: Joe Polastre <[EMAIL PROTECTED

Re: [Tinyos-help] MSP430 extern resistor on TelosB

2006-08-18 Thread Joe Polastre
Correct. TelosB does not have this resistor, however Tmote Sky does. -Joe On 8/18/06, Matthew J Whelan <[EMAIL PROTECTED]> wrote: hd, On the Telosb motes, there is no external resistor for the digitally controlled oscillator (DCO). However, I believe that the new Tmote Sky motes (post FCC

Re: [Tinyos-help] deluge packets from oscilloscope?

2006-08-18 Thread Joe Polastre
Oscilloscope includes Deluge. -Joe On 8/17/06, Claro Noda <[EMAIL PROTECTED]> wrote: hi all. thanks for replies on this thread. Interesting enough.. we're only programming the mote with moteiv oscilloscope and we getting packets like this: > >7E 42 1C 01 08 2C FF FF FF FF A1 7D 5D 02 00 0

Re: [Tinyos-help] Question: how to solve the "Entry point not found" problem when install mspgcc?

2006-08-17 Thread Joe Polastre
Your cygwin version does not match the version that the tools were compiled for. -Joe On 8/16/06, Fenghua Yuan <[EMAIL PROTECTED]> wrote: I installed TinyOS for micaZ using Crossbow Install CD, and it works well for micaZ. Now I want to revise or extend this software environment to let it work

Re: [Tinyos-help] Problem with Netsync, restarting motes.

2006-08-17 Thread Joe Polastre
Hi Henric, When you want to use lowpower, you should compile with: make tmote lowpower If you want a 100% duty cycle, then compile with: make tmote To change the duty cycle that the application is compiled with (from 1-50% are supported), you can compile with the following option: make tm

Re: [Tinyos-help] oscilloscope packets

2006-08-15 Thread Joe Polastre
A1 is Deluge. On 8/15/06, Claro Noda <[EMAIL PROTECTED]> wrote: Hi everyone. We need to understand detailed radio packet structure coming from ListenRaw. We're using the Oscilloscope app in the motes and get the following sequences: 7E 42 1C 01 08 2C FF FF FF FF A1 7D 5D 02 00 02 01 FF FF FF

Re: [Tinyos-help] motelist

2006-08-15 Thread Joe Polastre
FYI, Moteiv does not sell or support TelosB. We only sell and support Tmote Sky. If you purchased TelosB from another manufacturer, you should contact them for support and installation tools, such as motelist. -Joe On 8/15/06, Darren Bishop <[EMAIL PROTECTED]> wrote: These should help. As

Re: [Tinyos-help] Tmote Sky Analog Inputs

2006-08-14 Thread Joe Polastre
See http://www.moteiv.com/community/Getting_Data_from_Tmote_Sky%27s_Sensors On 8/14/06, Meng Jiang <[EMAIL PROTECTED]> wrote: Hi, I am new at this so please bare with me. I am trying to connect the Tmote Sky mote to a sensor with 2 analog outputs. So I need to setup the mote to have 2 analog

[Tinyos-help] Re: Battery ground on the Telos Connector

2006-08-14 Thread Joe Polastre
Hi, Analog Ground and Battery Ground are virtually identical on Tmote Sky. There's no reason that the two shouldn't operate identically. Are you sure it isn't an ADC software misconfiguration? -Joe On 8/14/06, Shahin Farshchi <[EMAIL PROTECTED]> wrote: Hi Joe, I hope you had a great w

Re: [Tinyos-help] Tmote UART0 RX?

2006-08-04 Thread Joe Polastre
Hi Ron, First of all, SP only controls UART1 which is connected to USB. For UART0, you should check out our support page: http://www.moteiv.com/community/Boomerang_UART0_Sample Once you acquire the resource, where it says "do work here", you can read and write bytes to and from HPLUSART0. -

Re: [Tinyos-help] tmote: user button question

2006-08-03 Thread Joe Polastre
UserButtonC and UserButtonAdvanceC in Boomerang take care of these issues and simply let you use the button with a Button interface abstraction. -Joe On 8/3/06, Terence Joseph <[EMAIL PROTECTED]> wrote: Hello, I am using the following code which I borrowed from CountInputM.nc to allow me so se

Re: [Tinyos-help] Can Stargate be connected to Telos

2006-07-31 Thread Joe Polastre
Yes. You need to load the ftdi_sio kernel module on the Stargate. Please contact the Stargate user's mailing list. -Joe On 7/31/06, Liu Haibin <[EMAIL PROTECTED]> wrote: Hi, I have a question about Stargate from Crossbow. Can it be connected to Telos (either from Moteiv or Crossbow) or other

Re: [Tinyos-help] MAC used on t-mote sky

2006-07-30 Thread Joe Polastre
Yes. On 7/30/06, Tony L <[EMAIL PROTECTED]> wrote: Hi, I use t-mote sky. Is it correct that t-mote sky uses B-MAC, but without LowPowerListening and Clear Channel assessment implemention? Thanks. Best regards Tony _ FREE pop-up b

Re: [Tinyos-help] Source Code for Trickle

2006-07-30 Thread Joe Polastre
NetSync in Boomerang uses a trickle-like system too. Trickle is fairly easy to implement from the paper, the intricacies occur when you try to bind it with a particular data pattern--ie bulk dissemination, network synchronization, or commands. Because of this, you find all these different implem

Re: [Tinyos-help] Alarm example

2006-07-28 Thread Joe Polastre
Alarms are only supported under 2.x and Boomerang. -Joe On 7/28/06, José L. Ponce <[EMAIL PROTECTED]> wrote: Hello all, could somebody point me to a code example which uses alarms under TinyOS-1.x? Preferably for telos motes... Thank you, - Jose.

Re: [Tinyos-help] why compilation is so slow on Boomerang distrib

2006-07-28 Thread Joe Polastre
Boomerang uses the same toolset as TinyOS 2.x. There is no difference in speed between the 2.x distribution and Boomerang. It should never take several minutes to compile a program. -Joe On 7/28/06, Nicolas Schulcz <[EMAIL PROTECTED]> wrote: I work with some TMoteSky, and I have upgraded tiny

Re: [Tinyos-help] Power consumption of SurgeTelos

2006-07-26 Thread Joe Polastre
SurgeTelos doesn't turn off the radio. Use Delta with the lowpower option instead. On 7/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, all, I am currently estimating the power consumption of tmote sky to support SurgeTelos. I found a strange thing: When I program the SurgeTelos fo

Re: [Tinyos-help] Getting temperature from Sensirion Temperature sensor on Tmote Sky

2006-07-24 Thread Joe Polastre
ernalVoltage.dataReady(uint16_t data) { ivolt = data; post sendData(); return SUCCESS; } Joe Polastre wrote: > Can you post your raw data, including timestamps? > > On 7/24/06, Ioannis Krontiris <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >>

Re: [Tinyos-help] Tmote Sky external reference for ADC

2006-07-24 Thread Joe Polastre
evious posting, Joe Polastre said that one of the changes between telosb and Tmote Sky is that the Tmote's offer access to provide an external reference for ADC conversions. Where is that offered? The schematic shows no access as far as I can tell. The problem I have been having is that I would

Re: [Tinyos-help] Getting temperature from Sensirion Temperature sensor on Tmote Sky

2006-07-24 Thread Joe Polastre
Can you post your raw data, including timestamps? On 7/24/06, Ioannis Krontiris <[EMAIL PROTECTED]> wrote: Hello, we are trying to get temperature, humidity and voltage from Tmote Sky. We are using the Delta application. For the temperature we are reading Sensirion Humidity and Temperature se

Re: [Tinyos-help] [tinyos2.0] event timer.fired() getting lost on telosb using BlinkToRadio apps.

2006-07-23 Thread Joe Polastre
Could be a bug in the radio stack. Note that only one of two motes stops... -Joe On 7/23/06, Philip Levis <[EMAIL PROTECTED]> wrote: On Jul 22, 2006, at 6:31 AM, [EMAIL PROTECTED] wrote: > Hi, > > I've implemented BlinkToRadio application on telosb with tinyos 2.0. > Two telosb motes send pac

Re: [Tinyos-help] Antenna gain on tmote

2006-07-20 Thread Joe Polastre
m http://www.chipcon.com/files/CC2420DBK_User_Manual_1_3.pdf. However, in this document they claim a gain of -5dBi for the antenna. Can you explain the discrepancy please? Has it something to do with a difference in impedance matching? Best Regards, Terence >From: "Joe Polastre"

Re: [Tinyos-help] MSP430 Hardware Multiplier Compiler Flag

2006-07-19 Thread Joe Polastre
a compiler flag to do this, but everything seems to be working fine. Is there any reason to believe that there might be errors if I am using the multiplier without this compiler flag? Thanks, Matt [EMAIL PROTECTED] wrote: - To: "Matthew J Whelan" <[EMAIL PROTECTED]> From: &qu

Re: [Tinyos-help] MSP430 Hardware Multiplier Compiler Flag

2006-07-19 Thread Joe Polastre
mspgcc's implementation of the hardware multiplier arbitration is very buggy. I would not recommend using it. Unfortunately no one here is a compiler expert, so it still hasn't been fixed. -Joe On 7/19/06, Matthew J Whelan <[EMAIL PROTECTED]> wrote: Hi, I have found a previous post that

Re: [Tinyos-help] Power down..by default?

2006-07-19 Thread Joe Polastre
What do you mean that your motes should respond immediately to a message? What kind of response are you looking for? The microcontroller automatically enters sleep state when no tasks are pending. It takes about 1-6us for the microcontroller to wake. The radio is on continuously unless you set

Re: [Tinyos-help] I2C timeout on the Tmote sky

2006-07-19 Thread Joe Polastre
Hi Andrew, This problem is mostly due to faulty arbitration between resources (as you've uncovered in your analysis). When we were working on the Tmote Invent drivers, there was a ton of instability using 1.1.15 and BusArbitration. Because of this, we ported the 2.x Resource interfaces and imp

Re: [Tinyos-help] Manually breaking Tmote sky execution using msp430-gdb

2006-07-18 Thread Joe Polastre
And to follow up, if you're running windows, just grab the most recent versions of gdbproxy and msp430-jtag from mspgcc.sf.net and you should be set using "TIUSB". -Joe On 7/18/06, Joe Polastre <[EMAIL PROTECTED]> wrote: There's been a lot of activity over the past

Re: [Tinyos-help] Antenna gain on tmote

2006-07-18 Thread Joe Polastre
Tmote Sky's antenna has about a 1-3dBi gain. Impedance matching is tough, and it took a few tries for us to get the right match. -Joe On 7/18/06, Matt Thompson <[EMAIL PROTECTED]> wrote: Hi, Does anyone know the dBi gain of the PCB antenna on the tmote sky modules?? We have layed out a board

Re: [Tinyos-help] Manually breaking Tmote sky execution using msp430-gdb

2006-07-18 Thread Joe Polastre
There's been a lot of activity over the past few weeks getting the USB FET to work with GNU tools. See http://blog.gmane.org/gmane.comp.hardware.texas-instruments.msp430.gcc.user -Joe On 7/18/06, Matt Thompson <[EMAIL PROTECTED]> wrote: I have had the same problem, and have never found a res

Re: [Tinyos-help] TMote Sky, my I2C module doesnt want to work with IntToRfm module

2006-07-18 Thread Joe Polastre
If you're using Boomerang, you need to acquire the I2C resource. I think there's a few articles about this in the mailing list archives. -Joe On 7/18/06, Nicolas Schulcz <[EMAIL PROTECTED]> wrote: Hi everybody This is the problem, I design an application on the Tmote Sky kit. It have to dialo

Re: [Tinyos-help] Raw Temperature readings Conversion to meaningful Degree Celcious values

2006-07-17 Thread Joe Polastre
Please see: http://www.moteiv.com/community/Getting_Data_from_Tmote_Sky%27s_Sensors -Joe On 7/17/06, Muddesar Iqbal <[EMAIL PROTECTED]> wrote: Hello every one, Could any one help me with conversion of raw temperature data to meaning full temperature degree celcious values. I am using Te

Re: [Tinyos-help] Tmote Sky CC2420 missed receive SFD.captured() low to high events

2006-07-16 Thread Joe Polastre
We use the SFD to acquire timestamping information for synchronization protocols. I have not seen this problem in any of the radio stacks. -Joe On 7/16/06, Giang Nguyen <[EMAIL PROTECTED]> wrote: hi, i use tmote sky's. it appears that in CC2420RadioM.nc, sometimes, the SFD.captured() event for

Re: [Tinyos-help] restarting tmote without pressing the RESET button

2006-07-13 Thread Joe Polastre
ResetC.nc -Joe On 7/13/06, Hemanth Haridas <[EMAIL PROTECTED]> wrote: Is there a way to restart the tmote without pressing the RESET button. I mean, is there a command which I can call to do the restarting. regards hemanth ___ Tinyos-help mailing lis

Re: [Tinyos-help] Timer stops after Radio stop

2006-07-13 Thread Joe Polastre
This was a bug in the micaz stack (I assume you're using micaz). You'll need to update from CVS. -Joe On 7/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hey all, I am trying to implement power management and need to shut off the radio. Everything works fine and I take the first sensor r

Re: [Tinyos-help] Advice on Protocols to use

2006-07-12 Thread Joe Polastre
For TinyOS 2.0, the beta2 release has reference implementations of Collection and Dissemination, which are documented in TEP 118 and 119. But they are designed to use TinyOS 2.0 and not Boomerang interfaces. TinyOS 2.0 does not include SP, so the TEPs don't really help... -Joe _

Re: [Tinyos-help] Erasing program on tmote sky

2006-07-09 Thread Joe Polastre
You have to initiate the mass erase command of msp430-bsl (or tos-bsl) without specifying a program and the program flag. -Joe On 7/3/06, Hunziker, Kenneth J <[EMAIL PROTECTED]> wrote: I have installed a program on my tmote sky and now want to erase/delete it. I know that this will happen when

Re: [Tinyos-help] Weird results...

2006-07-07 Thread Joe Polastre
Are all of the USB hubs powered by wall adapters? -Joe On 7/6/06, Jose L. Ponce <[EMAIL PROTECTED]> wrote: Yeah, I do that. I think it's an electrical problem: The motes are connected with USB cables to USB hubs, which are connected with each other, to the power and to the computer If I orde

Re: [Tinyos-help] Task queue

2006-07-05 Thread Joe Polastre
If you use Boomerang, then you use the new TinyOS 2.x task queue that doesn't have this problem. The 1.x task queue still has the possibility of overflowing. -Joe On 7/5/06, giovanni gamba <[EMAIL PROTECTED]> wrote: Hi all, i'm working on Tmote Sky. I experienced some event loss in my applic

Re: [TinyOS-help] Compile Error for SurgeTelos

2006-07-05 Thread Joe Polastre
For some reason it isn't finding %T/lib/MultiHopLQI On 7/4/06, Ming <[EMAIL PROTECTED]> wrote: Hi everyone When I try to compile the SurgeTelos on the Telos verB, I get the following error. How can I solve it? > # make telosb > mkdir -p build/telosb > compiling Surge to a telosb binary > n

Re: [Tinyos-help] How can I use new platform?

2006-06-30 Thread Joe Polastre
What bootstrap loader configuration are you using? Straight BSL, TelosA style, or TelosB style? You need to pass the appropriate option to the bootstrap loader (msp430-bsl). If you have a new mechanism for using the BSL, then you need to modify msp430-bsl to support your new option "telosc" -J

<    1   2   3   4   5   >