Re: [Tinyos-help] CC2420DBK using TinyOS

2010-10-22 Thread Varun Jain
Hi Jingyao, I use Tinyos-2.0.2... You will have to make changes to some files in micaz for making it work. Please also send your questions to tinyos-help as there might be other people also who can answer the questions. Regards, Varun Jain From: Jingyao [mailto:jingyao

Re: [Tinyos-help] TinyOs ADC help

2010-07-13 Thread Varun Jain
Regards, Varun Jain From: Shang Lin Chua [mailto:shan...@gmail.com] Sent: Wednesday, 14 July 2010 2:32 PM To: Varun Jain Subject: TinyOs ADC help Hi Varun, I saw your post http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2009-August/04 1498.html, helping Farooq with the ADC probl

[Tinyos-help] TinyOS Installation Webpage problem

2010-03-18 Thread Varun Jain
Hi, http://docs.tinyos.net/index.php/Getting_started seems to be down/not working. Regards, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Network protocol tinyos

2009-12-15 Thread Varun Jain
[mailto:tiziana.camp...@gmail.com] Sent: Wednesday, 16 December 2009 2:08 AM To: Varun Jain Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Network protocol tinyos Hello, thanks for your email about a few months ago, I have a problem to understand the code in TestNetwork...how I can

[Tinyos-help] Errors in Java application

2009-10-28 Thread Varun Jain
oblem??? Regards, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Using CTP to detect Node Status??

2009-09-22 Thread Varun Jain
27;t really send a "power off" status from the node that has turned off so it has to be done by a neighboring node and I am pretty sure by working out from the Routing tables Cheers, Varun Jain From: Mohammed Billoo [mailto:mohammed.bil...@gmail.com] Sent: Wednesday, 23 Septem

Re: [Tinyos-help] Network protocol tinyos

2009-09-22 Thread Varun Jain
est Dissemination as it is implemented again in /apps/tests/TestDissemination Hope it helps! Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Tiziana Campana Sent: Tuesday, 22 September 2009 2:2

Re: [Tinyos-help] Using CTP to detect Node Status??

2009-09-22 Thread Varun Jain
a sure shot way to find out the status of nodes. If my reasoning is correct, then how can we achieve this??? Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Mohammed Billoo Sent: Wednesday, 23 September

[Tinyos-help] Using CTP to detect Node Status??

2009-09-21 Thread Varun Jain
utingPacket if we do not commit the fix in our code. I just want to understand the misbehavior that the bug can cause (if not fixed) in the network?? Thanks, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mil

Re: [Tinyos-help] ADC Problems

2009-08-03 Thread Varun Jain
, Varun Jain From: Farooq Sultan [mailto:farooq...@hotmail.com] Sent: Tuesday, 4 August 2009 3:40 PM To: Varun Jain Subject: RE: [Tinyos-help] ADC Problems Hello Verun, Thanks for your help with the ADC. But I notice that You are not setting the ADCSRA register for the ADC, Can the ADC

Re: [Tinyos-help] ADC Problems

2009-08-03 Thread Varun Jain
the Oscilloscope Application. Cheers, Varun Jain -Original Message- From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of farooq_s Sent: Monday, 3 August 2009 10:28 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help]

Re: [Tinyos-help] How to send message from sink to node using multihop?

2009-07-19 Thread Varun Jain
Try using BLIP or tymo... Or you can use Dissemination and send the node id in the payload of the disseminated packet and then at the Node end, check for the node id in your payload and discard the packet if it is not equal to the TOS_NODE_ID. Cheers, Varun Jain -Original Message

Re: [Tinyos-help] Urgent: Sequence number

2009-07-16 Thread Varun Jain
Hi Bharat, Are you using BaseStation or ROOT node as your Collection Point/Mote??? Cheers, Varun Jain -Original Message- From: gnaw...@gmail.com [mailto:gnaw...@gmail.com] On Behalf Of Omprakash Gnawali Sent: Friday, 17 July 2009 10:48 AM To: Varun Jain Cc: bharat naik; tinyos-help

Re: [Tinyos-help] Urgent: Sequence number

