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

2007-02-06 Thread Simon Willis
- Val ___ 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 Elect

Re: [Tinyos-help] EWMAMultiHopRouter

2007-01-29 Thread Simon Willis
I have seen the same thing. I found that the problem was that Surge_Reliable relies on acks. If it does not receive an ack it will try to send the packet again. I was using a different version of the MAC protocol (CC1000RadioIntM) that what Surge_Reliable is supposed to use. I think this caused

Re: [Tinyos-help] MultiHopRouter(s)

2007-01-24 Thread Simon Willis
? Anything? 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 T

[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 new

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

2007-01-18 Thread Simon Willis
lman/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 Tel: (07) 47814865 Electric

Re: {Spam?} [Tinyos-help] HELP on running surge-view

2006-12-28 Thread Simon Willis
Which version of Surge-view are you running? I believe there is one in the java tools directory and there is also an executable that you can download from Crossbow. I recently installed and ran the xbow version of Surge with the Surge-view executable from Crossbow. Simon TIAN YUXIANG(AARON) wr

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 down

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 kn

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 mi

[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.

Re: [Tinyos-help] Deluge mica2 reboot problem

2006-11-04 Thread Simon Willis
-compiled mica2 binary that was packed with tinyos1.1.15, may suggest that this was not updated in the release. Thanks, Simon Simon Willis wrote: 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 telli

[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 reboot

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

2006-09-21 Thread Simon Willis
using 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)

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 pro

Re: [Tinyos-help] Fuse Help

2006-08-21 Thread Simon Willis
uot; error (with about every 3rd attempt giving "device is not responding correctly"). If the problem is not the fuses do you have any idea what else could be causing these errors? Sam - Original Message - From: Simon Willis <[EMAIL PROTECTED]> Date: Tuesday, August 22

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 an

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

2006-08-21 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 Engineering Fax:

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

2006-08-19 Thread Simon Willis
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. Is

[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? Thank

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 direct

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

2006-08-16 Thread Simon Willis
___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU <mailto:Tinyos-help@Millennium.Berkeley.EDU> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -

[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 encoded

Re: [Tinyos-help] Tinyos1.x,micaz mote,ATmega128,FLASH!!

2006-08-02 Thread Simon Willis
Have a look at tutorial 8. http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson8.html It uses the logger component to perform datalogging into Flash. That should get you started. I had problems last week using the Flash on mica2, because it was using the wrong PageEEPROM files. For some reas

Re: {Spam?} [Tinyos-help] Writing to FLASH, which Components/Interfaces to use

2006-07-27 Thread Simon Willis
I also had some problems using Logger.LoggerWrite and Logger.LoggerRead. Using TinyOS1.1.15 it would give an error when I tried to build my app that said `computeCrcContinue' is not in interface `PageEEPROM' I am using a Mica2, but for some reason the compiler was using the files in tos/platf

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

2006-07-26 Thread Simon Willis
heers, 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 se

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

2006-07-26 Thread Simon Willis
inyos 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 ATMEGA

[Tinyos-help] Problems with MicaHWVerify

2006-07-25 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

[Tinyos-help] uisp and mica2 programming problems

2006-07-22 Thread Simon Willis
h ATMEGA with uisp until I have plugged 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

[Tinyos-help] Problems programming my Mote

2006-07-18 Thread Simon Willis
then it all stopped working. -Now it's sort of programming except if the JTAG is plugged in it won't work. Any ideas? Thanks, Simon -- Simon WillisBE(CompSys)(Hons)-BSc PhD Candidate Tel: (07) 47814865 Electrical & Computer Engineeri

[Tinyos-help] tinyos1.x or tinyos2.x?

2006-02-27 Thread Simon Willis
Hi everyone, I'm about to commence my first programming in TinyOS. I am using TinyOS for a wireless sensor network that we have designed that is based on the Mica2. Basically, it has new radio hardware and will require the radio interface to be rewritten. We would like to test the new network

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

2005-12-06 Thread Simon Willis
du/cgi-bin/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