[Tinyos-help] Hello, Tinyos help

2021-11-14 Thread Abhishek Trivedi
https://bit.ly/2YLHOmi Abhishek ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] hello

2013-06-18 Thread fatouma nour
please help me user@7-ede445eed82f4 ~$ cd /opt/tinyos-1.x/apps/V user@7-ede445eed82f4 /opt/tinyos-1.x/apps/V$ make pcmkdir -p build/pc compiling MHECHERPRouter to a pc binaryncc -o build/pc/main.exe -g -O0 -pthread -fnesc-nido-tosnodes=1000 -fnesc-simute -Wall -Wshadow

Re: [Tinyos-help] hello

2013-06-18 Thread Eric Decker
A couple of things... First, it is impossible to guess at what is wrong with your code without having the code that is being bitched about. Please think to yourself, Self, what would I need to see if some one was asking me to help figure out what is wrong with line 43? Seriously. Second,

[Tinyos-help] hello!

2012-05-14 Thread Dawed Samy
http://qieguo.me/wp-content/themes/brunelleschi/cvlr.php?oew=ngdf.rbrir=gh.bdtrhsge=kvpn___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Hello!

2012-05-13 Thread Dawed Samy
http://lms.sachintha.com/thjfle.html?vnw=gjrl.trtgh=cdd.ehjrdj=htlj___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Hello.

2012-05-13 Thread Dawed Samy
http://blog.glrux.com/wp-content/themes/weisaysimple/pfng.html?bwe=ttktl.pepetqae=rbr.saeh=fwwu___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] hello

2011-04-04 Thread Hayet Nasri
Good Morning how can I post to the mailing list. Thank you ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Hello, a question about AVcc of TinyOs

2010-07-12 Thread 風胤
Hello, I have a question about AVcc, my sensor use analog input 3 (ADC3) to give voltage. so how can i fix the Oscilloscope profile to give voltage for my sensor. Thanks. Best Regard Yang ___ Tinyos-help mailing list

[Tinyos-help] Hello all

2010-07-12 Thread Muhammad Riaz-ud-din
hello to all ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] hello all

2010-01-07 Thread indira priyaharshini
hello   i am just beginner in learning TinyOS. how can i go with TinyOS using the materials.   The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/___ Tinyos-help mailing list

Re: [Tinyos-help] Hello packets frequency

2009-07-08 Thread Omprakash Gnawali
On Sat, Jul 4, 2009 at 4:05 AM, bharat naikbharat.2...@gmail.com wrote: Hi, I wanted to know how I could decrease the frequency of the hello packets. I need it because I think some of my data packets are getting corrupted due to interference from hello packets. I think it is

[Tinyos-help] Hello packets frequency

2009-07-04 Thread bharat naik
Hi, I wanted to know how I could decrease the frequency of the hello packets. I need it because I think some of my data packets are getting corrupted due to interference from hello packets. I think it is MultiHopLEPSM, but I'm not sure which parameter decides it. Thanks, Bharat Naik.

[Tinyos-help] Hello!

2009-03-03 Thread milos rovcanin
I must ask again: is there a way to change radio (CC2420) transmission power during runtime? This is very important! Please help! -- Best regards, Milos Rovcanin ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Hello!

2009-03-03 Thread Ittipong Khemapech
Hi, Of course. Try CC2420Packet.setPower(). Ittipong 2009/3/3 milos rovcanin ro1208...@gmail.com I must ask again: is there a way to change radio (CC2420) transmission power during runtime? This is very important! Please help! -- Best regards, Milos Rovcanin

Re: [Tinyos-help] Hello!

2009-03-03 Thread Ittipong Khemapech
You're welcome. You need CC2420ActiveMessageC component and CC2420 interface for tx power adaptation. For the wiring: App.CC2420Packet - CC2420ActiveMessageC; Hope this helps. Ittipong 2009/3/3 milos rovcanin ro1208...@gmail.com Thanks, man! You have been very halpful!!! ;) I have just one

Re: [Tinyos-help] Hello