2009-07-12 Thread Varun Jain
If the application is running CTP, does the base node not automatically identify a unique packet?? As TEP-123 says that together origin, seqno and collect_id fields denote a unique *origin packet* THEN why do we need to put such a unique number in the payload?? Cheers, Varun Jain

Re: [Tinyos-help] blip build error

2009-07-09 Thread Varun Jain
/pipermail/tinyos-help/2009-March/038 687.html Cheers, Varun Jain From: Pratik Vimal [mailto:pratikvimal.t...@gmail.com] Sent: Thursday, 9 July 2009 7:26 PM To: Varun Jain Subject: blip build error Hi Varun, I saw you query here(http://www.mail-archive.com/tinyos-help

Re: [Tinyos-help] Real-time CTP APPLICATION

2009-07-09 Thread Varun Jain
. I have started working on BLIP, probably then I can have a better unicast message control. I hope I would then be able to send particular message to a particular node (or group of nodes) easily. Thanks for your help. Cheers, Varun Jain -Original Message- From: gnaw...@gmail.com

Re: [Tinyos-help] (no subject)

2009-07-08 Thread Varun Jain
'Listen' or 'MsgReader' something like: java net.tinyos.tools.Listen > coordinator.txt OR java net.tinyos.tools.MsgReader CoordinatorMsg > coordinator.txt (where Coordinator Msg is the message you generate in your java application) Cheers, Varun Jain

Re: [Tinyos-help] Real-time CTP APPLICATION

2009-07-08 Thread Varun Jain
acks, will it not cause a problem in Drip as it also relies on acks to unicast packets??? Thanks for pointing to the TEP. I could only find uptil TEP-127 from the tinyos website... Cheers, Varun Jain -Original Message- From: gnaw...@gmail.com [mailto:gnaw...@gmail.com] On Behalf Of Ompr

Re: [Tinyos-help] TinyOS MICAz GpioInterrupt

2009-07-06 Thread Varun Jain
Have a look in the applications at /tests/telosb/ > there is an implementation for UserButton present for telosb platform. Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Vivek Agate S

[Tinyos-help] Real-time CTP APPLICATION

2009-07-01 Thread Varun Jain
, seqno, etc like in TestNetworkmsg. Should I be sending the parent in each packet??? I hope I have been able to explain my application/problem Cheers, Varun Jain R&D Embedded System Engineer ___ Tinyos-help mailing list Tinyos-help@mille

Re: [Tinyos-help] sampling microphone data and storing

2009-06-03 Thread Varun Jain
Just use the serial stack. Cheers, Varun Jain From: Akankshu Dhawan [mailto:akank...@gmail.com] Sent: Thursday, 4 June 2009 1:40 PM To: Varun Jain Subject: Re: [Tinyos-help] sampling microphone data and storing how do I send the data from ReadStream to the serial port ? On Wed

Re: [Tinyos-help] sampling microphone data and storing

2009-06-03 Thread Varun Jain
u read on Brays terminal, you should be able to get the exact payload that you are receieving. I don't know whether this will be of any help to you or not. I do not know much else about ReadStream buffering. Cheers, Varun Jain From: Akankshu Dhawan [mailto:akank...@gmail.com] Sent: Thu

Re: [Tinyos-help] sampling microphone data and storing

2009-06-03 Thread Varun Jain
What buffer are you talking about Cheers, Varun Jain From: Akankshu Dhawan [mailto:akank...@gmail.com] Sent: Thursday, 4 June 2009 12:26 AM To: Varun Jain Subject: Re: [Tinyos-help] sampling microphone data and storing Hi varun Thanks a lot for your help. I have been able to get

Re: [Tinyos-help] Oscilloscope Data Injection Into mySQL Database

2009-05-24 Thread Varun Jain
} catch (Exception ex) { System.err.println("Exception: " + ex.getMessage()); } } } I hope this helps. Cheers, Varun Jain From: tinyos-help-boun...@millennium.berk

Re: [Tinyos-help] sampling microphone data and storing

2009-05-05 Thread Varun Jain
I have not worked with microphone, but there is a "ReadStream" interface defined in Tinyos-2.x which can read a Stream of data or you can use 'Read' interface for single read . See the Oscilloscope application as it might help. Cheers, Varun Jain Fr

