Re: [Tinyos-help] (no subject)

2012-03-23 Thread Ali Shareef
Hello Juan, Apparently the tos-check-env script is not up to date. If you can compile RadioCountToLeds for both make micaz and make micaz sim you are in good shape. Ali ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Turn off AVcc pin on Telosb

2012-03-23 Thread Imene Boudellioua
Hi, Is there a ways to set the AVcc pin in Telosb (Pin 1 in the 10-[in expansion connector U2) to low, or clear it? I want to be able to turn it on and off to control a DC motor. I need this for my project to control a small DC motor. I tried connecting the DC motor to pin 9 (Gnd) and any pin set

Re: [Tinyos-help] some help please

2012-03-23 Thread Ali Shareef
Try this: #! /usr/bin/python # This file is an example Python script from the TOSSIM tutorial. # It is intended to be used with the RadioCountToLeds application. import sys from TOSSIM import * from RadioCountMsg import * t = Tossim([]) m = t.mac(); r = t.radio();

[Tinyos-help] TinyOS Get stuck in 'Device Detected'

2012-03-23 Thread David Zhao
Hello. I'm new to tinyos and I just finished the installation. I'm using TinyOS-2.x in cygwin on windows 7. I got two problems: 1.When I tried this to download Blink program into imote2, with USBLoaderHost -p build/intelmote2/main.bin.out, win7 can't find the USB driver,it got stuck and kept

[Tinyos-help] [CFP] SenSys 2012: The ACM Conference on Embedded Networked Sensor Systems

2012-03-23 Thread SenSys'12 Publicity
*Paper Registration and Abstract: April 1, 2012, 11:59 pm PDT* C A L L F O R P A P E R S ACM SenSys 2012 Toronto, Canada November 6-9, 2012 http://sensys.acm.org/2012/ The ACM Conference on Embedded Networked Sensor Systems (SenSys 2012) solicits innovative research papers on

Re: [Tinyos-help] imote2, camera, photos format

2012-03-23 Thread Sethu
Asma Alfar alfarasma at gmail.com writes: Hello:I am working on imote2 node, I tried to capture aphotos using IMB2400  camera which is connected to it. I used the C:\cygwin\opt\tinyos-2.x-contrib\intelmote2\apps\cameraTestJpegSerial\java directory to make compilation , and use it to capture

[Tinyos-help] ACM SenSys 2012: Call for Workshop Proposals

2012-03-23 Thread SenSys'12 Publicity
[Apologies if you got multiple copies of this email.] == Call for Workshop Proposals ACM SenSys 2012 Toronto, Canada November 6-9, 2012 http://sensys.acm.org/2012/ The 10th ACM Conference on Embedded Networked Sensor Systems

Re: [Tinyos-help] Turn off AVcc pin on Telosb

2012-03-23 Thread Mubashir Rehmani
Hi, Please look at the following link, it may help you: http://anwarmamat.blogspot.fr/2009_04_01_archive.html Kind Regards On 18 March 2012 12:18, Imene Boudellioua imene.boudelli...@kaust.edu.sawrote: Hi, Is there a ways to set the AVcc pin in Telosb (Pin 1 in the 10-[in expansion

Re: [Tinyos-help] Coap Resources for controlling TelosB GIOs

2012-03-23 Thread aggeloko
Hello everyone, after running for few days CoAP in our testbed at U.of Patras, I fixed some bugs. The main change is that instead of using .Port20 for GIO0 and .Port21 for GIO1, now .Port63 and .Port62 are used correspondingly. Attached you can find all relevant source files. PS: I tried using

[Tinyos-help] to David (device detected 's problem)

2012-03-23 Thread yamasu Tomohisa
Hi David I had your problem, I think it's because of the core i3 or up processors. I tried to use cygwin on some computers that are core i3, core i5 and core i7 and I had the same problem, but when I used the dual core computer it hadn't this problem. I'm working now with my dual core

[Tinyos-help] How can I disable the hardware ACK

2012-03-23 Thread yamasu Tomohisa
Hi I work with tinyos-2.x i want to use ACK pakets to transfer some information needed in the higher layers, but the ACK packet's lenght is only 7 bytes. So I need to disable the autoack and send back the ack packet that I implement.Can anyone pleese help me to know How to disable the

Re: [Tinyos-help] Turn off AVcc pin on Telosb

2012-03-23 Thread Michael Schippling
AVcc is, unfortunately, exactly what it says: the Vcc power supply pin. So, nope. Can't shut it off without shutting off the whole telos board. You will need to use one of the other digital I/O pins. Your problem is that a motor draws more current than can be supplied by a regular output pin. If

[Tinyos-help] TinyOs Library

2012-03-23 Thread Matteo Lucia
Hi all, I have checked your website about TinyOs and I have seen that there are only some libraries for Windows and Linux. We are trying to develop an application for Android and we would need a TinyOs library for Android. How can we use TinyOs on Android or do you have any library for Android