[Tinyos-help] CC2420 transmission power

2006-02-14 Thread Sam Pierson
as far as lower powers, specifically). Does anyone know for sure or have any experience with the explicit transmission power levels on the CC2420? Thanks -- Sam Pierson ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

[Tinyos-help] Re: CC2420 transmission power

2006-02-14 Thread Sam Pierson
Additionally, can anyone verify whether these numbers should be passed in as hex or base ten? On 2/14/06, Sam Pierson [EMAIL PROTECTED] wrote: Hi guys, I was curious, I have done some experiments with RSSI and varying transmission power under the micaz. In the datasheet, I think it said

[Tinyos-help] Tinysec version for micaz

2006-02-03 Thread Sam Pierson
Does anyone know of a package that provides link-layer encryption for the micaz motes? I think tinysec would be perfect, unfortunately, I read that it's only supported on mica2 motes and all I can work with right now are the micaz'. -- Sam Pierson

Re: [Tinyos-help] Pong application

2006-01-26 Thread Sam Pierson
for simulation, you might as well just run it on the motes [I think make pc includes the default AM.h file, not the ones containing lqi, therefore you wouldn't be able to get the LQI anyway (maybe)] -Sam Pierson Message: 5 Date: Thu, 26 Jan 2006 17:13:00 +0700 From: Chalermphol Thammapalerd

Re: [Tinyos-help] Micaz UART message length problem

2006-01-25 Thread Sam Pierson
mote does not change, and when I move the motes closer, the values get closer to 0xFF and while I move them apart, they fall down to around 0xD2 before failing to receive packets at all. -- Sam Pierson ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] Yet Another Signal Strength Question [over micaz]

2006-01-19 Thread Sam Pierson
value and the signal reading don't make much sense at this point. Does anyone know a way to accurately determine the signal strength of incoming RF packets to a micaz mote, while fixing the problem above? Thanks, On 1/18/06, Sam Pierson [EMAIL PROTECTED] wrote: Last question on the subject: I'm

Re: [Tinyos-help] Yet Another Signal Strength Question [over micaz]

2006-01-19 Thread Sam Pierson
0xD2. I would *assume* that any signals lower than this cannot actually be picked up and are therefore dropped anyway. -Sam Pierson On 1/19/06, Michael Schippling [EMAIL PROTECTED] wrote: again I could be wrong about thisbut my one excursion into reading radio strength on the host side

[Tinyos-help] Yet Another Signal Strength Question [over micaz]

2006-01-18 Thread Sam Pierson
-- ?? I know the 22, 23, 24 is the data portion, so ListenRaw or the serial port must be cutting something off from the beginning. It appears as though the strength is registered as 0 though. Does anyone know of a better approach? -- Sam Pierson ___ Tinyos

Re: [Tinyos-help] Micaz UART message length problem

2006-01-18 Thread Sam Pierson
Out of curiousity, this is related to a problem I had today... are these rewritten packets changed as far as received signal strength goes? As I said in a previous email, the micaz AM.h file declares TOS_Msg-strength as uint8_t and regular AM.h is uint16_t. Now my micaz messages being forwarded

[Tinyos-help] SendMsg not connected

2006-01-16 Thread Sam Pierson
Hey guys, I'm trying to fix this program I'm writing, I think it is just a minor problem. In the program, I send a message each time a timer firers. I introduce the SendMsg interface like this: uses { interface SendMsg as SendIntMsg; ... } and then I send my message like this:

Re: [Tinyos-help] SendMsg not connected

2006-01-16 Thread Sam Pierson
read it was a component that provides the SendMsg interface, but again I'm having trouble with it. Thanks On 1/16/06, Dave Tucker [EMAIL PROTECTED] wrote: (Offline) Can you send the file that links RangerM as well ? Dave On Mon, Jan 16, 2006 at 03:33:55PM -0600, Sam Pierson wrote: Hey guys

[Tinyos-help] CC2420Radio sendFailed, sendDone

