[Tinyos-help] Message send not equal to message received in TOSSIM ?

2010-07-14 Thread Hassan Abid
Dear All, While simulating the RadioCount2Leds App on TOSSIM, we are sending a certain number of packets from Node 1 to Node 2 (say 100 packets) But we are facing problem. The No of packets received is always lower than number of packet send. This does not imply that packets are lost on the

Re: [Tinyos-help] Increasing Accelerometer Sampling Rate or IRIS mote

2010-07-14 Thread 徐经纬
Actually,i am not for sure he said that 3samples/sec means 3HZ sampling rate for accelerometer? If it is that, It is far away from the upper bound of accelerometer sampling rate... 2010/7/13 Michael Schippling sc...@santafe.edu Please send messages to thehelp list. In this case I've never

[Tinyos-help] mig cannot determine AM type

2010-07-14 Thread CHEN WEIMING
Hi, all just get a problem with tinyOS 2.0: in module I use interface Receive, and then wired it to new AMReceiverC(AM_RADIO) in configure, AM_RADIO is a constant I set, but when I use mig to generate the java class, I get an error cannot determine AM type, can someone help me to solve this

Re: [Tinyos-help] GeneralIO Interface

2010-07-14 Thread Michiel Konstapel
So I have a question about the GeneralIO interface. I am right now trying to write a tinyOS program where I plug in a function generator into a mica2 mote, and my program can read out the bit pattern it is generating. I am using the GeneralIO interface to do this by controlling a specific pin

[Tinyos-help] Difference between ActiveMessageC and Ieee154MessageC

2010-07-14 Thread Hari Hara Sudhan R
Hi All, I'm trying to use IPBaseStation code available in apps/IPBaseStation I find that RadioSend of IPBaseStation is wired to Ieee154MessageC. Why ActiveMessageC is not used here? What is the difference between ActiveMessageC and Ieee154MessageC. Thanks and Regards, Hari Hara Sudhan R

[Tinyos-help] java code

2010-07-14 Thread CHEN WEIMING
Hello, all I am reading the source code of MultihopOscilloscope in the TinyOS 2.0 library, I do not know how they made a JAR file from the java code and run it in cygwin, do someone know how to do this? Best Regards ___ Tinyos-help mailing list

[Tinyos-help] Timer startOneShot startPeriodic

2010-07-14 Thread Salvatore Signorello
Hi, Does calling StartOneShot command on a timer stop any other timer stop from working? ex. I have three timer that are working call Timer1.startPeriodic(1000); call Timer2.startPeriodic(2000); call Timer3.startPeriodic(5000); if I launch a fourth timer, Timer4,in one shot mode , what

[Tinyos-help] Need help with RFM.nc tinyos

2010-07-14 Thread Kartik Siddhabathula
Hi all, I want to use the byte interface RFM.nc in tinyos-1.x with micaz motes. Has anyone ever used it? I don't know how to use. It will be great if some tells me on how to use that component! Thanks in advance, Kartik ___ Tinyos-help mailing

[Tinyos-help] Unable to program micaz motes

2010-07-14 Thread Kartik Siddhabathula
Hi All,  I am unable to install code on micaz motes. After typing the command make micaz install mib510,com1my installation stops at the following point:    writing TOS imagecp build/micaz/main.srec build/micaz/main.srec.out    installing micaz binary using mib510uisp -dprog=mib510

[Tinyos-help] Bug in tos-ramsize

2010-07-14 Thread Konrad Windszus
If i call tos-ramsize with my executable (built for IRIS) or just make iris stack-check I get the following error: tos-ramsize FAIL: cannot process raw store to SP at 66b8 at /usr/bin/tos-ramsize line 1347. What code can cause this error? Maybe it is related to some blip code, which I use

Re: [Tinyos-help] Unable to program micaz motes

2010-07-14 Thread TheMrOrange
I use mib520 (usb programming board) for micaz and iris on tinyos-2.1.1 motelist doesn't work for those motes so I usually check their device id with dmesg: connect micaz to mib510 and plug mib510 to usb so type dmesg and you should be able to see two usb devices used. Let say that your