2008-03-26 Thread José Manuel Sánchez-Matamoros Pérez
Hi! If you're using mica2 and tinyos-1.x, it is very easy. You can read RSSI value from the message directly, that is a field on the AM message: TOS_MsgPtr receive(TOS_MsgPtr m){ uint16_t rssi = m-strength; return m; } On Fri, Mar 21, 2008 at 7:28 PM, Ariel Mauricio Nunez Gomez [EMAIL

Re: [Tinyos-help] Hello

2008-03-21 Thread shirley halder
Thank you sir. my mote is cc2430. is the procedure same for cc2430 also? regards Joana On 3/21/08, Ittipong Khemapech [EMAIL PROTECTED] wrote: You may write your own module for each source and modify the BaseStation application to read RSSI. You may define your own message structure to

Re: [Tinyos-help] Hello

2008-03-21 Thread Ittipong Khemapech
Which radio unit (transceiver) cc2430 employs? My previous suggestions are based upon the CC2420 unit. If it uses CC1000, please refer to Dimas's stuff. Ittipong On 21/03/2008, shirley halder [EMAIL PROTECTED] wrote: Thank you sir. my mote is cc2430. is the procedure same for cc2430 also?

Re: [Tinyos-help] Hello

2008-03-21 Thread Ittipong Khemapech
You did confuse me. Is CC2430 a sensor platform ??? Ittipong On 21/03/2008, Ittipong Khemapech [EMAIL PROTECTED] wrote: Which radio unit (transceiver) cc2430 employs? My previous suggestions are based upon the CC2420 unit. If it uses CC1000, please refer to Dimas's stuff. Ittipong On

Re: [Tinyos-help] Hello

2008-03-21 Thread shirley halder
Yap I think. My mote is hybus 2430 (provided by Korean company). As I'm a beginner so may be I can miss some thing. so could you please check this site? though it is in Korean language. http://www.hybus.net/sub02/product.htm?c_parent=160 sorry for any inconvenience. On 3/21/08, Ittipong

Re: [Tinyos-help] Hello

2008-03-21 Thread Ittipong Khemapech
so could you please check this site? though it is in Korean language. Sorry, I'm not Korean. Is it a better idea to click on English link on that page to see how it goes OR click on Contact to ask staff there? I am pretty sure that you can DIY (do it by yourself). Good luck, Ittipong On

Re: [Tinyos-help] Hello

2008-03-21 Thread shirley halder
sorry sir. i'll let you inform later. thanks. On 3/21/08, Ittipong Khemapech [EMAIL PROTECTED] wrote: so could you please check this site? though it is in Korean language. Sorry, I'm not Korean. Is it a better idea to click on English link on that page to see how it goes OR click on

Re: [Tinyos-help] Hello

