Re: [Tinyos-help] GPIO and radio

2008-12-04 Thread Varun Jain
Hi Saikat, Can you give more info about your environment?? Which motes, radio, etc?? I am using Micaz, so it might be possible that it interferes with the Radio. Because the Radio Interrupt (FIFO and FIFOP for CC2420) is defined on INT0 and INT1. I would recommend that you use other ports for GPIO

Re: [Tinyos-help] Re : tinyos.jar missing some classes : bug?

2008-12-04 Thread Philip Levis
On Dec 2, 2008, at 9:51 AM, Philip Levis wrote: > > On Dec 2, 2008, at 8:30 AM, Janos Sallai wrote: > >> Cyril, >> >> I have verified that both problems exist. We'll go ahead and fix >> them. In the meantime, rename all the dlls under /usr/lib/tinyos >> such that the file names end with -32.dll,

Re: [Tinyos-help] make error

2008-12-04 Thread Michael Schippling
wierd...errno #57 is EBFONT /* Bad font file fmt */... Must be something else. Sorry I have no ideas though. Are you sure that you are installing a new program? Check the dates on the files, you may be using an old hex file left over from when it worked. MS maryam ebraheem wrote: > hi > I am wo

Re: [Tinyos-help] GPIO and radio

2008-12-04 Thread Michael Schippling
I use PortB 5,6 for PWM output on mica2 under T1 with no problems. If you're just trying to make continuous pulses see my code: http://www.etantdonnes.com/Motes/AVR128timers.zip I believe the INT pins are only used by the micasb board. Perhaps you have a timing or interrupt latency problem? M

Re: [Tinyos-help] Re : iris mote shematics?

2008-12-04 Thread Giri Baleri
Any GPIO line can be configured as an interrupt line in the software. INT1-4 can be used for your application (as long as you are not using them for any sensor power control). Giri From: ivi610 [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2008

[Tinyos-help] make error

2008-12-04 Thread maryam ebraheem
hi I am working with telosb from a few months and it was working correctly but now when I try the command make telosb it gives me the following $ make telosb mkdir -p build/telosb     compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow -DDEF_T

[Tinyos-help] GPIO and radio

2008-12-04 Thread Saikat Ray
HI, Do the GPIO pins (INT0-INT3) somehow interfere with the radio? I am creating a square wave from each of the pins (by using, say, PortE4.set() and PortE4.clr() alternately in a timer.fired() function). However if the square wave is on, then the radio does not seem to receive packets. Any input

[Tinyos-help] tossim help required

2008-12-04 Thread Adeel Akhtar
Hi All: How can we generate the graphs of an application in tossim for statistical analysis? Whether we will write code in python for generating graphs or there is any other way of doing this task. Thanks and best regards Adeel Akhtar ___ Tinyos-he

[Tinyos-help] unicast in XMesh networks

2008-12-04 Thread milos rovcanin
Hi! I use this command: call MhopSend.send(TOS_BCAST_ADDR,MODE_UPSTREAM,&message,sizeof(Msg_t) to send a message to all nodes in XMesh network, but nothing seems to happen! I've tried to send it to a specific address, but the node did not receive anything. What is the problem? When I try to call M

[Tinyos-help] PrintBigMsgs

2008-12-04 Thread Rodrigo Muñoz
Hello Please someone can tell me where I can find the "PrintBigMsgs" java application, which am not able to find in tools/java/isis/nest/* directory, maybe someone have this program. I wrote to isis support but not answer. thanks ___ Tinyos-help mailing l

[Tinyos-help] Re : iris mote shematics?

2008-12-04 Thread ivi610
Hello thanks, the connector schematics should be enough do develop a dedicated sensorboard. However, it seems Crossbow sells OEM IRIS hardware, so isn't there some datasheet associated? Furthermore, in the connector shematics, it is written that INT[1-4] are GPIO. Isn't there any interrupt line