2006-01-16 Thread Sam Pierson
I was curious about a strange warning I received when I compiled a program involving the micaz radio stack: C:/tinyos/snip/tos/lib/CC2420Radio/CC2420RadioM.nc:115: warning: `Send.sendDone' called asynchronously from 'sendFailed' The relevent snippet is: void sendFailed() { atomic stateRadio =

[Tinyos-help] Re: Tinyos-help Digest, Vol 33, Issue 18

2006-01-11 Thread Sam Pierson
/avrmote tos/platform/mica2 tos/lib/CC2420 (for micaz) Make sure that the components in these directories precede the corresponding ones from the official tinyos release in your search path. Janos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam

[Tinyos-help] FTSP application

2006-01-10 Thread Sam Pierson
I know there is a testing application that verifies the accuracy of the FTSP algorithm for mica2/micaz networks. Is there a codebase which I can simply insert into my existing application so that it would synchronize itself upon startup? Or is it not that easy? Thanks,

[Tinyos-help] Re: Tinyos-help Digest, Vol 33, Issue 10

2006-01-09 Thread Sam Pierson
I tried all of the following suggestions, and the same problem arises. I installed tinyos 1.1.11 because I had the install shield version and it seems to be much cleaner than installing 1.1.0 and then upgrading via RPM to 1.1.10. I could only find the January cvs release of 1.1.10. The

[Tinyos-help] Re: Trouble uploading to micaz

2006-01-09 Thread Sam Pierson
I apologize for not editing subject on the previous email! On 1/9/06, Sam Pierson [EMAIL PROTECTED] wrote: I tried all of the following suggestions, and the same problem arises. I installed tinyos 1.1.11 because I had the install shield version and it seems to be much cleaner than installing

Re: [Tinyos-help] trouble uploading to mica z

2006-01-06 Thread Sam Pierson
anymore, it is just sitting blank after two transmits, as in the email below. On 1/5/06, Sam Pierson [EMAIL PROTECTED] wrote: Specifically, $ uisp -dprog=mib510 -dserial=com1 --wr_fuse_h=0xd8 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out -v=4 Transmit: { . [aa] U

[Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Sam Pierson
I've been sort of stuck on this after trying a lot of different things. I have an MIB510 board and a few micaz motes. I connect the board to this laptop through the serial port. I've successfully uploaded binaries to mica2's in the past. Now I've tried on tinyos 1.1.10, 1.1.11, and the latest

Re: [Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Sam Pierson
programmer (I had worked with the parallel programmer before with mica's). The MIB510=COM1 command is apparently case-sensitive. Please try that. Could work. MIB510=COM1 make mica2 install(/reinstall) Sankar. On Thu, 05 Jan 2006 14:22:20 -0600, Sam Pierson [EMAIL PROTECTED] wrote: I've

Re: [Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Sam Pierson
I did, and it said: Programmer is not responding. make: *** [program] Error 2 On 1/5/06, David Moss [EMAIL PROTECTED] wrote: Have you tried make micaz install mib510,/dev/ttyS0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Pierson Sent

Re: [Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Sam Pierson
be appreciated. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Sam Pierson ___ Tinyos-help mailing list

Re: [Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Sam Pierson
] . [01] } Receive: { } Receive: { } Receive: { } Receive: { } Receive: { } ... On 1/5/06, Sam Pierson [EMAIL PROTECTED] wrote: It appears as though mine is stuck in the same Receive loop. On 1/5/06, Hannes Geissbuehler [EMAIL PROTECTED] wrote: I have exaclty the same problem.. till last week

[Tinyos-help] java signal strength?

2005-11-14 Thread Sam Pierson
I know you can retrieve the signal strength of an incoming packet in tinyos, but if you have a mote on a mica2 forwarding packets to a java program through TOSBase, is it possible to use the java program on the computer to analyze the signal strength of said packet? Thanks,

[Tinyos-help] Playing with CC1000Control.SetRFPower

2005-10-27 Thread Sam Pierson
), it reports a compiler-time error, saying CC1000Control.SetRFPower not connected. I can only assume that I have not wired something correctly, but I don't know what. Can someone point out my error? -- Sam Pierson ___ Tinyos-help mailing list Tinyos-help