Re: [Tinyos-help] Telosb image processing

2011-09-11 Thread rupesh vishwakarma
Thanks for reply
the problem is that if I use Block Read interface I will not be able to  track 
the seek position in the image thats why I read 3 bytes at a time I use 

logread interface for the same.
rupesh





From: Michael Schippling 
To: rupesh vishwakarma ; Tinyos-Help 

Sent: Mon, 5 September, 2011 10:44:52 PM
Subject: Re: [Tinyos-help] Telosb image processing



rupesh vishwakarma wrote:
> 
> yes I am working in 16 MHZ what can i do to make it fast process
> 


Well...The MSP chip doesn't have a Multiply instruction (I'm a little
surprised because the ATMEGA does and I never bothered to look).
But it does do 16 bit integer Add and Sub so that's something...
Therefore you need to be very careful with your math, and possibly
hand-asm-code the inner loops.

Also access to the external EEPROM may be rather slow, you should
look into comparing the speed with the internal Flash memory for
your image storage. Probably transferring larger blocks of data
from ROM to RAM will help a bit too.

MS
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Sensing humans?

2011-09-11 Thread Geo Gkolfin
Thank you very much!

On Sun, Sep 11, 2011 at 8:22 PM, Michael Schippling wrote:

> What you probably want is a PIR sensor (Passive InfraRed) like those
> used in motion sensitive porch light fixtures. Here's one example:
> http://www.sparkfun.com/**products/8630
>
> Note that they detect low-freq IR (around 10nm) which is what mammal
> bodies radiate, and they need a differential signal from motion so
> if you stand still (or wear a heavy parka) they may not fire.
>
> MS
>
> Geo Gkolfin wrote:
>
>> Hello everybody!
>> I am using tinyOS -2.1.0 and telosb motes. I need to detect human
>> presence, so I wonder if there is something like an occupancy sensor.
>> Thanks in advance!
>> Best regards, Georgia
>>
>>
>> --**--**
>> 
>>
>>
>> __**_
>> Tinyos-help mailing list
>> Tinyos-help@millennium.**berkeley.edu
>> https://www.millennium.**berkeley.edu/cgi-bin/mailman/**
>> listinfo/tinyos-help
>>
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] [Researchers] ICC'2012 - Call for Tutorials

2011-09-11 Thread Profa Dra Mirela Sechi Moretti Annoni Notare
NOTE that the Deadline has been extended to Sept 19th. Check ICC 2011 Web-site.

 
ICC 2012
June 10-15, 2012

Call For Tutorials


Organizing committee of the 2012 IEEE International Conference on
Communications (ICC 2012) invites submission of tutorial proposals for
half-day or full-day presentations on topics of interest of the conference
in the area of communications and networking.

The following information must be included in the tutorial proposals.
Please limit the length of your proposal to no more than 4 pages:

* Title of the tutorial proposal
* Full name, title, and affiliation of the instructor(s)
* A short summary of the tutorial proposal
* A short biography of the instructor(s)
* Intended length of the tutorial (half-day or full-day)
* Detailed outline of the tutorial
* Intended audience and importance of the topic
* Objective and motivation, prior history of the tutorial presentation
* Your preferred day of the tutorial if it is accepted (Monday or Friday)



Tutorial proroposals should be submitted in a PDF file for review via
EDAS. To submit your proposal, please click on "Tutorial Proposal
Submission".

Deadline for submission of tutorial proposals: 6 September, 2011.

All complete proposals will be judged and ranked using the following
criteria and authors of selected proposals will be contacted at a later
date.

a. Importance of the topic
b. Timeliness of the topic
c. Track record of the instructor
d. Previous history for instructing tutorials

Tutorials will be held on Monday June 11 and Friday June 15, 2012. Any
questions should be sent to the IEEE ICC 2012 Tutorials Chairs. Please
note that final decisions on accepting tutorial proposals as well as the
length and day of presentation will also reflect space limitations at the
conference venue and the conference program requirements. Tutorial
speakers will be compensated in accordance to the IEEE Communications
Society policies.

If you have any questions about submitting your proposal, please contact
the Tutorials Chair, Azzedine Boukerche or Tutorials Co-Chair Abbas
Jamalipour.

  
-
  Profa Dra Mirela Sechi Moretti Annoni Notare mir...@ieee.org 
  Papyrus – Revisão de Textos www.papyrustextos.com.br  

  USJ – Sao Jose Municipal University www.usj.edu.br  
  UFSC – Distributed Mobile Computing & Network Security CNPq Research Group 
(co-leader) 
  http://dgp.cnpq.br/buscaoperacional/detalhegrupo.jsp?grupo=00431033AKW5DM  
  IEEE Latin America Transactions, Editor-in-chief 