2008-03-21 Thread Ariel Mauricio Nunez Gomez
The cc2430 has a cc2420 radio, it uses a 8051 mcu. Here is a link to the info on texas site: focus.ti.com/docs/prod/folders/print/*cc2430*.html There was a WG formed to port tinyos to the CC2430 and they have had prrety impressive advances. http://www.tinyos8051wg.net/ Shirley, I guess you

Re: [Tinyos-help] Hello

2008-03-20 Thread Nilesh Mishra
Can you please specify the motes (telos, mica) you have so that people can point accordingly? Thanks, Nilesh On Wed, Mar 19, 2008 at 8:44 PM, shirley halder [EMAIL PROTECTED] wrote: Hello All, I'm a beginner of Tinyos-1.x. To complete my thesis paper I need RSSI value from mote. I have to

Fwd: [Tinyos-help] Hello

2008-03-20 Thread Nilesh Mishra
/RssiSample/ Thanks, Nilesh -- Forwarded message -- From: shirley halder [EMAIL PROTECTED] Date: Thu, Mar 20, 2008 at 2:20 AM Subject: Re: [Tinyos-help] Hello To: Nilesh Mishra [EMAIL PROTECTED] Thanks a lot for your reply. My mote specification is micaz jdk1.4.1_02 tinyos-1.x nesc

Re: [Tinyos-help] Hello

2008-03-20 Thread shirley halder
-- From: shirley halder [EMAIL PROTECTED] Date: Thu, Mar 20, 2008 at 2:20 AM Subject: Re: [Tinyos-help] Hello To: Nilesh Mishra [EMAIL PROTECTED] Thanks a lot for your reply. My mote specification is micaz jdk1.4.1_02 tinyos-1.x nesc-1.1-1w gcc-3.2-3 cygwin-1.3.22-2 thanks

Re: [Tinyos-help] Hello

2008-03-20 Thread Nilesh Mishra
, 2008 at 2:20 AM Subject: Re: [Tinyos-help] Hello To: Nilesh Mishra [EMAIL PROTECTED] Thanks a lot for your reply. My mote specification is micaz jdk1.4.1_02 tinyos-1.x nesc-1.1-1w gcc-3.2-3 cygwin-1.3.22-2 thanks again. And please help me. On 3/20/08, Nilesh Mishra

Re: [Tinyos-help] Hello

2008-03-20 Thread Ittipong Khemapech
-contrib/stanford-sing/apps/RssiSample/ Thanks, Nilesh -- Forwarded message -- From: shirley halder [EMAIL PROTECTED] Date: Thu, Mar 20, 2008 at 2:20 AM Subject: Re: [Tinyos-help] Hello To: Nilesh Mishra [EMAIL PROTECTED] Thanks a lot for your reply. My

Re: [Tinyos-help] Hello

2008-03-20 Thread shirley halder
Thanks for reply. I'm trying to do it. I also have to do the same work as dima's but I've only two weeks in my hand. I'm working on sensor network. I need to communicate with one blind node to two or three refference node and receive the RSSI value from the refference nodes. I'm not much sharp to

Re: [Tinyos-help] Hello

2008-03-20 Thread Ittipong Khemapech
You may write your own module for each source and modify the BaseStation application to read RSSI. You may define your own message structure to store RSSI measurements. This structure will be used by both sender and receiver. I assume that you are using TinyOS 2.x. You have to use CC2420Packet

[Tinyos-help] Hello

2008-03-19 Thread shirley halder
Hello All, I'm a beginner of Tinyos-1.x. To complete my thesis paper I need RSSI value from mote. I have to get this result by the end of this month. So can anyone please guide me what should I do? I need some guide line. So please help me. Thanks. Joana

[Tinyos-help] hello

2008-03-04 Thread Dhivya G
Hi, I tried Blink application. while compiling I didnt receive any error. While running I got the following error: C:\Crossbow\PN\IDE.bat C:\Crossbow\cygwin\opt\MoteWorks\apps\Dhivya\Exercise_1\ C:\Crossbow\cygwin\bin make micaz reinstall # Command: make micaz

Re: [Tinyos-help] hello

2008-03-04 Thread Michael Schippling
You probably are not using a parallel port programmer, which is what the uisp -dprog=dapa argument specifies. You need to set the programmer somehow. For instance I have this in my makelocal file for the MIB510 serial port programmer: DEFAULT_PROGRAM=mib510 MIB510=/dev/ttyS4 MS Dhivya G

[Tinyos-help] hello

2007-04-10 Thread radhi grandhi
helloim new to nesC programmingI would like to program the moteshow can i install nesC compiler..can anyone plz guide me regarding that Send a FREE SMS to your friend's mobile from Yahoo! Messenger. Get it now at http://in.messenger.yahoo.com/

Re: [Tinyos-help] hello

2007-04-10 Thread Tamim Imran Sookoor
On Tue, 2007-04-10 at 23:17 +0100, radhi grandhi wrote: helloim new to nesC programmingI would like to program the moteshow can i install nesC compiler..can anyone plz guide me regarding that You can download TinyOS from here: http://www.tinyos.net/ That website also has very

[Tinyos-help] hello

2007-02-01 Thread ali habibogli
please don't sent mail for me. tanks ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help