[Tinyos-help] TelosB, USART, digital potentiometer

2009-09-02 Thread C L
hello i'm trying to control a digital potentiometer with the telosb using USART. can anyone lead me to some useful, already available code? or help me out to start it? i'm using tinyos2.x rgds mailo PS: (previously posted a similar post, but i lost it due to a subscription issue)

Re: [Tinyos-help] Mote crashes when sending

2009-09-02 Thread David
I am sure the message_t has enough room for the data and the send interface does want a length not a pointer. I just checked that. David. Am 01.09.2009 um 17:45 schrieb Michael Schippling: Source came through sorta ok The basics look good, in terms of address calculations and such.

Re: [Tinyos-help] Mote crashes when sending

2009-09-02 Thread David
Hi Urs, you are right about the local variable. I made it a global variable and am checking the behaviour now. Thanks, David. Am 01.09.2009 um 14:58 schrieb Urs Hunkeler: Hi David, I had a brief look at the code in one of your previous messages. It seems that you use a local variable

Re: [Tinyos-help] Mote crashes when sending

2009-09-02 Thread David
I have to correct myself there, crashes still occur when sending faster but very rarely. Am 01.09.2009 um 14:17 schrieb David: I increased send speed now and can see no more errors or crashes. This is strange isn't it? I was sending one message every two seconds before, now I'm sending one

[Tinyos-help] Strange compilation error

2009-09-02 Thread Daniel Souza Coelho
Hi friends I 'm working on a application for temperature sensors, and it has this confguration file: *includes sensorboard; #include C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/counters/IntToLeds.nc #include C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/counters/IntToRfm.nc configuration TempSensor{ }

[Tinyos-help] Regarding contrib permission in tinyos

2009-09-02 Thread DEBRAJ DE
Hi, Sorry if this mail doesn't relate to this mailing list. Actually we had a contrib permission request to tinyos-contrib-caretak...@millennium.berkeley.edu according to the format given in tinyos contrib site instruction. But somehow we didn't get any kind of reply to repeated mails. I

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread David Li
Unfortunately this is still not working. I compiled the code for base and sensor node by using: SENSORBOARD=micasb make iris It was fine. Hoever, the base and sensor node (I have used only these two) none of them is blinking LEDs for send or receive. Nor did Java console show any receptions.

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread Michael Schippling
Ok, lets step back a bit... Have you worked through the doc/tutorial? Have you successfully installed anything, such as the demo app Blink, on the iris? MS David Li wrote: Unfortunately this is still not working. I compiled the code for base and sensor node by using: SENSORBOARD=micasb

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread David Li
The answer is yes. I have been using Iris motes for a number of apps without any issues. On Wed, Sep 2, 2009 at 12:21 PM, Michael Schippling sc...@santafe.eduwrote: Ok, lets step back a bit... Have you worked through the doc/tutorial? Have you successfully installed anything, such as the

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread David Li
Hi Janos, You mentioned 'base station'. But I don't see such a file or dir under apps/MultiOscilloscope in TinyOS 2.1. Is this a different base station in other apps? I was curious about this too. If you look at the code under apps/MultiOscilloscope it functions both as a node and a base

[Tinyos-help] NO data ..

2009-09-02 Thread bouzayani walid
Hi all, I compiled successfully the Oscilloscope application to my Telosb mote using Tinyos2.x, but when i run this code: $ java net.tinyos.tools.Listen No packet transmitted,  the result is ser...@com5:115200: resynchronising and without any data. but for Rssi application I got data.What's

Re: [Tinyos-help] strange deluge errors

2009-09-02 Thread BAI LI
Hi, Thanks for your reply. I tried to trace back this problem. I think zigbee files use a modified cc2420 files while Deluge still uses official cc2420 files. Am I right? I have one questions for Deluge. Thanks in advance. 1. for bootloader=tosboot this statement is trying to compile all the

Re: [Tinyos-help] strange deluge errors

2009-09-02 Thread BAI LI
Hi, So currently I can have Zigbee and Deluge both working separately. However i tried to add Deluge compoent to my Zigbee application then the errors poped up. Is there a way that I can get a makefile to compile two separate folders but the program will work as one application. I am nto very

Re: [Tinyos-help] Connect Digital Potentiometer to TelosB

2009-09-02 Thread Chanaka Lloyd
(found this reply rather late) Hi I didn't find anything as such in the examples. And, I have no experience in USART. I need help to start somewhere (perhaps, looking at an example USART code in nesc) so that I can adapt it to my digi-pot. Does it matter what I use is UART or USART? Thanks in

[Tinyos-help] [Researchers] 8th I2TS´2009 - Florianopolis SC Island Brazil - December 09-11, 2009

2009-09-02 Thread Profa Mirela Sechi Moretti Annoni Notare
CALL FOR PAPERS I2TS'2009 www.i2ts.org 8th International Information and Telecommunication Technologies Symposium Florianópolis, Santa Catarina Island, Brazil, December 09-11, 2009 Federal University of Santa Catarina Center of Culture and Events The 8th International Information and

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread Janos Sallai
David, As I understand, you want to use MultihopOscilloscope without a sensor board. In this case, you will simply compile the app with make iris. This will use the platform specific DemoSensor implementation, which gives you the voltage on the iris platform. If you have only two motes, program

[Tinyos-help] dbg messages

2009-09-02 Thread Adeel Akhtar
Hi All, how can i view the dbg messages in tossim inserted in nesc code, i am working on tinyos 2.1. As i can view in tinyos1.x by export DBG=usr1 build/pc/main.exe 5 but how can i do this in tinyos2.1 -- Thanks Best Regards Adeel Akhtar ___