http://www.ewh.ieee.org/reg/9/etrans 

___
Researchers mailing list
research...@mailman.ufsc.br
http://mailman.ufsc.br/mailman/listinfo/researchers
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Sensing humans?

2011-09-11 Thread Michael Schippling
What you probably want is a PIR sensor (Passive InfraRed) like those
used in motion sensitive porch light fixtures. Here's one example:
http://www.sparkfun.com/products/8630

Note that they detect low-freq IR (around 10nm) which is what mammal
bodies radiate, and they need a differential signal from motion so
if you stand still (or wear a heavy parka) they may not fire.

MS

Geo Gkolfin wrote:
> Hello everybody!
> I am using tinyOS -2.1.0 and telosb motes. I need to detect human 
> presence, so I wonder if there is something like an occupancy sensor.
> Thanks in advance!
> Best regards, 
> Georgia
> 
> 
> 
> 
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Sensing humans?

2011-09-11 Thread Geo Gkolfin
Hello everybody!
I am using tinyOS -2.1.0 and telosb motes. I need to detect human presence,
so I wonder if there is something like an occupancy sensor.
Thanks in advance!
Best regards,
Georgia
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] problem regarding implementing blink application in xubuntos2.1 vm in IRIS mote

2011-09-11 Thread purv

i compiled the code and did its simulation.
but when i try to implement the code on iris mote i get an error saying that
device is not responding.
-- 
View this message in context: 
http://old.nabble.com/problem-regarding-implementing-blink-application-in-xubuntos2.1-vm-in-IRIS-mote-tp32440868p32440868.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] TestAck on Iris motes

2011-09-11 Thread Sébastien DERONNE [530812]
Dear Sir or Madam,

I want to test the acknowledgement process on my Iris motes.
I then programmed on two Iris motes the TestAck application available in 
tinyos-2.x/apps/tests/cc2420.

However, only the red light toggles, meaning that no frames are acknowledged.
Can you please help with this point?

Best regards,
Sébastien Deronne

UMONS

Ir Sébastien Deronne
Assistant de recherches
Université de Mons (www.umons.ac.be)
Service d'Electromagnétisme et de Télécommunications (Faculté Polytechnique)
Boulevard Dolez, 31 - B-7000 Mons (Belgium)
Email : sebastien.dero...@umons.ac.be
Web site : http://www.telecom.fpms.ac.be



___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] CTP updateRouteTask() behaivior if parent gets

2011-09-11 Thread Christian
Dear TinyOS community,

I have a problem understanding, how CTP's updateRouteTask() works, if
the 4-Bit Link Estimator is used.

Consider the following example:
Node 2 with costs 70 is currently using node 1 (costs 20) as parent.
He could also choose node 3, that has costs 60 over a link of costs 10.

(1:20)
  ^
  |
  |50
  |
(2:70) ---> (3:60)
  10

If I understand it correctly, when node 1 gets down, the costs of the
link to node 1 will reach the maximum value of DLQ_PKT_WINDOW * 10
= 50 (LinkEstimatorP.nc l. 296 in updateDETX()), because no acks can be
received from node 1 as well as no beacons, that could update beacon
based link etx.
The problem, that I see here, is, that the link's costs cannot get
worse than 50 (limited by DLQ_PKT_WINDOW) and that updateRouteTask()
would not change to node 3, because the path over node 3 is not
"significantly" (PARENT_SWITCH_THRESHOLD) better than the path over
node 1.
So it will stay with node 1 as parent even if node 1 isn't available
anymore.

Please explain: is this really the case or what do I miss out?

Just in case I'm right, one could solve this problem by requiring every
parent's link costs to be below DLQ_PKT_WINDOW*10 and changing to
another node in updateRouteTask(), if this is not the case.


Thanks,
Christian
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Deluge T2 on ubuntu Lucid Lynx

2011-09-11 Thread Razvan Musaloiu-E.
Hi!

What errors do you get? Can you try the latest SVN version (that's the 
one that the wiki is usually suppose to document)?

-- Razvan ME

On Sat, 10 Sep 2011, Rafael de Oliveira Costa wrote:

> Hi,
>
> I've installed the tinyos-2.1.1 from http://tinyos.stanford.edu/ to ubuntu
> Lucid Lynx and i want to use Deluge for reprogramming micaz motes. I'm
> following Deluge T2 Tutorial (
> http://docs.tinyos.net/tinywiki/index.php/Deluge_T2) but occurs errors when
> i execute some scripts. Someone has successfully follow this tutorial ?
>
> Rafael de Oliveira Costa
> M.Sc. Student
> PPGI / DCC - iNCE/ UFRJ
> Rio de Janeiro, RJ, Brazil
>
> "The first step to getting the things you want out of life is this : decide
> what you want"
> Ben Stein
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help