[Tinyos-help] low power listening interface lacks commands like setLocalSleepInterval?

2014-06-20 Thread Antonis Tzounis
Hello all, I am trying to experiment a little bit with low power communications. My plan is to start a timer that puts radio to sleep mode for most of its duration. I have impelented a counter and I collect temperature and humidity readings. When I gather 5 measurements I fire the message and send

[Tinyos-help] new avr toolchain

2014-06-20 Thread András Bíró
Hi Everyone, I'm finally done with updating the avr toolchain, and I'm happy to announce a beta release. Installation on debian/ubuntu/any dpkg based distro: #apt-get remove avr-tinyos-base #apt-get install avr-libc-tinyos-beta Revert to the old toolchain: #apt-get remove avr-tinyos-base

[Tinyos-help] It's possible to test Deluge T2 Whith TOSSIM?

2014-06-20 Thread Emanuel Lima Lima
Hi all, I'm working with Deluge and i want to know if it's possible to test Deluge with TOSSIM. I tried make micaz sim for GondenImage, and it gave a bunch of errors that feels like TOSSIM does not support Deluge. Could anyone give me some advices? Best regards, Emanuel Lima

Re: [Tinyos-help] new avr toolchain

2014-06-20 Thread Roadstar Runner
The Atmel binaries do not work on Cygwin because of cygwin/linux path syntax problems. I get an error avr-gcc.exe: error: /usr/lib/ncc/tdspecs: No such file or directory even though the file is present. On Fri, Jun 20, 2014 at 7:37 AM, András Bíró andras.b...@ucmote.com wrote: Hi Everyone,

Re: [Tinyos-help] Bug in ArbiterP.nc ?

2014-06-20 Thread Roadstar Runner
Do u have the fix to ArbiterP.nc tested/ready ? On Sun, Jun 8, 2014 at 1:07 PM, Eric Decker cire...@gmail.com wrote: the arbiter protects some resource. it should have been done bye SoftwareInit. the best way is to make it so the default owner is denoted by 0 so that it gets initialized

Re: [Tinyos-help] new avr toolchain

2014-06-20 Thread András Bíró
Sorry, you are right, and I didn't realize you were talking about the binary toolchain when you first mentioned this error message. Apparently, nesc gives linux style paths to gcc, and the avr-gcc by atmel only accepts windows style paths. I will try to compile the toolchain on windows, in the

Re: [Tinyos-help] Synchronization Precision with Ftsp using 32Khz timer

2014-06-20 Thread fabianopereira
Hi wasif masood... i dont have your answer but you might help me. I am trying to do the rewiring process to the TimeSync32kC as you successfully did but i am having a compilation error: /TestFtspAppC.nc:60: no match/ Do i have to do something else than just rewrite /TimeSyncC/ by /TimeSync32kC/