Re: [Tinyos-help] communication between MICAz and non-Xbow sensors

2006-02-16 Thread Harri Siirtola
I've connected a Bluetooth module to UART1. Its UART is digital level so I don't need a level converter. Something like MAX3224 and a couple of capacitors is what's needed for digital - RS232 conversion. Chips with less pins than the 3224 exist, too, if that's a problem. As for software,

Re: [Tinyos-help] communication between MICAz and non-Xbow sensors

2006-02-16 Thread Harri Siirtola
Forgot the attachment, sorry. At 07:13 PM 2/15/2006 -0700, Michael Schippling wrote: This comes up periodically. Try searching back on the help list. One of these days someone will post a demo app...but not yet. First, physically connecting to the board...I have my own layout for a sensor

[Tinyos-help] create two timer

2006-02-16 Thread Paolo Ditto
Hi, I would want to know how I can modify the Blink application in order to creat two timer therefor the red led toggle every 500ms and green led toggle every 1500ms. Thanks ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Help on Java tools, SimObject

2006-02-16 Thread Herman Sahota
Hi all, I am working on a fire simulation application in java and I want to integrate it with the TOSSIM environment. My problem is how to access the simObjects from my application so as to effectuate the sensor readings. I could only find documentation on how to do this using Tython but not using

Re: [Tinyos-help] create two timer

