[Tinyos-help] Atmel RF230

2008-06-03 Thread Frederic Beaulieu
Hi all, I currently looking to integrate the RF230 transceiver from Atmel in one of my design and I just wonder if someone have something to tell about it. Is the chip follow the spec given by Atmel (sensitivity, timing, etc)? Is there a lot of bugs with the chips? How can it be compare to TI

Re: [Tinyos-help] Atmel RF230

2008-06-03 Thread Frederic Beaulieu
:[EMAIL PROTECTED] On Behalf Of Miklos Maroti Sent: Tuesday, June 03, 2008 3:44 PM To: Frederic Beaulieu Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Atmel RF230 Hi Fred, I currently looking to integrate the RF230 transceiver from Atmel in one of my design and I just wonder

Re: [Tinyos-help] TOS 2.x simulator

2008-05-16 Thread Frederic Beaulieu
Thanks Paul, Do you know if it is possible to simulate network formation with tossim i.e. association to best neighbor, etc??? Tossim does not seems to simulate slow fading, is there any fundamental reason that can prevent its implementation within the simulator??? .:Fred -Original

Re: [Tinyos-help] TOS 2.x simulator

2008-05-16 Thread Frederic Beaulieu
Phil is right, I mean slow variation in time (ten of millisecond) of the RSS between two nodes. Is it feasible to implement something like this? What about simulate network formation? Is it also something feasible? Thanks a lot guys, .:Fred -Original Message- From: [EMAIL PROTECTED]

[Tinyos-help] TOS 2.x simulator

2008-05-15 Thread Frederic Beaulieu
Hi all, I just wonder where I can find docs for the Tinyos 2.x simulator (how to use it, tools, etc). Thanks, Fred ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] TOS 2.x simulator

2008-05-15 Thread Frederic Beaulieu
It seems that many version exist (tossim+tinyviz, tossim live). Which one is the best for tos 2.x? Is tinyviz application working for tos 2.x? From: Ittipong Khemapech [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 11:12 AM To: Frederic Beaulieu Cc: (tinyos-help@millennium.berkeley.edu

[Tinyos-help] Nesdoc

2008-05-15 Thread Frederic Beaulieu
Is there any other documentations than these two quick overview: http://docs.tinyos.net/index.php/Getting_Started_with_TinyOS http://www.tinyos.net/tinyos-1.x/doc/nesdoc Thanks, .:Fred ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] 802.15.4 stack feedback

2008-05-15 Thread Frederic Beaulieu
Hi all, Is there anyone that have work with a 802.15.4 stack over tinyos 1.x or 2.x like Meshnetics OpenMAC or Tiny15Four? I'm just curious to hear from your experience good or bad. Do you know other project that I should check also? Thanks in advance, .:Fred

[Tinyos-help] Nesc option

2008-05-12 Thread Frederic Beaulieu
What is the function of -fnesc-no-debug in .platform file? It is not describe in the nesc man page. Thanks, Fred ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOS + watchdog

2008-05-09 Thread Frederic Beaulieu
Is there any support for watchdog (standard usage) or it is application specific (i.e. developer have to handle it)? Thanks, .:Fred ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] TOS_post vs postTask

2008-05-07 Thread Frederic Beaulieu
Hi all, I'm having problem compiling an TOS v2.x application for a HCS08 mcu. In the app.c file, there is a call to TOS_post which is not defined anywhere. When I compile for a different platform the same code use postTask which seems define later. Is there someone who can explain me this

[Tinyos-help] Arrays of Length Zero

2008-05-07 Thread Frederic Beaulieu
Hi all, Is there a way to tell to NCC to avoid using zero-length array. My HCS08 compiler does not support it and it is very tricky to patch using sript? Any help will be appreciated, .:Fred ___ Tinyos-help mailing list

[Tinyos-help] Nesdoc and #include

2008-05-02 Thread Frederic Beaulieu
Nesdoc seems having problem when including a .h (ex. #include hardware.h) file in a .nc file. The file header don't appear in docs. Is there a way to include a .h file without loosing the .nc file header? Thanks, .:Fred ___ Tinyos-help mailing list

[Tinyos-help] Nomenclature question

2008-04-17 Thread Frederic Beaulieu
Hi, I currently testing the Blink apps for TOS 2.x and I have two questions about file name: 1- Why the file BlinkC.nc describe a module? Why the name is not BlinkM.nc? 2- If *.nc, *M.nc and *C.nc describe respectively interface, module and configuration, what *P.nc described?

[Tinyos-help] Package for Freescale HCS08 and MC1319x

2008-04-08 Thread Frederic Beaulieu
Hi all, Anybody know if there is somewhere a package for interfacing Freescale HCS08 MCU and MC1319x transceiver? If not, I will probably create it. Let me know if someone interested! .:Fred ___ Tinyos-help mailing list

Re: [Tinyos-help] Package for Freescale HCS08 and MC1319x

2008-04-08 Thread Frederic Beaulieu
The HCS08 seems to be used with the Telos platform a few years ago. Anybody having the conversion script for CodeWarrior and/or chip package? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederic Beaulieu Sent: Tuesday, April 08, 2008 1:53 PM To: (tinyos-help

RE: [Tinyos-help] how to reinstall the source tree in cygwin

2008-04-01 Thread Frederic Beaulieu
Try remove package before deleting tree (rpm -e package_name). .:Fred From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Buist Sent: Tuesday, April 01, 2008 10:14 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] how to reinstall the source tree in cygwin

[Tinyos-help] Fresh AVR-GCC package for cygwin

2008-04-01 Thread Frederic Beaulieu
The TinyOS installation note (http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html) suggest package for avr-gcc but my new mcu isn't support. Is there someone who know if fresh avr-gcc, avr-libc, etc package (rpm) for cygwin are available somewhere? .:Fred From: [EMAIL PROTECTED]

Re: [Tinyos-help] Fresh AVR-GCC package for cygwin

2008-04-01 Thread Frederic Beaulieu
I use the atmega1281 and yes I plan to port it. Do you think it's a large task? .:Fred From: Janos Sallai [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 11:43 AM To: Frederic Beaulieu Subject: RE: [Tinyos-help] Fresh AVR-GCC package for cygwin Frederic, I have a more fresh set