[Tinyos-help] can't load library 'libtermcap.so.2'

2008-02-07 Thread Alessandro Turella
Hi all, I'm trying to debug my msp430 device (Tmote Sky) with the Blink program using msp430-jtag. I'm using debian testing, and when i try to start the msp430gdb it returns to me an error: can't load library 'libtermcap.so.2' so i tried to install the |termcap-compat| package. but it require

RE: [Tinyos-help] can't load library 'libtermcap.so.2'

2008-02-07 Thread Murray, Ben
one of the top returns from google: http://www.nabble.com/FET-and-gdb-on-Ubuntu-td11928081.html seems to have had the same two steps of errors as you so far, and seems to have fixed it by the end of the page. Might help? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Tinyos-help] group_id change at runtime

2008-02-07 Thread Mustafa gozkun
Dear all, Can we change the group id (in cc2420 packet header) in runtime?? thanks a lot.. MUSTAFA Looking for last minute shopping deals? Find them fast with Yahoo! Search.

[Tinyos-help] STARGATE : install postgresql and xserve

2008-02-07 Thread Marios Milis
Dear all, We would be very grateful if someone could provide us with a step by step guidance of installing and starting the xserve and postgresql applications on STARGATE. Thanks a lot in advance Kind Regards MM - Mr Marios

[Tinyos-help] Re: RSSI MICA2

2008-02-07 Thread Dimas Abreu Dutra
Here you go. If you want to measure the RSSI noise floor use CC1000RssiP. Also, this code is for T2, but for tinyos 1.x it is very similar.** ~Dimas~ == code == #include message.h //Unnecessary if using the send or receive interfaces. //Put this inside your module uint16_t

RE: [Tinyos-help] STARGATE : install postgresql and xserve

2008-02-07 Thread Yong, Chee Yeew
Have you tried the XServe user manual? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marios Milis Sent: 07 February 2008 10:53 To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] STARGATE : install postgresql and xserve Dear all, We would

RE: [Tinyos-help] STARGATE : install postgresql and xserve

2008-02-07 Thread Yong, Chee Yeew
Try also the Stargate manual found at (3rd from bottom of list): http://www.xbow.com/Support/wUserManuals.aspx http://www.xbow.com/Support/wUserManuals.aspx That's what I used when I was playing around with the Stargate. Good luck. -Original Message- From: [EMAIL PROTECTED]

Re: [Tinyos-help] can't load library 'libtermcap.so.2'

2008-02-07 Thread Greg Hackmann
Alessandro Turella wrote: Hi all, I'm trying to debug my msp430 device (Tmote Sky) with the Blink program using msp430-jtag. I'm using debian testing, and when i try to start the msp430gdb it returns to me an error: can't load library 'libtermcap.so.2' so i tried to install the

[Tinyos-help] Varying transmitter power level

2008-02-07 Thread sstl vls
Hello all, Iam trying to estimate the minimum required power level of a mote, based on the actual transmission power level of packets from neighbhors and received strength (RSSI) of the packets. Iam using TmoteSky nodes. I used the uint8_t getPower( message_t* p_msg ) command provided by

[Tinyos-help] Varying transmitter power level

2008-02-07 Thread sstl vls
Thankyou Greg for your help I have actually programmed the mote such that it reads its own transmitter power level setting using getpower() (before sending the packet) and embeds the value in the packet body and sends the value with the packet. The receiver estimates the RSSI and compares it with

Re: [Tinyos-help] ADC_MSP430_how

2008-02-07 Thread John Griessen
antonio gonga wrote: if I want to read data from example ADC0, ADC1, ADC2? The example that I found in /opt/tinyos-2.x/tos/chips/msp430/adc12/README.txt does not help so much... There's code in tinyos-2.x-contrib/ecosensory/apps/ReadMoistureSensors/ that uses the MSP430 adc's in

Re: [Tinyos-help] TinyOS on Linux AMD64 OS

2008-02-07 Thread John Griessen
Joey Wilson wrote: I am having a lot of problems installing tinyOS on my linux (Ubuntu 7.10) AMD 64-bit operating system. I have tried using the stanford repositories, converting the RPMs to DEB files, and a lot of other things, but nothing is working. Any suggestions or help? If you use

[Tinyos-help] Re: POSSIBLE BUG RECIEVE WITH RECIEVE INTERFACE IN TINYOS 2.x

2008-02-07 Thread Omprakash Gnawali
On Feb 7, 2008 4:43 AM, Adriano Pasquali [EMAIL PROTECTED] wrote: Hi, portTerminal is a terminal like Hiperterminal of Windows. I don't believe that there are collision because sniffer display only my frame on channel 26. I believe that there is a memory problem or sincronization of

[Tinyos-help] Tmote Sky - External Power Supply

