[Tinyos-help] (no subject)

2011-06-22 Thread Sandip Bapat
http://newfies-normandie.com/modules/Search/world.html___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] DAC on TelosB

2011-05-24 Thread Sandip Bapat
I have indeed managed to get the DAC to work on the TelosB. I will send you some test code via a separate email. Sandip ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] 51-pin header on MDA100 board

2011-04-14 Thread Sandip Bapat
Hi If someone has the MDA100 board from Memsic (the one with the prototyping area), can they tell me if it has the 51-pin headers on both sides? I haven't been able to find a picture or document online that shows what's on the bottom side. Thanks, Sandip

[Tinyos-help] See clock signal but no data on SPI bus with IRIS

2010-10-15 Thread Sandip Bapat
Hi I'm trying to interface an external slave device to an IRIS mote using the MOSI and SCK lines on the 51-pin connector and a GPIO pin (PortC5) configured as the slave select (my external device has only 1 data line for input so MISO is unused). I used an oscilloscope to look at the SCK

Re: [Tinyos-help] OFF-TOPIC: How to find a flat-cable (51-pin Hirose)

2008-11-19 Thread Sandip Bapat
I believe this is what you are looking for - it is kinda expensive though :( http://meritec.thomasnet.com/item/all-categories/fpdi-1-51-position-display-cables/item-2659?seo=110bc=100|1003|3001093|0|3001057 Sandip Agnelo Silva wrote: I need to connect a sensor board (MTS310) to the MicaZ and

[Tinyos-help] RS232 - will Max232 work or do I need Max3232?

2008-08-25 Thread Sandip Bapat
Hi Does the Maxim Max232 (with the external caps etc) work as a level converter for connecting a TelosB UART to a true RS232 adapter or do I need the Max3232? I have the datasheets which indicate I may need the 3232 but I can get my hands on the Max232 locally and need to order the 3232 online

Re: [Tinyos-help] Resource.reserve returns EBUSY forever after some time

2008-03-28 Thread Sandip Bapat
] To: Jan Hauer [EMAIL PROTECTED] Cc: Sandip Bapat [EMAIL PROTECTED]; tinyos-help@millennium.berkeley.edu Sent: Friday, March 28, 2008 5:20:05 PM Subject: Re: [Tinyos-help] Resource.reserve returns EBUSY forever after some time On Mar 28, 2008, at 7:34 AM, Jan Hauer wrote: You should make sure

[Tinyos-help] Resource.reserve returns EBUSY forever after some time

2008-03-26 Thread Sandip Bapat
Hi I am using MultiChannel sampling on the msp430 ADC as shown in tinyos-2.x/apps/tests/msp430/Adc12. When I run the program, it runs correctly for a non-deterministic length of time (sometimes minutes, sometimes a day) and then appears to be stuck. Debugging with LEDs and UART shows that the

[Tinyos-help] Installing 2.x on Windows 64-bit OS

2008-03-06 Thread Sandip Bapat
Hi Does tinyos 2.x install on a Windows XP 64-bit OS? (using the same procedure outlined at http://www.tinyos.net/dist-2.0.0/tinyos-2.0.2/doc/html/install-tinyos.html ) Is there anything special one needs to do or does WoW64 take care of everything transparently? Thanks Sandip

[Tinyos-help] Re: [Tinyos-devel] DAC and MSP430RefVoltGenerator in T2

2008-02-14 Thread Sandip Bapat
, is at a project meeting and probably has not read the thread. Please get in touch with him to coordinate. No #ifdefs please :) Vlado On Wed, Feb 13, 2008 at 6:43 PM, John Griessen [EMAIL PROTECTED] wrote: Sandip Bapat wrote: a DAC module would either have to wire

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] Internal compiler error

2008-02-06 Thread Sandip Bapat
Hi I am trying to compile the default BaseStation app under tinyos-2.x/apps. When I try to compile for 'telosb' I get the following error: BaseStationP.nc: In function `main': BaseStationP.nc:102: Internal compiler error in gen_lowpart, at emit-rtl.c:1197 Please submit a full bug report, with

[Tinyos-help] Re: Cygwin fork copy error

2007-12-12 Thread Sandip Bapat
I was using the dual setup so my cygwin installation was from the 1.1.11 autoinstaller and I'd used the upgrade instructions for 2.0. When I unistalled and tried to reinstall from the autoinstaller, it gave the same fork_copy errors and the installation was not successful so I finally gave up

[Tinyos-help] fork_copy error in cygwin

2007-12-08 Thread Sandip Bapat
Hi I searched through the tinyos-help archives for this error. I found a couple of users who faced the same problem buut saw no replies as to how this can be resolved. Can anyone help? I tried uninstalling and reinstalling but the new install also fails. The exact error message when I load

[Tinyos-help] ADC Sequence-of-Channels mode in 1.x

2007-11-02 Thread Sandip Bapat
Hi I wish to sample a 2-axes sensor that is mapped to channels 6 and 7 of the TMote ADC. I think that the MSP430ADC12Multiple component lets me do that but I am not sure how exactly I should use it. In particular 1. How do I specify the precise sequence of channels that I need to convert

[Tinyos-help] changing TOSMsg struct in AM.h

2006-03-31 Thread Sandip Bapat
If I want to change the tinyos message format to include a src field, does only adding this field to the TOSMsg struct declaration in AM.h suffice or do I have to change anything else? Thanks Sandip ___ Tinyos-help mailing list