Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Puru
d port assignemnts with your new platform. Firat TARAKTAS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Puru Sent: Tuesday, May 29, 2007 12:03 PM To: Urs Hunkeler Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] downloading code to a new pl

Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Urs Hunkeler
Hi Puru, I'm assuming that your hardware design either corresponds to Mica2 or that you have reflected the changes in the hardware.h file (see Firat's mail). TinyOS should not refer to components that you haven't linked in. I'm more wondering if there is a wiring problem somewhere. While Blink is

RE: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Firat TARAKTAS
: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] downloading code to a new platform Hi Urs, I wrote a simple program using ICC-AVR, which toggled bits on port A and which in turn blinked the leds and this hex program when copied on the platform worked correctly. infact this hex file

Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Puru
Hi Urs, I wrote a simple program using ICC-AVR, which toggled bits on port A and which in turn blinked the leds and this hex program when copied on the platform worked correctly. infact this hex file copied on the mica2 using uisp also works correctly. i tried with and without the timer. note thi

Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Urs Hunkeler
Hi, Do the LEDs work if you write a simple program in assembler? Can you control the LEDs when using assembler directives in NesC code (without timer)? If yes, does it also work with timers? Cheers, Urs Puru schrieb: > hi all, > > we are developing a mote-like (mica2-like) device, which curren