2008-02-07 Thread Jose Araujo
Dear all, I wanted to have na external vcc to supply my tmote sky but the tmote datasheet is not conclusive about it. Does anyone implemented already? I was thinking about connecting the 3V supply to the pin 1 and 9 of the external 16 pin connector i.e. AVCC and Gnd, with a L from ExternalVCC

RE: [Tinyos-help] msp430.util missing - msp430-jtag

2008-02-07 Thread Michiel Konstapel
I tried to program my msp430 device with the Blink program using msp430-jtag. But there's an error Traceback (most recent call last): File /opt/msp430/bin/msp430-jtag, line 15, in module from msp430.util import hexdump, makeihex ImportError: No module named msp430.util I installed

Re: [Tinyos-help] What's the unit for booting nodes up in TOSSIM?

2008-02-07 Thread Philip Levis
On Feb 7, 2008, at 10:22 AM, EunKyung Lee wrote: t.getNode(0).bootAtTime(1000); t.getNode(1).bootAtTime(2000); t.getNode(2).bootAtTime(3000); t.getNode(3).bootAtTime(4000); t.getNode(4).bootAtTime(5000); t.getNode(5).bootAtTime(6000); t.getNode(6).bootAtTime(7000);

[Tinyos-help] Regarding Install

2008-02-07 Thread Coalton Bennett
I have a Intel based MacBook Pro and I have installed TinyOS on my machine along with all of the other necessary components. I am having issues though compiling the micaz application Blink. I have received the following errors when trying to compile the Blink application ($ make micaz):

Re: [Tinyos-help] Tmote Sky - External Power Supply

2008-02-07 Thread John Griessen
Jose Araujo wrote: Dear all, I wanted to have na external vcc to supply my tmote sky but the tmote datasheet is not conclusive about it. Does anyone implemented already? You need to use the tmote sky schematics. Sure, just unsolder the battery clip plastic module and attach wires to

Re: [Tinyos-help] TinyOS on Linux AMD64 OS

2008-02-07 Thread Peizhao Hu
converting from RPM to DEB is not a very clean way... look for alternative installation methods. Regards; Peizhao Kevin Klues wrote: What sort of problems? On Feb 5, 2008 1:40 PM, Joey Wilson [EMAIL PROTECTED] wrote: I am having a lot of problems installing tinyOS on my linux (Ubuntu

Re: [Tinyos-help] Varying transmitter power level

2008-02-07 Thread Greg Hackmann
sstl vls wrote: From CC2420 Chipcon data sheets, I learnt that the PA_LEVEL (getPower) can be any of 3, 7, 11, 15, 19, 23, 27, 31 (CC2420Packet interface says it can be between 0 and 32.) I assume they are Hexadecimal values.. These are actually decimal values, not hex. The problem is when

[Tinyos-help] Regarding TinyOS install

2008-02-07 Thread Coalton Bennett
I followed the instructions on the following website: http://docs.tinyos.net/index.php/Installing_tinyos-2.x_on_Mac_OS_X_% 28Tiger_%26_Leopard%29#Installing_the_Developer_Tools which seemed to be very helpful. If anyone can help identify what my problem is I would greatly appreciate it.

Re: [Tinyos-help] can't load library 'libtermcap.so.2'

2008-02-07 Thread Razvan Musaloiu-E.
Hi! On Thu, 7 Feb 2008, Alessandro Turella wrote: Hi all, I'm trying to debug my msp430 device (Tmote Sky) with the Blink program using msp430-jtag. I'm using debian testing, and when i try to start the msp430gdb it returns to me an error: can't load library 'libtermcap.so.2' so i tried

Re: [Tinyos-help] Internal compiler error

2008-02-07 Thread Sandip Bapat
David, Greg: I did verify that I am using 3.2.3 and I also uninstalled the mspgcc-win32tinyos package and reinstalled the msp430tools-gcc package. But that doesn't seem to have solved the problem. I did get BaseStation to compile on another machine which has the same set of file versions so

[Tinyos-help] RE: [Tinyos-devel] CTP + LPL

2008-02-07 Thread David Moss
Matt and Phil - This is meant to serve only as a private interface within the CC2420 stack right now, not an interface provided by the ActiveMessage façade. After all, once the interface is provided by ActiveMessage, it is no longer a private CC2420-specific interface. This is absolutely not a

[Tinyos-help] Re: [Tinyos-devel] CTP + LPL

2008-02-07 Thread Philip Levis
On Feb 7, 2008, at 6:00 AM, David Moss wrote: Matt and Phil - This is meant to serve only as a private interface within the CC2420 stack right now, not an interface provided by the ActiveMessage façade. After all, once the interface is provided by ActiveMessage, it is no longer a

[Tinyos-help] Regarding simulation

2008-02-07 Thread Saravanan Sivaji
hi, I want to know how to simulate two motes and make them to communicate with each other. Can any give me a proper(high level) procedure for that? what are the components and interfaces needed? please I didnt have enough background of motes hardware and electronics. I am new to WSN and