Re: [Tinyos-help] Tmote - Deluge rewrites node numbers for Trawler application (Delta)?

2007-02-06 Thread Simon Willis
___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel: (07) 47814865 Electrical

Re: [Tinyos-help] MultiHopRouter(s)

2007-01-24 Thread Simon Willis
? Which should I choose to base new code on? -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel: (07) 47814865 Electrical Computer Engineering Fax: (07) 47815177 James Cook University Mob: 0403653055 Townsville, QLD 4811

[Tinyos-help] {Spam?} Mintroute in contrib/xbow directory and Mintroute in tos/lib directory: What's the difference?

2007-01-21 Thread Simon Willis
Hi everyone, I'm using Surge with Mintroute and have downloaded the xbow contrib files from their website. If I compile Surge to use the Mintroute implementation in the contrib/xbow directory I am able to use Surge-View.exe which is provided by xbow. However, if I compile Surge to use the

Re: [Tinyos-help] Fwd: TinyOS Wiring Diagrams

2007-01-18 Thread Simon Willis
___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel: (07) 47814865 Electrical Computer

Re: [Tinyos-help] Bugs found in Deluge/TOSBoot

2006-12-27 Thread Simon Willis
Hi Mingze, I found the same problem when I was trying to get Deluge to work on my Mica2-based nodes. I think that the pre-compiled binary for mica2 may not have been recompiled with the new version of TOSBootM.nc. I needed to have TOSBoot working ASAP and they way I got it working was to

Re: [Tinyos-help] Debugging nesC code with the USB AVR JTAG ICE

2006-12-21 Thread Simon Willis
I have used it in TinyOS1.x. It took me a while to get it doing. I can't remember exactly what I had to do to get it to work. I have a feeling that I may have had to download a new version of avarice. The one that bundled with TinyOS1.x is a bit old and doesn't support the JTAGICEII. I don't

Re: {Spam?} [Tinyos-help] XSensorMTS300 compilation problem

2006-12-14 Thread Simon Willis
I had the same problem on my mica2-based nodes. My solution was to copy Voltage.nc into my platform directory and add included Voltage.nc at the top. Simon Ka.Selvaradjou wrote: Hi, I am trying to test XSensorMTS300, but getting the following error... [EMAIL PROTECTED] XSensorMTS300]# make

[Tinyos-help] Injecting surge using Deluge

2006-12-13 Thread Simon Willis
Hi everyone, I am trying to program my nodes with Surge using Deluge. I have added the necessary Deluge statements into the Surge.nc file, recompiled it and injected it into the network of nodes that are running DelugeBasic. It appears that Surge is injected successfully and the nodes reboot.

[Tinyos-help] Deluge mica2 reboot problem

2006-11-02 Thread Simon Willis
Hi there, I'm trying to get Deluge to work on my own platform that is similar to the mica2. So far I have managed to get it running by telling my makefile to install the TOSBoot image stored in the /Deluge/TOSBoot/build/mica2 directory. I have been able to install 2 new images, issue a

[Tinyos-help] Setting up TOSBoot with make system for new platform

2006-09-21 Thread Simon Willis
the new make system and have a .target file in my contrib directory that seems to work fine. I have searched through all of the make files for mica2 and I can't work out how it is doing the TOSBoot part. Can anyone help me out here? Thanks heaps, Simon -- Simon WillisBE(CompSys)(Hons)-BSc

Re: {Spam?} [Tinyos-help] what is SQUELCH...... in cc1000??

2006-08-28 Thread Simon Willis
Have a look at the CC1000RadioIntM.nc file in /tos/platform/mica2. The squelch is continuously varied by measuring the signal strength when the radio is idle. The current squelch values is called usSquelchVal. This is calculated using a squelch table (usSquelchTable). When transmitting the

Re: {Spam?} [Tinyos-help] TinyOS Eclipse Plugin

2006-08-21 Thread Simon Willis
mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel: (07) 47814865 Electrical Computer Engineering Fax: (07) 47815177 James Cook

Re: [Tinyos-help] Fuse Help

2006-08-21 Thread Simon Willis
I had similar problems with my own node, but that's because we designed it from scratch and the MCU fuses were set as they are from the factory. I think (I don't know this for certain) that the mica2 and mica2dot fuses might be preconfigured for that board, so you shouldn't have any problems

Re: [Tinyos-help] Reading MCU regisgers with ice-gdb

2006-08-19 Thread Simon Willis
by creating a pointer to that address and dereferencing it. Something like: p/x *(uint8_t*)0x53 The memory addresses of the registers can be obtained from the AVR datasheet. -Ram On Aug 17, 2006, at 4:40 PM, Simon Willis wrote: Hi, I'm using a JTAGICE II and ice-gdb for debugging

Re: {Spam?} Re: [Tinyos-help] eclipse plugin make on rene2

2006-08-17 Thread Simon Willis
I have the same problem in Eclipse. I have altered the make environment for my own node using a similar process to you, except I didn't copy my .target file into the tools/make directory. I just set the TOSMAKE_PATH variable to contain the location of my own make directory in the contrib

[Tinyos-help] Reading MCU regisgers with ice-gdb

2006-08-17 Thread Simon Willis
Hi, I'm using a JTAGICE II and ice-gdb for debugging. Is there anyway to read the MCU registers when I hit a breakpoint? I know how to read the normal registers like r0,r1 etc, but I don't know how to access the peripheral registers like the timer status registers etc. Can anyone help?

Re: {Spam?} Re: [Tinyos-help] tinyViz running problems

2006-08-16 Thread Simon Willis
___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel

[Tinyos-help] Timer debugging

2006-08-09 Thread Simon Willis
Hi everyone, I'm trying to use Timer1 as a timer for my manchester encoder on my node which is based on the mica2. I am using HPLTimer1M.nc from the micaz and have modified it slightly for my application. Basically, the timer acts as a the clock for the SPI which outputs the manchester

[Tinyos-help] Problems with MicaHWVerify

2006-07-26 Thread Simon Willis
I am having problems with MicaHWVerify. I program it on my mote (based on Mica2) and nothing happens. The LEDs are supposed to start counting once it has retrieved the ID from the serial ID chip. I assumed that the problem was something to do with this. To test it I put a Leds.redOn() in the

Re: [Tinyos-help] uisp and mica2 programming problems

2006-07-26 Thread Simon Willis
environment, but this did not fix it. I am using TinyOS1.1.15 Thanks again, Simon Simon Willis wrote: I am having problems programming with uisp. I am using Blink for testing. I have a MIB510 and a board that we designed that is based on the mica2. Once I have programmed the ATMEGA128 I

Re: [Tinyos-help] uisp and mica2 programming problems

2006-07-26 Thread Simon Willis
, Simon Simon Willis wrote: Some more news on this problem. It is still occurring, but I can now get around it consistently. I also discovered that it will program the board with no problems if I change the high fuse to 0xD9 (uisp makes is 0xD8). In my last email I said that I was setting

[Tinyos-help] uisp and mica2 programming problems

2006-07-23 Thread Simon Willis
in a JTAG and changed the fuses to 0xfd (e) 0x19 (h) 0xfe (l). Is this normal? I was thinking that perhaps this is done by Crossbow before the motes leave the factory. Thanks for your help. Simon -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel: (07

Re: [Tinyos-help] Communicating with motes with Serial Port

2005-12-06 Thread Simon Willis
/mailman/listinfo/tinyos-help ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate