[Tinyos-help] Compilation Process, nesc-internals,nesc1

2012-11-06 Thread Enrico Scopelliti
Hi to all, thanks for accepting me in TinyOS mailing list. I need some help about the compilation process in TinyOS. I have understood, thanks to nesc-internal page in TinyOS-Wiki, that there is a perl script (nesc-compile) that invokes nesc1 to transform nesC application into a C file,and then

[Tinyos-help] Ucmini program installation via USB

2012-11-06 Thread wasif masood
Hi All, I am trying to get couple of my UCmini devices working but I am having problem in writing the image on the devices. I have read the tutorial given there: http://ucmote.unicomp.hu/images/uploaded/File/UCMote%20mini.pdf and accorinding to that, the avrdude -cavr109 -pm128rfa1

Re: [Tinyos-help] Ucmini program installation via USB

2012-11-06 Thread Miklos Maroti
Hi Wasif, Just compile and program your mote with the make command: make ucmini install avr109,/dev/ttyUSB0 Best, Miklos On Tue, Nov 6, 2012 at 7:39 AM, wasif masood rwmas...@gmail.com wrote: Hi All, I am trying to get couple of my UCmini devices working but I am having problem in

Re: [Tinyos-help] Ucmini program installation via USB

2012-11-06 Thread wasif masood
thanks alot! it works. On Tue, Nov 6, 2012 at 4:17 PM, Miklos Maroti mmar...@math.u-szeged.huwrote: make ucmini install avr109,/dev/ttyUSB0 -- Wasif Masood ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Ucmini program installation via USB

2012-11-06 Thread András Bíró
Hi Wasif, The problem was you didn't reset the mote before programming (and the tinyos makefiles can reset the mote via serial). The UCmini manual is a bit outdated, it doesn't include anything about tinyos, we're working on this. Miklos, don't worry, I'm checking tinyos-help for unicomp related

[Tinyos-help] Set Transmission Power on Telosb motes

2012-11-06 Thread Modi, Jenis Ashokkumar
Hi All, I want to set/change the transmission power for my experiment, How do I perform this in tinyos 2.x ? Thanks. Jenis ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Set Transmission Power on Telosb motes

2012-11-06 Thread Modi, Jenis Ashokkumar
Hi All, I want to set/change the transmission power for my experiment, How do I perform this in tinyos 2.x ? Thanks. Jenis ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Compilation Process, nesc-internals,nesc1

2012-11-06 Thread Eric Decker
if you just do a normal tinyos compilation you will get a build/platform/app.c output file. That is the translated C file from nesc. On Tue, Nov 6, 2012 at 5:32 AM, Enrico Scopelliti erics...@hotmail.itwrote: Hi to all, thanks for accepting me in TinyOS mailing list. I need some help