tos/types/AM.h

The basic nesc type definitions are in /usr/lib/nesc_nx.h


On Fri, Oct 5, 2012 at 7:44 PM, Peng <[email protected]> wrote:

> anyone know where am_id_t  is defined or it is a built-in type in nesC?
>
> On Fri, Oct 5, 2012 at 3:00 PM, <
> [email protected]> wrote:
>
>> Send Tinyos-help mailing list submissions to
>>         [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>> or, via email, send a message with subject or body 'help' to
>>         [email protected]
>>
>> You can reach the person managing the list at
>>         [email protected]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Tinyos-help digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Possible Bug found in TYMO protocol associated to ACK
>>       messages (antonio rosa)
>>    2. Propagation of 2.4 GHz under the soil ([email protected])
>>    3. Re: Propagation of 2.4 GHz under the soil ([email protected])
>>    4. Broken msp430f1611 i2c driver, mspgcc 4.5.3/4.6.3 (Jonas Meyer)
>>    5. Re: Propagation of 2.4 GHz under the soil (Andr?s B?r?)
>>    6. Re: Propagation of 2.4 GHz under the soil ([email protected])
>>    7. How many ADC ports in TelosB at the same time? (Almer Benito)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Fri, 5 Oct 2012 15:45:52 +0200
>> From: antonio rosa <[email protected]>
>> Subject: [Tinyos-help] Possible Bug found in TYMO protocol associated
>>         to ACK  messages
>> To: [email protected]
>> Message-ID:
>>         <
>> cajntflqwlrnwvo5tujyj5basid1lkz3shkqudact351k8vp...@mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hi to all,
>>
>> I have found a bug in TYMO protocol associated with the   transmission
>> messages process implemented in the ForwardingEngineM component. With the
>> ACK activated, if a node tries to send a message and  does not have a
>> valid
>> route, a  retransmission timer  is started. Then, this timer fires and if
>> there is a valid route, this message is sent without the ACK request
>> activated.
>>
>> Only when a messages is sent in the first time, it  has activated the ACK
>> request. In later  retries, the ack request is not activated.
>>
>> Best Regar
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20121005/538d3261/attachment.html
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Fri, 5 Oct 2012 18:00:15 +0200 (CEST)
>> From: [email protected]
>> Subject: [Tinyos-help] Propagation of 2.4 GHz under the soil
>> To: [email protected]
>> Message-ID: <[email protected]>
>> Content-Type: text/plain;charset=utf-8
>>
>> Dear all,
>>
>> Someone know how much  is the maximum distance to communicate two TelosB
>> under the soil using antenna of 5 dBi each one and 2.4 GHz? I mean the two
>> sensors are "buried" even the antennas as well.
>>
>> Thanks in advance for any information.
>>
>> Regards,
>>
>> Alejandro.
>>
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Fri, 5 Oct 2012 18:53:15 +0200 (CEST)
>> From: [email protected]
>> Subject: Re: [Tinyos-help] Propagation of 2.4 GHz under the soil
>> To: "Hamid Rafiei Karkvandi" <[email protected]>
>> Cc: [email protected]
>> Message-ID: <[email protected]>
>> Content-Type: text/plain;charset=utf-8
>>
>> Dear Hamid Rafiei.
>>
>> Thanks for your answer.
>>
>> What do you think is the maximum distance in the best case? e.g.  in 50 m.
>>
>> Sincerely,
>>
>> Alejandro
>>
>>
>> > Hi,
>> >
>> > I believe it all depends on the level of moisture in the soil, in case
>> of
>> > a
>> > high level of humidity it wouldn't be much at all
>> >
>> > On Friday, October 5, 2012, wrote:
>> >
>> >> Dear all,
>> >>
>> >> Someone know how much  is the maximum distance to communicate two
>> TelosB
>> >> under the soil using antenna of 5 dBi each one and 2.4 GHz? I mean the
>> >> two
>> >> sensors are "buried" even the antennas as well.
>> >>
>> >> Thanks in advance for any information.
>> >>
>> >> Regards,
>> >>
>> >> Alejandro.
>> >>
>> >>
>> >>
>> >> _______________________________________________
>> >> Tinyos-help mailing list
>> >> [email protected] <javascript:;>
>> >>
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>> >>
>> >
>> >
>> > --
>> > -- Sent from my iPhone
>> >
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Fri, 05 Oct 2012 19:22:28 +0200
>> From: Jonas Meyer <[email protected]>
>> Subject: [Tinyos-help] Broken msp430f1611 i2c driver, mspgcc
>>         4.5.3/4.6.3
>> To: [email protected]
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hi,
>>
>> I wrote the following to the tinyos-devel list a few days ago but got no
>> answer:
>>
>> The i2c driver for msp430f1611 is broken if you use mspgcc 4.5.3 or 4.6.3
>> .
>>
>> The i2c data register I2CDR in tos/chips/msp430/usart/HplMsp430I2C0P.nc
>> is no longer defined in the new (TI) header files. Therefor I2CDR is
>> placed somewhere in RAM instead at register address 0x0076. The new
>> header files define I2CDRB and I2CDRW.
>>
>> app.c excerpt:
>>
>> # 49 "/opt/tinyos2/tos/chips/msp430/usart/HplMsp430I2C0P.nc"
>> static volatile uint8_t HplMsp430I2C0P__U0CTL __asm ("0x0070");
>> static volatile uint8_t HplMsp430I2C0P__I2CTCTL __asm ("0x0071");
>>
>> static volatile uint8_t HplMsp430I2C0P__I2CDR __asm ("I2CDR_");
>>
>> static volatile uint16_t HplMsp430I2C0P__I2CSA __asm ("0x011A");
>> static volatile uint8_t HplMsp430I2C0P__I2CIE __asm ("0x0050");
>>
>>
>> msp430-objdump -t main.exe gives
>>
>> SYMBOL TABLE:
>> ...
>> 0000111a l     O .bss   00000001 I2CDR_
>> ...
>> 00000076 g       *ABS*  00000000 __I2CDRW
>> ...
>> 00000076 g       *ABS*  00000000 __I2CDRB
>>
>>
>> 3 byte quick fix: change I2CDR to I2CDRB
>>
>> Best,
>> Jonas
>>
>>
>> --
>> _______________________________
>>
>> Jonas Meyer
>>
>> Decentlab GmbH
>> ?berlandstrasse 129
>> CH-8600 D?bendorf
>>
>> Phone +41 44 809 35 99
>> [email protected]
>>
>> www.decentlab.com
>> _______________________________
>>
>>
>>
>>
>>
>>
>> -------------- next part --------------
>> A non-text attachment was scrubbed...
>> Name: HplMsp430I2C0P.nc.diff
>> Type: text/x-patch
>> Size: 928 bytes
>> Desc: not available
>> Url :
>> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20121005/81fb7b35/attachment-0001.bin
>>
>> ------------------------------
>>
>> Message: 5
>> Date: Fri, 5 Oct 2012 19:51:06 +0200
>> From: Andr?s B?r? <[email protected]>
>> Subject: Re: [Tinyos-help] Propagation of 2.4 GHz under the soil
>> To: [email protected]
>> Cc: [email protected]
>> Message-ID:
>>         <CACs-Y-BSRmvfF7x8x7bWro1YAB7kxvW0tV4KW5Rdbgd=
>> [email protected]>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Hi Alejandro,
>>
>> I would except much less. We tried to communicate in grain (corn to be
>> exact), and it was less than 1m. Eventually, we used 868MHz, which was
>> still really bad, but we could live with that.
>> But anyway, you should try it, it's quite simple.
>> One more thing: in our tests, it seemed that it was much better if the
>> mote was in a bigger box, so its antenna gets farther from the grain
>> (but we couldn't use this solution).
>>
>> Andris
>>
>>
>> On Fri, Oct 5, 2012 at 6:53 PM,  <[email protected]> wrote:
>> > Dear Hamid Rafiei.
>> >
>> > Thanks for your answer.
>> >
>> > What do you think is the maximum distance in the best case? e.g.  in 50
>> m.
>> >
>> > Sincerely,
>> >
>> > Alejandro
>> >
>> >
>> >> Hi,
>> >>
>> >> I believe it all depends on the level of moisture in the soil, in case
>> of
>> >> a
>> >> high level of humidity it wouldn't be much at all
>> >>
>> >> On Friday, October 5, 2012, wrote:
>> >>
>> >>> Dear all,
>> >>>
>> >>> Someone know how much  is the maximum distance to communicate two
>> TelosB
>> >>> under the soil using antenna of 5 dBi each one and 2.4 GHz? I mean the
>> >>> two
>> >>> sensors are "buried" even the antennas as well.
>> >>>
>> >>> Thanks in advance for any information.
>> >>>
>> >>> Regards,
>> >>>
>> >>> Alejandro.
>> >>>
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> Tinyos-help mailing list
>> >>> [email protected] <javascript:;>
>> >>>
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>> >>>
>> >>
>> >>
>> >> --
>> >> -- Sent from my iPhone
>> >>
>> >
>> >
>> > _______________________________________________
>> > Tinyos-help mailing list
>> > [email protected]
>> >
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>>
>> ------------------------------
>>
>> Message: 6
>> Date: Fri, 5 Oct 2012 20:19:51 +0200 (CEST)
>> From: [email protected]
>> Subject: Re: [Tinyos-help] Propagation of 2.4 GHz under the soil
>> To: Andr?s B?r? <[email protected]>
>> Cc: [email protected]
>> Message-ID: <[email protected]>
>> Content-Type: text/plain;charset=utf-8
>>
>> Dear Andr?s B?r?.
>>
>> I think probably with 868 MHz was better than 2.4 GHz because the
>> wavelength is the longest. I was expecting to reach at least 25 m.
>>
>> Thanks a lot for your information.
>>
>> Yours faithfully,
>>
>> Alejandro.
>>
>> > Hi Alejandro,
>> >
>> > I would except much less. We tried to communicate in grain (corn to be
>> > exact), and it was less than 1m. Eventually, we used 868MHz, which was
>> > still really bad, but we could live with that.
>> > But anyway, you should try it, it's quite simple.
>> > One more thing: in our tests, it seemed that it was much better if the
>> > mote was in a bigger box, so its antenna gets farther from the grain
>> > (but we couldn't use this solution).
>> >
>> > Andris
>> >
>> >
>> > On Fri, Oct 5, 2012 at 6:53 PM,  <[email protected]> wrote:
>> >> Dear Hamid Rafiei.
>> >>
>> >> Thanks for your answer.
>> >>
>> >> What do you think is the maximum distance in the best case? e.g.  in 50
>> >> m.
>> >>
>> >> Sincerely,
>> >>
>> >> Alejandro
>> >>
>> >>
>> >>> Hi,
>> >>>
>> >>> I believe it all depends on the level of moisture in the soil, in case
>> >>> of
>> >>> a
>> >>> high level of humidity it wouldn't be much at all
>> >>>
>> >>> On Friday, October 5, 2012, wrote:
>> >>>
>> >>>> Dear all,
>> >>>>
>> >>>> Someone know how much  is the maximum distance to communicate two
>> >>>> TelosB
>> >>>> under the soil using antenna of 5 dBi each one and 2.4 GHz? I mean
>> the
>> >>>> two
>> >>>> sensors are "buried" even the antennas as well.
>> >>>>
>> >>>> Thanks in advance for any information.
>> >>>>
>> >>>> Regards,
>> >>>>
>> >>>> Alejandro.
>> >>>>
>> >>>>
>> >>>>
>> >>>> _______________________________________________
>> >>>> Tinyos-help mailing list
>> >>>> [email protected] <javascript:;>
>> >>>>
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>> >>>>
>> >>>
>> >>>
>> >>> --
>> >>> -- Sent from my iPhone
>> >>>
>> >>
>> >>
>> >> _______________________________________________
>> >> Tinyos-help mailing list
>> >> [email protected]
>> >>
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>> >
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 7
>> Date: Fri, 5 Oct 2012 20:22:57 +0200
>> From: Almer Benito <[email protected]>
>> Subject: [Tinyos-help] How many ADC ports in TelosB at the same time?
>> To: [email protected]
>> Message-ID:
>>         <
>> caldyrbo_f1nn_cyzf2qr6qucrykv5vxgk+g1s2x6chjdjcy...@mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Dear folks.
>>
>> How many ADC ports Is possible working at the same time using TelosB mote?
>> for example in one port ADC I want to connect an external acoustic sensor,
>> in other a wind sensor, in other a soil sensor and so on (all these to use
>> with analog voltage output).
>>
>> Is correct to use ADC0, ADC1, ADC2 (in the 10-pin), ADC6, ADC7 (this two
>> last with the expansion connector U28)  at the same time? or there is any
>> restriction?
>>
>> Regards,
>>
>> Almer.
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20121005/d35994b9/attachment-0001.htm
>>
>> ------------------------------
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>> End of Tinyos-help Digest, Vol 114, Issue 10
>> ********************************************
>>
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to