2006-02-16 Thread shubham mankhand
In the BlimkM module [BlinkM.nc] replaceuses { interface StdControl; interface Timer; }withuses { interface StdControl; //nochange interface Timer as RedTimer; interface Timer as GreenTimer; } now in the command StdComtrol.start( )writecall

[Tinyos-help] Deluge 1.0 trouble

2006-02-16 Thread Dario Zaccardini
Hi to all! I'm setting up my tmote node for use with Delugebut I have some trouble! I'm trying to install the GoldenImage application and then running the Deluge java application to ping the node but it doesn't reply. I'm following the instruction in deluge-manual.pdf found under

[Tinyos-help] Dynamic memory

2006-02-16 Thread MANJUNATH
Hi All, I apologize for my folowing question, which is actually not concerned with TinyOS. Does anybody know whether MANTIS and Contiki suppports Dynamic Memory allocation ? If so what algorithm does it use to aviod external fragmentation. Thanking You,

Re: [Tinyos-help] doubt in clock module of msp430

2006-02-16 Thread Alessio Basso
I recall this topic, I've seen that recently in cvs MSP430DCOCalibc/M disappeared. does anyone knows why?A. These statements are used to calibrate the MSP430's DCO clock relativeto an external 32khz clock. I'm not sure what your question is, couldyou clarify?-JoeOn Thu, 24 Feb 2005 21:12:57 -0800

[Tinyos-help] direct connection via RS-232 from PC to Mica without any extra board

2006-02-16 Thread Alfredo Quesada
Hi I'm looking for information about Mica motes, because we are interested in connecting a Mica mote directly to a PC. Taking a look at its schematics we've seen the 51-pin connector, which has the USART pins. When going to receive TOS_Msg from the mote (send to TOS_UART_ADDR) is there enough

[Tinyos-help] ByteEEPROMC.nc with MICAz

2006-02-16 Thread Andres Aberasturi
Hi all, We want to use the external memory flash of our MICAz. We are trying with byteEEPROM module. We have done an application that compiles but doesn't work. The event AllocationReq.requestProcessed seems to happen, but the command write returns fail. What is the problem? Has anyone an

[Tinyos-help] Re: [Tinyos] TinyOS Technology Exchange III - Feb 10, 2006 @ Stanford

2006-02-16 Thread William J Maurer
ttx III'ers, I couldn't make the event. Will any minutes or such from the panels held be posted or is anyone willing to share their observations? Thanks in advance, Bill ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

R: [Tinyos-help] rssi

2006-02-16 Thread c.desantis
Hello, I think you can find some info in Crossbow's MPR-MIB guide (chapter 7): http://www.xbow.com/Support/Support_pdf_files/MPR-MIB_Series_Users_Manual.pd f Hope this helps, Costantino -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Graham

RE: [Tinyos-help] TinyOS Technology Exchange III - Feb 10, 2006 @ Stanford

2006-02-16 Thread Neil Hancock
Here are some observations, I didn't take any notes so all from memory. There were a number of detailed Power Point presentations - so hope they will be made available. As ever it was an excellent event - amazing for the breadth and depth of embedded software. The synergy of different groups

Re: [Tinyos-help] Re: [Tinyos] TinyOS Technology Exchange III - Feb 10, 2006 @ Stanford

2006-02-16 Thread Philip Levis
On Feb 16, 2006, at 8:25 AM, William J Maurer wrote: ttx III'ers, I couldn't make the event. Will any minutes or such from the panels held be posted or is anyone willing to share their observations? We'll be putting the slides up shortly. The delay was due to some of the presentations

[Tinyos-help] internal error: unsupported relocation error

2006-02-16 Thread Jacob Sorber
I just started getting this error when I am building an application for telosb. Does anyone know what it means? Should I be worried? I have never seen it before and so any help or advice would be greatly appreciated. app.c:(.text+0x2f8c): warning: internal error: unsupported relocation error

Re: [Tinyos-help] doubt in clock module of msp430

2006-02-16 Thread Cory Sharp
These files exist in their respective CVS HEAD's tinyos-1.x/tos/platform/msp430/MSP430DCOCalibM.nc tinyos-2.x/tos/chips/msp430/timer/Msp430DcoCalibP.nc In TinyOS 2.x, the final M has been changed to P. See the Languange Conventions section of TEP 3 Coding Standard in tinyos-2.x/doc/ if

Re: [Tinyos-help] ByteEEPROMC.nc with MICAz

2006-02-16 Thread Raghu Ganti
Andres, Try writing to the flash from 1024th byte. I encountered the same problem, but when I changed the place where I wrote to the flash, 1024 till 256K, it works well, I do not know the cause for such a weird behavior though. Raghu Hi all, We want to use the external memory flash of our

[Tinyos-help] Upgrade to tinyos-2.x

2006-02-16 Thread davisj2
Hey all, After much debate, I am going to upgrade from TinyOS 1.1.10 to 2.x. Using this page: http://www.tinyos.net/tinyos-2.x/doc/html/upgrade-tinyos.html I have upgraded all the ATmel tools, and nesc compiler. However, im trying to now upgrade or install a new source tree of the

Re: [Tinyos-help] communication between MICAz and non-Xbow sensors

2006-02-16 Thread Michael Schippling
excellent...I was just going to ask... thx MS Harri Siirtola wrote: Forgot the attachment, sorry. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Upgrade to tinyos-2.x

2006-02-16 Thread Sankar Gorthi
try rpm -Uvh --ignoreos --force tinyos . Sankar Gorthi. On Thu, 16 Feb 2006 13:57:41 -0600, [EMAIL PROTECTED] wrote: Hey all, After much debate, I am going to upgrade from TinyOS 1.1.10 to 2.x. Using this page: http://www.tinyos.net/tinyos-2.x/doc/html/upgrade-tinyos.html I

Re: [Tinyos-help] direct connection via RS-232 from PC to Mica without any extra board

2006-02-16 Thread Michael Schippling
wiring directly using a level converter should work fine, but where to put the converter? an extra board? (actually you might get away with some sleazy direct line power scheme, look online for power from rs232). Also look at the MIB510 schematic. MS Alfredo Quesada wrote: Hi I'm looking for

Re: [Tinyos-help] Upgrade to tinyos-2.x

2006-02-16 Thread davisj2
I tried both of those options, and still the same message, which was the case for my confusion. SO i instead went to upgrade from Tinyos-1.1.10 to TInyOS-1.1.15, and that then removed the 2.x directory. HOWEVER.. after some more hidding readings, I think I need to upgrade Cygwin, so this may be

Re: [Tinyos-help] Upgrade to tinyos-2.x

2006-02-16 Thread David Gay
On 2/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I tried both of those options, and still the same message, which was the case for my confusion. SO i instead went to upgrade from Tinyos-1.1.10 to TInyOS-1.1.15, and that then removed the 2.x directory. HOWEVER.. after some more hidding

Re: [Tinyos-help] internal error: unsupported relocation error

2006-02-16 Thread Joe Polastre
Unaligned memory access. All words must be accessed on word boundaries. Remove __attribute(__packed__) from your application. See the tinyos-help archives for more info. -Joe On 2/16/06, Jacob Sorber [EMAIL PROTECTED] wrote: I just started getting this error when I am building an application

[Tinyos-help] Fedora Core 4 TinyDB Java compile Error

2006-02-16 Thread Tom Kobialka
Hi, I've successfully installed TinyOS 1.1.0 by following the instructions listed on http://www.tinyos.net/tinyos-1.x/doc/install.html#linux. I've know come to the stage where I'd like to install TinyDB. I've downloaded the tinydb rpm from

Re: [Tinyos-help] TinyOS 2.0 and TOSSIM

2006-02-16 Thread Philip Levis
On Thu, 2006-02-16 at 18:09 -0700, Chad Metcalf wrote: I've started playing with TinyOS 2.0 and got everything up and running on Ubuntu (sort of). I did a manual of TinyOS 1.x install so keeping backwards compatibility on a Debian based system required some effort. Some things are broken

[Tinyos-help] MTS400 Data Acquisition Time

2006-02-16 Thread Gregory A. Moore
I have been working on acquiring data with a MTS400 sensor board. I have noticed that the event chain is a bit different than with the MTS300 sensor, and that it takes a bit longer for the mica2 to retreive the data from the sensor. I have observed that the mica2 takes about 200-500 ms to

[Tinyos-help] direct connection via RS-232 from PC to Mica without any extra board]

2006-02-16 Thread Michael Schippling
just forwarding a wayward answer to the subjected question... MS From: Andrew Redfern [EMAIL PROTECTED] Yes you can connect the mica class motes to a pc without using there programming board. You will need to build your own level converting board though. Here is a link to a few and there

Re: [Tinyos-help] TinyOS 2.0 and TOSSIM

2006-02-16 Thread Martin Gercke
Hi, any plans for TOSSIM supporting telosb yet? As I've been working with TinyOS 1.1.14 with TOSSIM-beta I am wondering if this will be up any time soon? Is there any page showing who is working on what? Because switching to TinyOS 2.0 beta and then having to wait 2 months for telosb support