Re: [Tinyos-help] localisation of wireless sensor network using RSSI

2012-02-06 Thread Alfonso Facebrick
Hi, I recommend you to check out the RssiToSerial test (in my case located in tinyos-2.1.1/apps/tests/cc2420), where you can see an easy way to get the RSSI value read. Kind regards, Al. On Sun, Feb 5, 2012 at 9:05 PM, Sergio Valcarcel serteck...@gmail.comwrote: Hi, mmm I think we are not

[Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Mashal al-shboul
Hi All, I need help about checking Java installation in UBUTNU for communication between the PC and iMote2 sensor mote. i have the directory tinyos-2.1.1/support/sdk/java correctly,should i compile it?. However when i compile it (by make intelmote2), i get make: *** No rule to make target

Re: [Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Michael Schippling
Just try make without the intelmote2 part. I don't think there is any platform specific code in the Java tools. MS Mashal al-shboul wrote: Hi All, I need help about checking Java installation in UBUTNU for communication between the PC and iMote2 sensor mote. i have the directory

[Tinyos-help] Accsessing PC clock time in a mote for roundtrip time calculation

2012-02-06 Thread Muhammad Altamash Khan
Hi, I am new to TinyOS and i intend to work with the routing protocol. Right now, i want to calculate the link and end to end delay in a multihop net. I am assuming that all the node are connected (via long USB cables) to PC. One idea i was contemplating was that, the message from a originator

[Tinyos-help] Fw: need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Mashal al-shboul
Thanks for reply, tos-check-env command gives :   java:                               /usr/bin/java and tells that the installed version is not 1.4 or 1.5, actually i have installed jdk 1.6 since 1.4 and 1.5 are said to be out-of-date and that 1.6 should work properly.

[Tinyos-help] Attaching external LED to MicaZ mote

2012-02-06 Thread Subramanian, Venkatachalam
Hello, I need to attach an external LED (white LED) to the MicaZ mote and make the white LED blink through the TinyOS platform (just like how we access the default LEDs in the MicaZ mote). Does anyone have prior experience in this? Or can some one please provide some insight on how to achieve

Re: [Tinyos-help] Attaching external LED to MicaZ mote

2012-02-06 Thread Antonio Linan
See how the leds are implemented in the tos/platform/mica/micaz (micaz uses many resources of mica, see .platform file to see what pulls in). PlatformLedsC is the file you should begin looking. It should be pretty straightforward, just try it first. --Antonio. On Mon, Feb 6, 2012 at 8:39 PM,

Re: [Tinyos-help] Accsessing PC clock time in a mote for roundtrip time calculation

2012-02-06 Thread Johny Mattsson
Hi there, You don't mention which routing protocol, but if you're using the BLIP stack, one way to achieve time synchronization would be to use regular (S)NTP. Assuming you can route from the motes to the PC (e.g. via mote running PppRouter app), you can then run a standard NTP server on the PC

Re: [Tinyos-help] Attaching external LED to MicaZ mote

2012-02-06 Thread Eric Decker
do you have any h/w experience? designing, constructing, or modifying? Do you have surface mount experience? (you may or may not need smd (surface mount device) experience depending on what signals have been brought out to a header) Basically you get the schematic for the micaz, look at how

[Tinyos-help] Error programming telosb

2012-02-06 Thread Ankur Kamthe
Hi all, I am getting the following Bootstrap loader synchronization error while installing any prog. on the telosb. I have rev. 5886 of tinyos from svn and I installed the toolchain from deb http://tinyprod.net/razvanm/debian squeeze main. I even tried installing tinyos using the instructions

[Tinyos-help] Fwd: no more strict deadlines...

2012-02-06 Thread Asier Arruti
pive been frustrated with myself lately this couldnt have come at a better time I was in desperate need of an alternativebra href=http://www.kbsdenoorderborch.nl/currentevents/13JamesTaylor/;http://www.kbsdenoorderborch.nl/currentevents/13JamesTaylor//a im finally back in the swing of

[Tinyos-help] Problem with the flash chip on the Micaz

2012-02-06 Thread Kushal Sarkara
Hello, I am working on Micaz motes, using Ubuntu 9.10 and TinyOS 2.1.1. I am encountering an error while using the flash memory chip to store the samples on the mote. I get the same pair of constant values every 'x' samples where x = the size of the buffer that is used to append the samples to

Re: [Tinyos-help] Help for Tinyos

2012-02-06 Thread Miklos Maroti
Hi Selahattin, On Mon, Feb 6, 2012 at 12:36 PM, Selahattin Kosunalp sk...@ohm.york.ac.uk wrote: Hi Miklos, Sorry again about bothering you, I found all fields below in Ieee154PacketLayer interface that makes sense, but except preamble and sync. How can I get more info for preamble and sync

[Tinyos-help] IRIS mote sending UART data to PC hyperterminal

2012-02-06 Thread #BHARTI GOEL#
Hi, I am using an IRIS mote to send data to UART every time the timer fires. I am using UartStream interface to send the data. I have connected the UART to my PC hyperterminal to display the data sent. But is not getting displayed on the hyperterminal. The LED in the Uart.sendDone() is