[Tinyos-help] Error: Instruction sbrc not recognised

2015-01-30 Thread Vandana Bhasin
Hi All, I am currently working on Tinyos platform. I running code on TOSSIM - tinyos simulator. This code is contained in HPLAt45dbIOP.nc file. My code basically wants to write data to flash memory for micaz sensors. But in TOSSIM it is unable to recognise the instructions of the avr assembler

[Tinyos-help] Does assembly language instruction execute when compiled with TOSSIM?

2015-01-12 Thread Vandana Bhasin
I installed ubuntu and am using TOSSIM as simulator. Rest of programs are compiling properly and running. But when the below #define directive for assembly gets added as a preprocessor directive to file HPLAt45dbIOP.nc for micaz; The assembly code is not recognised. I am trying to use micaz as

[Tinyos-help] (no subject)

2014-10-19 Thread Vandana Bhasin
Hi, When I compile my program with 'make micaz', my exe file is built,, but when I compile with 'make micaz sim' In interface `HplAt45db': /opt/tinyos-main-master/tos/chips/at45db/HplAt45db.nc:120: syntax error before `data' /opt/tinyos-main-master/tos/chips/at45db/HplAt45db.nc:135: syntax

[Tinyos-help] msp430-46 unable to install

2014-02-25 Thread Vandana Bhasin
Hello, I am unable to install the msp430-gdb-46 package. A similar error message pops up for other msp packages apt-get install msp430-gdb-46 Reading package lists... Done Building dependency tree   Reading state information... Done E: Unable to locate package msp430-gdb-46 Following i

[Tinyos-help] msp430-4.6.3

2014-02-24 Thread Vandana Bhasin
Hello, I am unable to install the package msp430-4.6.3 on ubuntu using command sudo apt-get install msp430 4.6.3 It gives an error message , unable to locate package. Thanks Vandana___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu h

[Tinyos-help] Fw: Writing to flash

2014-01-23 Thread Vandana Bhasin
rite block data to it.   /home/xubuntos/workspacenew/Pcoap/src/CoapBlipC.nc:33:28: error: StorageVolumes.h: No such file or directory No links on the net are available to clarify on this doubt. Please help Vandana     On Monday, January 6, 2014 3:31 PM, Vandana Bhasin wrote:

[Tinyos-help] StorageVolumes.h not being created

2014-01-06 Thread Vandana Bhasin
ot found /home/xubuntos/workspacenew/Pcoap/src/CoapBlipC.nc:51: no match make: *** [exe0] Error 1 finished (exit code: '2', took: 00:05.848) Thanks     Vandana Bhasin ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Compile errors: Boot.booted not implemented

2013-12-04 Thread Vandana Bhasin
d PartitionC: `RoutingControl.stopDone' not implemented PartitionC: `Receive.receive' not implemented PartitionC: `MilliTimer.fired' not implemented In file included from PartitionAppC.nc:22:     Please help     Regards   Vandana Bhasin

[Tinyos-help] send a packet

2013-05-25 Thread Vandana Bhasin
Hi,   I want to send a packet of size greater than the payload size of AMSend or Packet interface.   call AMSend.send - will send a packet of 29 bytes - this is the maximum size of a payload of a sensor node packet, so if I have to send more than 29 bytes of data, how do I do that     Regards  

[Tinyos-help] Simulator for tiny os

2013-04-06 Thread Vandana Bhasin
Hi all,   I am a novice working on sensor networks. Which simulator should I start with and where can I have a complete tutorial for that.     Also, could anybody guide me on how to implement a secure pseudo random number generator on tinyos- probably using HMAC-SHA1. I know the LFSR generator ex

[Tinyos-help] (no subject)

2013-03-15 Thread Vandana Bhasin
Hi all,     If the same mote has to read the data and while reading the data,  it gets a packet which it receives from another mote. How to implement this logic?   How can this situation be handled?  I am aware that Read.read interface can be used for reading and Receive.receive for receiving the