[Tinyos-help] Multihop yet again!!!

2006-03-31 Thread Colin Couper
Hi I found a help/turoial that detailed the exact components that I need to include to implement multihop routing yet I can't seem to find it!! It was along the lines of put these in your component file and it should work For some reason i thought it was in the TinOS documentation but I don;t

[Tinyos-help] Analogue input

2006-03-27 Thread Colin Couper
Hi I'm havin g abit of trouble interpreting the data that I receive in from my motes that are running a modified TelosADC program! When the data comes in I can see the value in the field that I want changing but I have no idea how to translate this into an actual voltage level! Does anyone know

[Tinyos-help] SerialForwarder problems!

2006-03-23 Thread Colin Couper
Hi I'm having trouble with serialforwarder! I've attached the error that I get when I try to run it! Thanks in advance Colin error.PNG Description: PNG image ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Re: Multihop stuff

2006-03-21 Thread Colin Couper
Hi I forgot to attach the diagram! Also I've just read the stuff in Moteivs quickstart guide! I however, don't fully understand how to integrate the multihop stuff into my code! Thanks Colin untitled.PNG Description: PNG image ___ Tinyos-help

[Tinyos-help] Multihop stuff

2006-03-21 Thread Colin Couper
Hi I'm sure this has been asked befor but I couldn't find any direct reference to it! Is it possible to get a mote running TOSBase to multihop to another node which is attached to a pc and if so how do i do it? I've attached a picture to help in the understanding of what I want to do! Thanks

[Tinyos-help] Boomerang!

2006-03-20 Thread Colin Couper
Hi I'm having trouble installing boomerang. When I run the installer Iget the error that I have attached! Can anyone help? Thanks in Advance Colin error1.PNG Description: PNG image ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Message Center!

2006-03-15 Thread Colin Couper
HI Trying to use message centere to view the packets that come in from the Serial Forwarder but when I type java net.tinyos.mcenter.MessageTable I get the following error: Exception in thread main java.lang.NoSuchMethodError: main I get this when I try net.tinyos.mcenter.DiagMSGDisplay and

[Tinyos-help] Mote enclosures

2006-03-10 Thread Colin Couper
Hi I am using tmotes and i need some kind of casing, plastic or other wise, as they need to be put in a persons pocket and some externat ports need to be mounted on it aswell. Because the board has an integrated aerial, I was wondering if anyone could reccommend a suitable enclosure/housing for

Re: [Tinyos-help] Raw data from serial port

2006-03-02 Thread Colin Couper
side then the group field should be the groupID from DEFAULT_LOCAL_GROUP in your makefile. Not all messages contain the moteID, but, e.g., the first field of OscopeMsg in OscopeMsg.h is sourceMoteID, which should be the number you assigned. Was that the question? MS Colin Couper wrote: Hi

[Tinyos-help] GND connector on tmote sky

2006-03-02 Thread Colin Couper
Another quick question on the GND port: I've integrated a sensor using TelosADC which compleates a circuit when pressed(like a switch). It uses the Vcc port on the tmote as the input. At some stage in its operation, it needs to be grounded. When the button is depressed, it becomes live (Vcc

[Tinyos-help] Max Voltage for Tmote sky

2006-02-24 Thread Colin Couper
Does anyone have an idea what the max voltage in is for the analogue expansion ports on the tmote module?I'm usin GIO0 as my input. Thanks in advance Colin ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] GND connector on tmote sky

2006-02-22 Thread Colin Couper
Does this prot need to enabled as I'm trying to use it as a gnd in my sensor circuit but it doesn't seem to be working whenI use the TelosADC program for my external sensor! ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Dumping sensor data to a file

2006-02-22 Thread Colin Couper
Is there any way i can dump sensor data (in hex) into a file and then read it out dynamically(or even statically) in order to do extra manipulation on the data or to save the data for another time? Thanks Colin ___ Tinyos-help mailing list

Re: [Tinyos-help] GND connector on tmote sky

2006-02-22 Thread Colin Couper
to ground on the battery or the usb ground to check but it should just get wired to ground. If you don't have conductivity, you either checking the wrong pin or your mote has a bad trace. Andrew On 2/22/06, Colin Couper [EMAIL PROTECTED] wrote: Does this prot need to enabled as I'm trying

[Tinyos-help] Sending sensor data over the radio

2006-02-14 Thread Colin Couper
Has anyone any idea how I can integrate an external sensor with the Oscilloscope? I have my sensor working with the TelosADC program but I need to send it over the radio and view the o/p - Any way I can modify current programs to do this? I have very basic knowledge of nesC and need as much help

[Tinyos-help] Using java to dispaly data from sensor

2006-02-14 Thread Colin Couper
Is there any way, short of writing my own java thingy, that I can easily convert the data that I receive from the mote into a graph? I'm reading in a voltage level that goes high and I need to display the voltage jump. Thanks in advance Colin ___

[Tinyos-help] A few questions..

2006-02-10 Thread Colin Couper
I have a number of questions concerning TinyOS. I am using the moteiv tmote sky as my module. 1. Is there a progam module that will take the user button and register a press so that I can then send it over the radio. 2.I can't get the OscilloscopeRF program to work - I get no data on my Java

[Tinyos-help] OscilloscopeRf

2006-02-08 Thread Colin Couper
I have managed to get this working but I get no data displaying on the GUI. I'm using telos sky motes. I feel the level may be too high but I can't figure out how to fix it! Appreciate any help! ___ Tinyos-help mailing list

[Tinyos-help] 2 motes

2006-02-08 Thread Colin Couper
I was wondering if it was possible to get two motes communicating with mote that is connected to a PC which has TOSBase installed. THe two motes are runnin, for example, OscilloscopeRF. Thanks Colin ___ Tinyos-help mailing list

[Tinyos-help] Getting the User Button to work

2006-02-03 Thread Colin Couper
Could some-one tell me how I get the user button on the Tmote sky to work? I'm trying to get it to work as a digital input i.e. active high so I can see what kind of data transfer I get between a base mote and two others. I know that this is kind of sketchy but I really need to get the button