[Tinyos-help] error in UDP checksum while forwarding

2010-07-14 Thread TheMrOrange
Hi, I'm experiencing udp checksum error while forwarding packets in multihop network. I've modified UDPEcho to get RSSI and LQI in a multihop network using getRssi() and getLqi() provide by CC2420Packet interface. I'm testing the application in a basic network: telosb.0 is acting as

Re: [Tinyos-help] [blip-users] error in UDP checksum while forwarding

2010-07-14 Thread Stephen Dawson-Haggerty
You can't really mix L2 frames (Receive interface, Ieee154Message) and UDP packets like that. You don't even know where the payload is in the received frame, and so you're really just overwriting the frame randomly -- it's no surprise that the checksum is invalid and the network stops working.

Re: [Tinyos-help] [blip-users] error in UDP checksum while forwarding

2010-07-14 Thread TheMrOrange
You are right. I would like to call an IP receiver from the 15.4-receiver and the UDP receiver from the IP receiver but I don't know which components should I use for the IP receiver. I think is the only way that I have. I'm looking at IPDispatch in order to understand how protocol-stack

[Tinyos-help] Does tinyos 2.1.0 have some CSMA mechanism?

2010-07-14 Thread 徐经纬
Hi all,I know in tos/cc2420...file ,there is sometihing about CSMA file.. and in tinyos wiki,i found a sentence in TEP126,By default, the CC2420 radio stack performs a clear channel assessment (CCA) before transmitting. .So I want to check that, is CSMA auto-running in tinyos? Or when must open

[Tinyos-help] problem viewing sensor data

2010-07-14 Thread angela
Hi! I have some problems concerning my motes! I'm handling a Crossbow Starter Kit which includes 2 sensor nodes and 1 base station! The interface board is mib520, and sensor board MTS400 and the corresponding platform IRIS! Now, running through the tutorials that came with the software package

[Tinyos-help] TelosB USB identification EEPROM initialization?

2010-07-14 Thread Michael Ireland
Hello all - I have manufactured some TelosB motes and run into a problem: They do not identify correctly. They will program and operate correctly, but they identify as (none) /dev/ttyUSB0 FTDI USB - SERIAL My impression is that the 93c46 EEPROM needs to be written with the serial number and

[Tinyos-help] TinyOS Association packets are missing

2010-07-14 Thread Kenny Tan
Hi guys, currently im using tunnel device in support/sdk/c/6lowpan to sniff packet, but then i found out that i only can sniff data packets, Association packets like Beacon request and beacon acknowledge are missing... i suspect that this is due to length problem, but not sure whether im correct

[Tinyos-help] We would like to express our warm, sincere and deep condolences to the family and the collaborators of Prof. Caro Lucas (5 September 1951 - 8 July 2010).

2010-07-14 Thread Prof. Nikos E. Mastorakis
Dear Friends, We would like to express our warm, sincere and deep condolences to the family and the collaborators of Prof. Caro Lucas (5 September 1951 - 8 July 2010). His death was really a great loss to our computational intelligence and computational science community. We have known Caro as

Re: [Tinyos-help] mig cannot determine AM type

2010-07-14 Thread Eric Decker
There isn't enough information from what you have said below to determine what is going on. On Wed, Jul 14, 2010 at 2:51 AM, CHEN WEIMING cming@gmail.com wrote: Hi, all just get a problem with tinyOS 2.0: in module I use interface Receive, and then wired it to new AMReceiverC(AM_RADIO)

Re: [Tinyos-help] Timer startOneShot startPeriodic

2010-07-14 Thread Eric Decker
On Wed, Jul 14, 2010 at 8:54 AM, Salvatore Signorello todo_dur...@hotmail.com wrote: Hi, Does calling StartOneShot command on a timer stop any other timer stop from working? no why would you think that it would? ex. I have three timer that are working call

Re: [Tinyos-help] mig cannot determine AM type

2010-07-14 Thread Art King
Hi, http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder#MIG:_generating_packet_objects AM_RADIO is defined as an enumeration in header file for the app. To prevent this error in mig, the payload structure should also be defined in the same header file as something