Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-27 Thread Oldrine Lewis
] On Behalf Of Miklos Maroti Sent: Monday, March 26, 2012 12:47 AM To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, On Mon, Mar 26, 2012 at 5:42 AM, Oldrine Lewis ole...@sutron.com wrote: Hi Miklos, I

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-27 Thread Miklos Maroti
, Lewis -Original Message- From: mmar...@gmail.com [mailto:mmar...@gmail.com] On Behalf Of Miklos Maroti Sent: Monday, March 26, 2012 12:47 AM To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-26 Thread Oldrine Lewis
:47 AM To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, On Mon, Mar 26, 2012 at 5:42 AM, Oldrine Lewis ole...@sutron.com wrote: Hi Miklos, I have not tested with lower data rates. I will get rerun my

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-26 Thread Miklos Maroti
: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, On Mon, Mar 26, 2012 at 5:42 AM, Oldrine Lewis ole...@sutron.com wrote: Hi Miklos, I have not tested with lower data rates. I will get rerun my tests with a lower data rate and also get the status of the registers

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-26 Thread Christian Haas
On 03/26/2012 04:37 PM, Miklos Maroti wrote: Please do NOT do it. The hardware retransmission logic of the RF230 has many bugs. It is intentional, that we do not use either the hardware CSMA nor the hardware retransmissions, and do all of that in software. You should run all of your tests with

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-26 Thread Miklos Maroti
Hi Christian, On Mon, Mar 26, 2012 at 12:37 PM, Christian Haas h...@tm.uka.de wrote: On 03/26/2012 04:37 PM, Miklos Maroti wrote: Please do NOT do it. The hardware retransmission logic of the RF230 has many bugs. It is intentional, that we do not use either the hardware CSMA nor the hardware

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-26 Thread Martin Cerveny
Hello. On Mon, 26 Mar 2012, Oldrine Lewis wrote: First Packet ( corrupted data) 61 88 40 22 00 FF FF 02 00 3F 08 0B 12 10 01 04 00 9A 02 07 00 27 00 00 C2 00 00 67 03 05 00 Can you read the same packet from rf230 buffer twice and compare ? (eg. to check if there is not some SPI timing

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-26 Thread Oldrine Lewis
corrupted data received - CRC check Hello. On Mon, 26 Mar 2012, Oldrine Lewis wrote: First Packet ( corrupted data) 61 88 40 22 00 FF FF 02 00 3F 08 0B 12 10 01 04 00 9A 02 07 00 27 00 00 C2 00 00 67 03 05 00 Can you read the same packet from rf230 buffer twice and compare ? (eg. to check

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-25 Thread Oldrine Lewis
-Original Message- From: mmar...@gmail.com [mailto:mmar...@gmail.com] On Behalf Of Miklos Maroti Sent: Wednesday, March 21, 2012 2:01 AM To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, On Tue, Mar 20

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-25 Thread Miklos Maroti
-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, On Tue, Mar 20, 2012 at 6:26 AM, Oldrine Lewis ole...@sutron.com wrote: Hi Miklos, If multiple packets arrive in quick succession, and we reject the first packet because

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-25 Thread Oldrine Lewis
To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, Very interesting. The RF230 should not have done that: in section 8.2.4 it says: In RX_AACK states, if FCS of the received frame is not valid, the radio

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-25 Thread Miklos Maroti
Of Miklos Maroti Sent: Sunday, March 25, 2012 11:14 PM To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, Very interesting. The RF230 should not have done that: in section 8.2.4 it says: In RX_AACK states

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-21 Thread Miklos Maroti
@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, On Tue, Mar 20, 2012 at 2:42 AM, Oldrine Lewis ole...@sutron.com wrote: Hi, I am a little confused too cos the FCS check should be automatically done in the extended mode

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-19 Thread Oldrine Lewis
: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, In the extended mode (which the RF230DriverHwAckP uses) all packets with an invalid CRC are discarded. The software ack driver (RF230DriverLayerP) does not use the RX_CRC_VALID flag because it was not present

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-19 Thread Miklos Maroti
To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis, In the extended mode (which the RF230DriverHwAckP uses) all packets with an invalid CRC are discarded. The software ack driver (RF230DriverLayerP) does

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-19 Thread Oldrine Lewis
, Lewis -Original Message- From: mmar...@gmail.com [mailto:mmar...@gmail.com] On Behalf Of Miklos Maroti Sent: Tuesday, March 20, 2012 12:04 AM To: Oldrine Lewis Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] IRIS motes corrupted data received - CRC check Hi Lewis

[Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-18 Thread Oldrine Lewis
Hi, I have a simple test where one node broadcasts packets and it is received by multiple nodes. I noticed that I was occassionally receiving some corrupted packets. The packets were transmitted correctly because one of the other nodes received the packet correctly. On doing a little

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-18 Thread Eric Decker
I would aid in our ability to see when problems are occurring and where. Instrumentation. On Sun, Mar 18, 2012 at 12:28 PM, Oldrine Lewis ole...@sutron.com wrote: Hi, I have a simple test where one node broadcasts packets and it is received by multiple nodes. I noticed that I was

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-18 Thread Miklos Maroti
Hi Lewis, In the extended mode (which the RF230DriverHwAckP uses) all packets with an invalid CRC are discarded. The software ack driver (RF230DriverLayerP) does not use the RX_CRC_VALID flag because it was not present in the rev A of the chip. (Looking at the docs know I cannot find a record of