[Tinyos-help] Decoding the contents of Serial Frame sent for Dissemination (Drip)

2009-04-28 Thread Varun Jain
ything with C# or .NET??? Another person is ready to help me to develop this front end if I can tell him the exact coming in and out of the serial port. Thanks, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Decoding the contents of Serial Frame sent for Dissemination (Drip)

2009-04-21 Thread Varun Jain
r person is ready to help me to develop this front end if I can tell him the exact coming in and out of the serial port. Thanks, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] generate data tinyos

2009-04-19 Thread Varun Jain
u will have to look into your specific component's datasheet (Hamatsu) and there will be a formula given there which you can use for making sense of the ADC readings. Regards, Varun -Original Message- From: sara so [mailto:sara.k...@gmail.com] Sent: Sunday, 19 April 2009 6:37 PM To: Var

Re: [Tinyos-help] generate data tinyos

2009-04-15 Thread Varun Jain
it that the command call ReadLight.read(); after read process done the seconde will be event void ReadLight.readDone(error_t result, uint16_t data) so your program may be will not go through sending process. try to change the order of your commands, and sorry if I am wrong. Thanks & Have a

Re: [Tinyos-help] generate data tinyos

2009-04-15 Thread Varun Jain
is location /support/sdk/java/ Hope it helps, Varun From: sara so [mailto:sara.k...@gmail.com] Sent: Friday, 10 April 2009 6:34 PM To: Varun Jain Subject: Re: generate data tinyos Hi Varun, I have posted this to the mailing list, but could you please help. I have a little pro

[Tinyos-help] Decoding the contents of Serial Frame sent for Dissemination in

2009-04-14 Thread Varun Jain
m_addr_t dest; nx_am_addr_t src; nx_uint8_t length; nx_am_group_t group; nx_am_id_t type; DRIP headers? nx_uint8_t alert; nx_uint8_t detect; nx_uint16_t checkInterval; nx_uint16_t serialCrc; nx_uint8_t serialDelimiter; Thanks, Varun Jain __

Re: [Tinyos-help] generate data tinyos

2009-04-07 Thread Varun Jain
s you want but also CC your queries to "tinyos-help mailing list" as there are so many other people in the community who can give answers from different perspective. This also helps to people who are looking for your kind of problem/query. From: sara so [mailto:sara.k...@gmail.co

Re: [Tinyos-help] (no subject)

2009-03-25 Thread Varun Jain
I think there is a typo here, If you have not spelt it wrong, then it should be "TOSROOT" and not "OSROOT" Secondly you need to five your platform as well.. like "make micaz" not just "make" Cheers, Varun Jain -Original Message- From: tin

Re: [Tinyos-help] Programming GPIO in Micaz

2009-03-05 Thread Varun Jain
the above code so that if someone else searches the archive list and they get the answer straight away. Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of swaroopa Sent: Thursday, 5 March 2009 1

[Tinyos-help] problem in implementing b6lowpan

2009-03-04 Thread Varun Jain
choC.nc:46: cannot find `IPStats' UDPEchoC.nc:47: cannot find `RouteStats' UDPEchoC.nc:48: cannot find `ICMPStats' make: *** [exe0] Error 1 I have added the environment variables as suggested in the README here: http://smote.cs.berkeley.edu:8000/tracenv/browser/co

Re: [Tinyos-help] sudo apt-get problem

2009-03-01 Thread Varun Jain
cense so I am just using that license. I am just using the "Bridge" and it seems to work fine for me, as in that I can "ping" the outside world. Cheers, Varun Jain From: David Li [mailto:w.david...@gmail.com] Sent: Saturday, 28 February 2009 3:23 AM To: Varun Jain

[Tinyos-help] sudo apt-get install tinyos ERROR

2009-02-26 Thread Varun Jain
The following packages have unmet dependencies: tinyos-2.1.0: Depends: tinyos-required but it is not going to be installed E: Broken packages Can someone suggest what could be the problem?? Cheers, Varun Jain ___ Tinyos

Re: [Tinyos-help] Custom Mote

2009-02-26 Thread Varun Jain
Hi Anthony, When you reply, "CC" to the list as well so that if someone else is searching for the same question they can get an answer straight away from the archives. Cheers, Varun Jain -Original Message- From: blueshockzero [mailto:blueshockz...@hotmail.com] Sent:

Re: [Tinyos-help] Custom Mote

2009-02-26 Thread Varun Jain
lication(s). Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Anthony L Sent: Thursday, 26 February 2009 5:49 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Custom Mote Dear all,

Re: [Tinyos-help] Errors in starting up BLIP

2009-02-25 Thread Varun Jain
Thanks, I have started installing Debian on a VMware Workstation. I will get back to you in few days if I need more help. Cheers, Varun Jain From: sdh...@gmail.com [mailto:sdh...@gmail.com] On Behalf Of Stephen Dawson-Haggerty Sent: Thursday, 26 February 2009 4:34 PM To: Varun

Re: [Tinyos-help] Errors in starting up BLIP

2009-02-25 Thread Varun Jain
ide cygwin Thanks, Varun Jain From: Stephen Dawson-Haggerty [mailto:sdh...@gmail.com] Sent: Thursday, 26 February 2009 1:44 PM To: Varun Jain Cc: stev...@cs.berkeley.edu; tinyos-help@millennium.berkeley.edu Subject: Re: Errors in starting up BLIP As far as I know, cygwin doesn

[Tinyos-help] Errors in starting up BLIP

2009-02-25 Thread Varun Jain
inyos-2.x/support/sdk/c/blip/lib6lowpan' make: *** [all] Error 2 This error is understandable as I am running cygwin, what should I replace it with??? Environment: Cygwin, TInyOS-2.0.2, my own platform similar to micaz What am I doing wrong??? Any hint would be great!!! Cheers,

Re: [Tinyos-help] cygwin shell script

2009-02-22 Thread Varun Jain
port MOTECOM export CVSROOT Hope it helps... Cheers, Varun Jain From: milos rovcanin [mailto:ro1208...@gmail.com] Sent: Friday, 20 February 2009 11:11 PM To: Varun Jain Subject: Re: [Tinyos-help] cygwin shell script Well, there is no tos.sh file in etc/profile.d. should I make on

Re: [Tinyos-help] cygwin shell script

2009-02-20 Thread Varun Jain
Hi Milos, In /etc/profile.d/ there is a tos.sh script where you can set your environment variables. Hope it helps, Varun From: tinyos-help-boun...@millennium.berkeley.edu on behalf of milos rovcanin Sent: Fri 20/02/2009 9:51 PM To: tinyos-help@millennium.b

Re: [Tinyos-help] Help with the TestNework.java

2009-02-17 Thread Varun Jain
here... http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder Cheers, Varun Jain From: Saul Garcia [mailto:sgar2...@gmail.com] Sent: Monday, 16 February 2009 11:17 PM To: Varun Jain Cc: tinyos-help@millennium.berkeley.edu Subject: Re: Help with the TestNework.java Hi Varun

Re: [Tinyos-help] Help with the TestNework.java

2009-02-11 Thread Varun Jain
ut if you are able to see anything using "Listen" tool then there is some other problem. I hope it helps. Cheers, Varun Jain From: Saul Garcia [mailto:sgar2...@gmail.com] Sent: Thursday, 12 February 2009 12:35 AM To: Varun Jain Cc: tinyos-help@millennium.berkeley.edu Subjec

Re: [Tinyos-help] Help with the TestNework.java

2009-02-10 Thread Varun Jain
tinyos.tools.Listen -comm serial@/dev/ttySn:micaz -à Put the correct number in place of 'n' and correct mote AND java net.tinyos.tools.MsgReader TestNetworkMsg You should be seeing loys of data coming in like "the source", "the parent", etc

Re: [Tinyos-help] BaseStation and net.tinyos.tools.Listen -- tutoriallesson 4

2009-02-09 Thread Varun Jain
you can Toggle an LED in the Receive event, if the LED toggles then surely you are receiving the packets from BlinkToRadio application, but there is something wrong with your serial setup like the port or something. There are lots of discussions in the archive to fix this. I hope this helps.

Re: [Tinyos-help] Collection Packet Format

2009-02-08 Thread Varun Jain
CTP packet can be decoded when it is sent to a Serial port. I hope it helps. Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Alireza pourranjbar Sent: Sunday, 8 February 2009 5:54 PM To: tinyos

Re: [Tinyos-help] Setting TinyOS address on a Mica2 mote

2009-02-05 Thread Varun Jain
3' file to your mote and it will have an ID of 3, I have used it successfully to test multi-hop networks. Cheers, Varun Jain -Original Message- From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Mindaugas Jaramin

Re: [Tinyos-help] Pir Sensor interfacing with MtS100 and Micaz

2009-01-18 Thread Varun Jain
o what you want. Cheers, Varun Jain From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of AhMaD ShOrMaN Sent: Monday, 17 November 2008 4:06 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Pir Sensor interf

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] Pir Sensor interfacing with MtS100 and Micaz

2008-11-17 Thread Varun Jain
ment - Cygwin, TinyOS-2.0.2 Cheers, Varun Jain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Keller Sent: Monday, November 17, 2008 11:56 PM To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Pir Sensor interfacing with MtS100 and Mica

Re: [Tinyos-help] AVR JTAG for ATMega128L (micaZ)

2008-11-09 Thread Varun Jain
Hi Carlos, I use AVR-JTAG from Olimex for programming my motes. It works perfectly fine with me. It debugs the code as well using avr-insight. My bet would be to buy one of these as its 1/10th the price of the original Atmel mkII. The command I use for programming the motes is: avarice --eras

[Tinyos-help] FLASH and Atmega issues

2008-11-03 Thread Varun Jain
Hi, I am using TinyOS-2.0.2, Cygwin environment, and I am on an important juncture of the project where I need to know answers to the following questions from the experts. 1) I am about to add an external FLASH to my platform, as my system is quite similar to MicaZ so I am planning to use

[Tinyos-help] tos/chips/MM74HC595 help needed...

2008-08-24 Thread Varun Jain
mm74hc595 available at /tos/chips/mm74hc595. I have written the HplMM74HC595PinsC.nc file as directed in the MM74HC595C.nc as follows: /** * Mapping the 74HC595 shift register pins to Atmega128 pins for chipconz platform. * * @author Varun Jain * @version $Revision: 1.1 $ $Date: 2008/08/22

[Tinyos-help] SPI arbitration problems.

2008-08-13 Thread Varun Jain
Hi, I am trying to use Resource interface to arbitrate between CC2420 and another SPI slave device. I am doing as follows: /* TestLedScreenC.nc ** Display messages received from the BaseStation on an SPI enabled LED screen */ uses interface Timer as Timer1; uses interface SpiPacket; u

[Tinyos-help] Printf linking errors

2008-08-06 Thread Varun Jain
erence to `uart_putchar' make: *** [exe0] Error 1 Is it that the printf.h or avr_stdio.h files are not getting linked or Is the error related due to GCC- version Regards, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.ber

Re: [Tinyos-help] SPI Bus arbitration on micaz

2008-08-04 Thread Varun Jain
rface wired to HplLEDScreenC in the module. But then how will it work out that it needs to send this to the SPI device and not CC2420, will I need to use a different am id?? Regards, Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +614

[Tinyos-help] SPI Bus arbitration on micaz

2008-08-03 Thread Varun Jain
alright to use SPI to interface external devices as there might be a conflict in accessing the SPI bus. Regards, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman

Re: [Tinyos-help] error using UartStream......

2008-07-30 Thread Varun Jain
esource is always mine. I hope I was able to explain my issue, please let me know if you people need more info for helping me out here.. Cheers, Varun Jain From: Guillermo De Cesco [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 10:47 PM To: tinyos-help@millennium.berkeley

[Tinyos-help] interfacing devices with uart....

2008-07-29 Thread Varun Jain
just need to send raw bytes on the UART??? I am using Chipcon motes (similar to micaz) and Cygwin. Cheers, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman

[Tinyos-help] error using UartStream......

2008-07-29 Thread Varun Jain
nd senddone OR do we also need to use other commands in this interface JUST FOR SENDING, I do not want to receive back anything. Is there any other interface to do this task ??? Cheers, Varun Jain ___ Tinyos-help mailing list Tin

[Tinyos-help] need help with serial communication of peripheral devices..

2008-07-28 Thread Varun Jain
platform similar to Micaz. Cheers, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] need help with mig.....

2008-07-23 Thread Varun Jain
y query is how can I generate the TestNetworkMsg USING MIG such that it starts from bit-64 (of the serial payload) and consequently generate a CtpDataMsg file to access the first 8 bytes of the serial's payload. Thanks, Varun Jain __

Re: [Tinyos-help] Serial Communication in TInyOS2

2008-07-20 Thread Varun Jain
Cheers, Varun Jain From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of afuba edwin Sent: Saturday, July 19, 2008 11:40 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Serial Communication in TInyOS2 Hi all, I am new to TinyOS 2 and have trouble sending data pack

Re: [Tinyos-help] Basics of tinyos, USB Xbuntu

2008-07-16 Thread Varun Jain
Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. -Original Message- From: Nilesh S. Barange [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 12:19 AM To: Varun Jain Subject: RE: [Tinyos-help] Basics of tinyos, USB Xbuntu Thank you for your help. Now Blink program i

Re: [Tinyos-help] Discovering Neighbors

2008-07-16 Thread Varun Jain
Hi Nahr, When your neighbor can see you, that means you can also see it, isn't it?? Secondly, if you are in the transmitting range of your neighbor then isn't your NEIGHBOR definitely in you range?? Cheers, Varun Jain From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Tinyos-help] Ctp Header access

2008-07-15 Thread Varun Jain
being sent to the serial port has two structures in it, the first part being the ctp_data_header and second part being the TestNetworkMsg structure. Thanks for your help!!! Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.be

Re: [Tinyos-help] Send Messages From PC To Motes Via Serial PortUsing Java

2008-07-15 Thread Varun Jain
Hi, If you are using Tinyos-2.x, then you should look at AntiTheft application in the apps folder, it does something like what you want as it sends the time interval from the Root to the Nodes using serial Port and its written in Java. Hope it helps!! Cheers, Varun Jain From

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Varun Jain
is running correctly for me and even network of two nodes. Cheers, Varun Jain -Original Message- From: Romain Thouvenin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 6:30 AM To: Varun Jain Cc: tinyos-help@millennium.berkeley.edu Subject: Re: TestTymo application On Mon, Jul

Re: [Tinyos-help] Basics of tinyos, USB Xbuntu

2008-07-15 Thread Varun Jain
thoroughly without any errors, you can easily start building your applications. Cheers, Varun Jain From: [EMAIL PROTECTED] on behalf of Nilesh S. Barange Sent: Tue 7/15/2008 8:32 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Basics of tinyos, USB

[Tinyos-help] TestNetwork Debugging and MsgReader tool

2008-07-14 Thread Varun Jain
int size_source() { return (16 / 8); } /** * Return the size, in bits, of the field 'source' */ public static int sizeBits_source() { return 16; } I hope I was able to explain the issue.. Cheers, Varun Jain __

[Tinyos-help] Network Protocols

2008-07-13 Thread Varun Jain
has worked around to send data to a particular node down the tree to a particular node using these two protocols or any other protocol. Regards, Varun Jain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley

[Tinyos-help] TestTymo application

2008-07-13 Thread Varun Jain
other two motes. But there is no multihop communication taking place whereas due to the Intercept interface defined in "TestTymo" application, it should hop from 1 to 7(which it should forward) and then to 3 but it is not. Has someone encountered with th

Re: [Tinyos-help] Increasing Baudrate for Atmega-128

2008-07-07 Thread Varun Jain
OR java net.tinyos.tools.Listen Error on [EMAIL PROTECTED]:256000: java.io.IOException: Could not configure COM1: TOSC omm JNI library runtime error: Error 87. The parameter is incorrect. in set_params.SetCommState Regards, Varun Jain -Original Message- From: Andrey Gursky [mailto

[Tinyos-help] Increasing Node->PC Serial speed

2008-07-06 Thread Varun Jain
230400 baudrate as give in /opt/tinyos-2.x/tools/tinyos/java/serial/ NativeSerial_linux.cpp and /opt/tinyos-2.x/tools/tinyos/java/serial/ NativeSerial_win32.cpp What am I missing??? Please suggest as I have been stuck on this problem for some time. Thanks Varun Jain

Re: [Tinyos-help] Serial Baudrate

2008-07-02 Thread Varun Jain
problem. Varun Jain From: Eric Decker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 4:08 PM To: Varun Jain Subject: Re: [Tinyos-help] Serial Baudrate I haven't ever seen the speeds that the Cygwin code uses. I have seen what the Linux code uses, namely 57600, 115200

[Tinyos-help] Re Serial Baudrate

2008-07-02 Thread Varun Jain
ows??? I need higher baudrate as the BaseStationw ill be receiving number of packets per second, so it needs to send it out of serial faster otherwise there will be a bottleneck. I hope my question is more clearer now Cheers, Varun Jain From: Eric Decker [mailto:[EMAIL PROTECTED

[Tinyos-help] Increasing Baudrate for Atmega-128

2008-07-01 Thread Varun Jain
Hi, I am trying to increase the baudrate of the incoming packet for motes with atmega-128 processor. I am adding code in the implementation Atm128UartP.nc located at /tos/chips/atm128/Atm128UartP.nc as follows: else if (PLATFORM_BAUDRATE == 256000UL) m_byte_time = 15; // 1 TMicor ~= 2.

[Tinyos-help] Serial Baudrate

2008-07-01 Thread Varun Jain
Hi, Does anyone knows if Baudrate over 115200 bps is handed differently in Tinyos-2.x for Linux and Windows(Cygwin). What are the maximum speeds I can set up for them? I currently have Atmega-128 controller Cheers, Varun Jain ___ Tinyos

Re: [Tinyos-help] problems with tymo-dymo

2008-07-01 Thread Varun Jain
e number of errors, then post again with the rest of the errors.. Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +61401 091 248 E: [EMAIL PROTECTED] W: http://www.spiderbox.com.au -Original Message- From: [EMAIL PROTECTED] [mailt

Re: [Tinyos-help] Serial port JAVA Message access issues.

2008-06-30 Thread Varun Jain
ork.java file. Do we have to do something particular in the TestNetworkC.nc file to get the message??? Varun Jain From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Varun Jain Sent: Tuesday, July 01, 2008 10:18 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-he

[Tinyos-help] Serial port JAVA Message access issues.

2008-06-30 Thread Varun Jain
Hi, I am trying the "TestNetwork" application and having the following issues: A) I was earlier getting a bad packet using the Listen tool as: [EMAIL PROTECTED] ~]# java net.tinyos.tools.Listen serial@/dev/ttyS0:19200: resynchronising 00 FF FF 00 00 09 00 16 21 00 0D 00 02 00 01 00 65

Re: [Tinyos-help] Command line arguments in T2

2008-06-30 Thread Varun Jain
Hi Shikhar, Once you have compiled with 'make telosb', you can do the following in the /app/build/telosb: tos-set-symbols main.exe main.exe-3 TOS_NODE_ID=3 ActiveMessageAddressC\$addr=3 This will set the TOS_NODE_ID to be 3 and then you can install the 'main.exe-3' file to your mote and it will

Re: [Tinyos-help] How to just compile and also pass the moteID?

2008-06-25 Thread Varun Jain
to your mote and it will have an ID of 3, I have used it successfully to test multi-hop networks. Cheers, Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +61401 091 248 E: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> W: htt

[Tinyos-help] Dissemination and Collection protocols...

2008-06-24 Thread Varun Jain
, say we want the BaseStation to change the control parameter of only one particular node, i think we cant do that in dissemination as it broadcasts to all the nodes, so is there any protocol in TinyOS to do this kind of networking which does a multi-hop delivery of data to a particular ad

Re: [Tinyos-help] Packet size limit for serial communication

2008-06-23 Thread Varun Jain
I have been able to receive 28 bytes of data using 'Listen' tool so Try using: $ java net.tinyos.tools.Listen -comm serial@/dev/ttyS0:micaz Note: Replace the platform with your platform and port with your relevant port that is if you are using Windows/Cygwin, then probably COM1 instead of /dev/tt

Re: [Tinyos-help] Help with Tymo and IRIS Motes

2008-06-23 Thread Varun Jain
* Packet.getPayload(message_t *msg, uint8_t len), It may be possible that your MHPacketM-line 38 does not have the length parameter which the Packet interface has if you checked out the CVS after September 2007. Try doing this and it will reduce number of errors, then post again with the rest of th

Re: [Tinyos-help] Tymo warnings and TOSSIM errors

2008-06-16 Thread Varun Jain
payload, we NOW need to use the Packet interface instead of Receive interface?? Cheers, Varun Jain -Original Message- From: Romain Thouvenin [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 2:43 AM To: Varun Jain Subject: Re: Tymo warnings and TOSSIM errors Hello Varun, Sorry fo

Re: [Tinyos-help] Tymo warnings and TOSSIM errors

2008-06-16 Thread Varun Jain
_t addr_t; It should have given an error while building the application as well, why is it giving this error only while compiling to TOSSIM. Cheers, Varun Jain Spiderbox Pty. Ltd. -Original Message- From: Romain Thouvenin [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 2:43 AM To: Va

Re: [Tinyos-help] how to measure the Rssi with mica2

2008-06-09 Thread Varun Jain
erfaces if you are running an old repository, the problem was that some interfaces did not have the "uint8_t len" parameter in their events. Cheers, Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +61401 091 248 E: [E

[Tinyos-help] Tymo warnings and TOSSIM errors

2008-06-06 Thread Varun Jain
change themselves dynamically?? Can you also share the "java" application you wrote for BaseStation or did you just use generic "Listen" tool to extract the sensor data?? Cheers, Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. P: +617 331

[Tinyos-help] safe tinyos annotations

2008-06-05 Thread Varun Jain
we do not change all the updated files with these "safe annotations"??? Thanks... Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +61401 091 248 E: [EMAIL PROTE

[Tinyos-help] CTP clarification

2008-06-04 Thread Varun Jain
; application, do we program 3 boards with this application and 1 board with the "BaseStation" application. Can anyone please include a "guide/Readme.txt" for TestNetwork as they are really helpful Cheers Varun Jain R&D Embedded Design Engineer Spiderbo

Re: [Tinyos-help] TinyOS:Amtega128 ADC values help

2008-06-02 Thread Varun Jain
--- AM I on the right path??? Or am I calculating it wrong??? Thanks a lot for your help Cheers, Varun Jain R&D Embedded Design Engineer Spiderbox Pty. Ltd. -Original Message- From: Razvan Musaloiu-E. [mailto:[EMAIL PROTECTED] Sent: Mo

Re: [Tinyos-help] Makefile in different directory than source

2008-06-01 Thread Varun Jain
is done in the repository for RssiDemo application at /tos/apps/tutorials/RssiDemo Cheers, Varun Jain R&D Electronics Design Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +61401 091 248 E: [EMAIL PROTECTED] W: http://www.spiderbox.com.au -Original Message- From

Re: [Tinyos-help] TinyOS:Amtega128 ADC values help

2008-06-01 Thread Varun Jain
om: Razvan Musaloiu-E. [mailto:[EMAIL PROTECTED] Sent: Sun 6/1/2008 10:21 AM To: Varun Jain Cc: tinyos-help@millennium.berkeley.edu Subject: Re: TinyOS:Amtega128 ADC values help Hi! Sorry for answering so late. :-( On Fri, 30 May 2008, Varun Jain wrote: > Hi, > > I am currently trying t

[Tinyos-help] TinyOS:Amtega128 ADC values help

2008-05-30 Thread Varun Jain
nt of hot air source which really heats up the sensor but still it gives the same value. Any help or direction will really help... Varun Jain R&D Engineer Spiderbox Pty. Ltd. P: +617 3318 9509 F: +617 3318 9595 M: +61401 091 248 E: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED

[Tinyos-help] TOSSIM warnings....

2008-05-22 Thread Varun Jain
ives but I could not find a straight answer as the problem is not about "Cygwin". Are these warnings normal or how can we remove them???? Varun Jain R&D Engineer Spiderbox Pty. Ltd. ___ Tinyos-help mailing list Tinyos-help@mille

  1   2   >