Re: [Tinyos-help] TinyDB : where can I find it?

2014-07-17 Thread Cyril C
are TinyOS 2 and later. On Tue, Jul 15, 2014 at 7:44 AM, Cyril C ulrichcan...@yahoo.fr wrote: Hi everybody, I've been reading lots of papers presenting the TinyOS system and TinyDB, a database for sensor networks. I would like to experiment this latter on WSN430 motes mesh in order to 1) get

[Tinyos-help] TinyDB : where can I find it?

2014-07-15 Thread Cyril C
Hi everybody, I've been reading lots of papers presenting the TinyOS system and TinyDB, a database for sensor networks. I would like to experiment this latter on WSN430 motes mesh in order to 1) get sensor values 2) configure sensing periods with the TinyDB SQL-like language. However, i can't

Re: [Tinyos-help] how Many Telosb/z1 nodes can be serially connected to one PC!

2013-01-15 Thread C.
I think you hit a magic number, I haven't done this test myself, are you connecting all motes to the same hub or how are you grouping the motes? I'll try this on the afternoon for the kicks :) --Antonio On Mon, 2013-01-14 at 23:12 +0100, wasif masood wrote: Dear All, Does any of you

Re: [Tinyos-help] Transmission print statement results as bad packet

2013-01-11 Thread C.
On Fri, 2013-01-11 at 04:56 -0500, Swetha wrote: hello, I tried to transfer a packet with the structure as; typedef nx_struct RouteDiscovery_t{ nx_uint8_ttype; nx_uint16_t route_record[17]; /// problem!! } I tried to print after the event sendDone, it prints bad

Re: [Tinyos-help] Latest sensor node platforms!

2012-10-19 Thread C.
On Fri, 2012-10-19 at 09:14 +0200, wasif masood wrote: Hi all, I am planning to buy some nodes but now I am no longer inclined towards Telosbs any more. I need some suggestions about which platform to buy, I have the following criteria in mind. 1)- Resource Constraints 48K RAM

Re: [Tinyos-help] Latest sensor node platforms!

2012-10-19 Thread C.
about it ;-), however I'm curious about why you prefer working with non msp430-based platforms. --Antonio On Fri, Oct 19, 2012 at 9:30 AM, Antonio Liñán C. ali...@zolertia.com wrote: On Fri, 2012-10-19 at 09:14 +0200, wasif masood wrote: Hi all

Re: [Tinyos-help] using C function

2012-10-16 Thread C.
: Hello, I would like to use a C function in my nesc program. I add the .h file in my header and it's location in the makefile. But when i try to compile, i have this error : undefined reference to 'function' Please help, and thanks

Re: [Tinyos-help] COU24

2012-10-11 Thread C.
Did you even take the time to google COU24 TinyOS? First hit: http://cv.uoc.edu/app/mediawiki14/wiki/Inici24 In the wiki: http://eimtcollab.uoc.edu/softcou24_12/tinyos-2.x_cou24.tar.gz Regards, --Antonio On Thu, 2012-10-11 at 09:37 +0200, Luis Villaverde wrote: Anybody is working with COU24

Re: [Tinyos-help] Difference between 1024L and 1024U

2012-10-11 Thread C.
See: http://icecube.wisc.edu/~dglo/c_class/constants.html --Antonio On Thu, 2012-10-11 at 13:04 +0200, aca...@correo.ugr.es wrote: Dear all. Please someone know what is the difference between 1024L and 1024U in TinyOS. I was reading this piece of code in TinyOS and I've entered in doubt.

Re: [Tinyos-help] Forcing communication between specific motes

2012-09-18 Thread C.
On Tue, 2012-09-18 at 14:09 +0200, Saeid Yazdani wrote: Dear Friends, At the moment I am experimenting radio communication between 3 TelosB motes. I have succesfully installed default BlinkToRadio app on these motes. My Question is, is it possible to address only a specific mote, so that

Re: [Tinyos-help] why BLIP cannot be supported by iris platform?

2012-03-16 Thread C.
http://code.google.com/p/tinyos-main/issues/detail?id=30 --Antonio On Fri, 2012-03-16 at 17:06 +0800, Alvin wrote: My question seems a little stupid ,but this has puzzled me a lot. I know that the blip can be be supprted well by the telosb or micaz platform,but it seems it isn't compatible

Re: [Tinyos-help] Arduino UNO and TinyOS compatibility

2012-03-02 Thread C.
I don't know about any TinyOS port to Arduino UNO, but there are a couple of contiki-arduino projects, if you are interested. http://github.com/maniacbug/contiki-avr-zigduino http://github.com/contiki/contiki-arduino http://github.com/contiki/contiki-arduino-2.2 Arduino is funny, but not my

Re: [Tinyos-help] CoAP on Zolertia Z1

2012-02-15 Thread C.
On Tue, 2012-02-14 at 23:19 +0100, Steven Dorigotti wrote: Hello Antonio! On 14 February 2012 20:00, Antonio Linan ali...@zolertia.com wrote: On Tue, Feb 14, 2012 at 7:07 PM, Steven Dorigotti st...@koanlogic.com wrote: Symptoms: - CoAP transmissions fail (echo -e -n \\x02 |

Re: [Tinyos-help] CoapBlip Compiler error

2012-02-15 Thread C.
-2.1.1/tos/lib/net/ -I/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/ -I/opt/tinyos-2.1.1/support/sdk/c/blip/libtcp/ -I/opt/tinyos-2.1.1/tos/lib/net/blip/ -I/opt/tinyos-2.1.1/tos/lib/net/blip/interfaces/ -I/opt/tinyos-2.1.1/tos/lib/net/blip/nwprog/ -I/opt/tinyos-2.1.1/tos/lib/net/blip/shell

Re: [Tinyos-help] CoAP on Zolertia Z1

2012-02-15 Thread C.
On Wed, 2012-02-15 at 13:03 +0100, Steven Dorigotti wrote: On 15 February 2012 09:24, Antonio Liñán C. ali...@zolertia.com wrote: It is a long shot, but you should test this with the msp430-gcc-4.5.3, mostly because I'm doing all the testing for 2.1.2 TOS release using this toolchain

Re: [Tinyos-help] CoAP on Zolertia Z1

2012-02-15 Thread C.
I got now continuous retransmission attempts from the coap client, although I'm setting the LED through the resource call: z1@zolertia:~/local/src/tinyos-2.x/support/sdk/c/coap/examples$ echo -e -n \\x02 | ./coap-client -m put coap://[fec0::8]:61616/l -T 3a -t binary -f - \x43\x03\xC3\x71\x11

Re: [Tinyos-help] Need for help

2012-02-13 Thread C.
shboul8...@yahoo.com wrote: Hi Sergio, Thank you for the reply. Actually i am interested in compressing audio samples in C since it is supported in tinyOS and nesC, so i would be grateful to you if you tell about such techniques to compress data

Re: [Tinyos-help] BLINK compilation error

2012-02-02 Thread C.
Try: sudo chown -R YourUser:YourGroup /somedir/tinyos-version/ Is a permission issue, the error itself says so. Regards, On Wed, 2012-02-01 at 09:02 -0600, Abhishek Majumdar wrote: I'm trying to run the make micaz sim. But I get the following error: mkdir -p Permission denied. Why

Re: [Tinyos-help] BLINK compilation error

2012-02-02 Thread sudo红萝卜.C
Hi pal, I dont know whats wrong but ive been receiving over 500 identical emails from U……maybe sth is wrong with the mailinglist? please check. As for your problem, it‘s maybe a matter of authority. Please use the chmod command to add full access authority to all the directories related for your

Re: [Tinyos-help] simplified baststation

2012-01-24 Thread C.
It is difficult to say without knowing what's wrong in the first place or without any hint or log :), by just taking a look I spotted a typo: if (call SerailSend.send(AM_BROADCAST_ADDR, packet, sizeof(gateway_msg_t)) == SUCCESS) { That should be SerialSend What's wrong with the BaseStation

Re: [Tinyos-help] how to access shared variable

2012-01-17 Thread C.
Hello, warning: `Read.readDone' called asynchronously from `I2CBasicAddr.writeDone' One fix would be to call a task from the I2CBasicAddr.writeDone to signal the Read.readDone event, instead of how it is actually done. warning: non-atomic accesses to shared variable `temp': warning:

Re: [Tinyos-help] ADLX345 Driver Zolertia

2012-01-09 Thread C.
: An alternate I2C address of 0x53 (followed by the R/W bit) can be chosen by grounding the ALT ADDRESS pin (Pin 12). Regards, Thanks. 2011/12/30 Antonio Liñán C. ali...@zolertia.com Sorry for the delayed response, I'm on vacations :) I believe it's set up that way

Re: [Tinyos-help] ADLX345 Driver Zolertia

2011-12-30 Thread C.
Sorry for the delayed response, I'm on vacations :) I believe it's set up that way because in databuff[0] the address of the first register is passed (0x1D) and from there the next registers (0x1E, 0x1F...) are configured with the following corresponding values stated in databuf[1-18]. Regards,

Re: [Tinyos-help] tinyos zigbee support

2011-12-21 Thread C.
On Tue, 2011-12-20 at 17:59 +0100, Qian Li wrote: Hello, I've noticed that there is a zigbee folder under the tinyos lib directory. Is it a full ZigBee pro + 802.15.4 stack implementation? What sensor platforms does it support (does it support Zolertia Z1 nodes)? I have not tested that

Re: [Tinyos-help] Re :Read from UART0, send through radio with telosb

2011-08-20 Thread M C
Hi I've tried to use it. Still, no radio operation. The code that I've found (on google) with bus resource control only requested/released one resource, although there was two resources: radio and UART. The request/grant should be implemented for both, right? Best regards, Marcelo

[Tinyos-help] Read from UART0, send through radio with telosb

2011-08-19 Thread M C
Hi! I'm trying to use a telosb mote to receive data from a device to the UART0Tx and Rx via the pins in the 10-pin expansion port. Until now, I've used the Oscilloscope, the TestSerial and other examples, but the end result is the same: I can receive data via UART0 _or_ receive/send data via

Re: [Tinyos-help] Problem with MSP430F261​7 and TestSeri

2011-08-10 Thread C.
Hello, A look at your code would be more helpful, when I return from vacation I could take a closer look and be of more assistance. You can try using Set_DCO(DELTA_8MHZ) when initializing the clock (Msp430XDcoCalib.h) if you suspect is a calibration issue. The msp430X files should disappear

Re: [Tinyos-help] retrieve data from a sensor telosb

2011-05-31 Thread C.
You should start with: http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder If you precise concrete examples, maybe you can get some pointers from: http://zolertia.sourceforge.net/wiki/index.php/Mainpage:TOS_advanced#Advanced_serial_communication

[Tinyos-help] DAC on Telosb

2011-05-24 Thread C L
Hello Has anybody managed to get the DAC working on TelosB? Or, any experience with this code from David Moss in tinyos-2.x-contrib: http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/rincon/tos/chips/msp430/dac12/ I tried the code - no success. CL

Re: [Tinyos-help] how to send the data through blip

2011-05-23 Thread C.
Hello, If you're using blip, then you can send data to UPD ports using standard libraries depending of the language you use, for example using java you can reuse this code: http://zolertia.sourceforge.net/wiki/index.php/UDPTemp#Java_Configuration_Sender As you can see, we use these libraries in

Re: [Tinyos-help] Packet Link Interface CRC + SerialCommunication

2011-05-23 Thread C.
Hello, On Mon, 2011-05-23 at 12:53 +0200, Miguel Ángel Vázquez wrote: Dear all, Sorry if my question is in the mailing list by I could not find it clearly explained. Just two questions: - I would like to know if the Packet Link interface provides an error correction communication (i.e.

[Tinyos-help] Bug with float type

2011-05-20 Thread Juan G C
after doing a make micaz sim: javac -target 1.4 -source 1.4 *.java placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkToRadioAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000 -fnesc-simulate -fnesc

Re: [Tinyos-help] On JTAG adapter for Telos

2011-05-18 Thread C.
On Wed, 2011-05-18 at 01:23 -0700, Eric Decker wrote: On Tue, May 17, 2011 at 3:03 PM, Antonio Linan ali...@zolertia.com wrote: If you need a JTAG connector: http://shop.zolertia.com/accessories/20-jtag-header-kit.html And also something like

Re: [Tinyos-help] interfacing ADXL345

2011-05-17 Thread C.
Hello, Start here: HplADXL345C.nc:1:17: error: Adc.h: No such file or directory HplADXL345C.nc:2:24: error: M16c62pAdc.h: No such file or directory If you like, we already have the ADXL345 sensor as a built-in sensor in our Z1 mote, take a look at our implementation (our mote is based on the

[Tinyos-help] Installing Tinyos 2.1.0 on a Ubuntu 10.10 system

2011-04-18 Thread Juan G C
Hi Romain, Thank you for your quicky answer. Ok, if those warnings doesn't crash the system to work, i don't mind annoying them. I've checked the folder /usr/lib/jvm/java-6-sun/jre/lib/amd64, and of course, I can see the following libs, among others: *libgetenv.so libtoscomm.so* So it seems

[Tinyos-help] TinyDB and MViz

2011-04-12 Thread GRANT, C
Hi, Can TinyDB GUI work on the latest TinyOS version? If yes how can I establish environment variables? Also I am having problems with MViz, the screen pops up but I can not see my network only a control panel and it is complaining about the path. Any ideas? Operating system: XubunTOS Thanks

Re: [Tinyos-help] Help Installation TinyOS

2011-04-07 Thread C.
Googling: http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Two-step_install_on_your_host_OS_with_Debian_packages The installation it's pretty straightforward. Cheers, On Wed, 2011-04-06 at 16:23 +0100, Ben Ahmed Farah wrote: Hello, Mr can you help me to install TinyOS on Ubuntu

Re: [Tinyos-help] Regarding LowPowerListening Interface

2011-04-07 Thread C.
Putting the mote to sleep, or duty cycling the radio? I believe you're asking for different things. Please refer to TEP112 regarding MCU power management: http://www.tinyos.net/tinyos-2.x/doc/html/tep112.html Cheers, On Wed, 2011-04-06 at 22:16 -0400, nihar kurapati wrote: Hello, Could you

[Tinyos-help] Flash read/write with Meshbean/Zigbit

2011-02-23 Thread C L
hello guys i get errors trying to compile my flash code (a simple, single read, write, and verify operation using BlockStorage) on Meshbean platform. tos-storage-stm25p is executed when i compile for telos...not for meshbean. i executed it manually to create my StorageVolumes.h file. however,

[Tinyos-help] Issue in running RPL test application

2011-02-20 Thread Brinda M. C
Hello all, I am working on RPL and I tried to run UDPTest code available in apps/tests/TestRPL, while using it I could notice that the root node was not receiving any response. Later we found that the application data itself was shifted back by 4 bytes. Then we went through the blip code and

Re: [Tinyos-help] Can\'t stop Radio on Meshbean (MeshNetics Zigbit)

2010-12-09 Thread C L
pending, no events)? What’s the advantage if I stop the radio? Thanks in advance Cheers, Mario -- Rgds CL -- Rgds CL Can't stop Radio on Meshbean (MeshNetics Zigbit) 15 messages C L mlomai...@googlemail.com Tue, May 18, 2010 at 12:50 PM To: tinyos tinyos-help

[Tinyos-help] [Tinyos-Help] Send Data from PC to TelosB (basestation)

2010-11-23 Thread José Eduardo S . C . Xavier
Can anyone help me to know how to send data via uart to telosB? Thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] [Tinyos-Help] Send Data from PC to TelosB (basestation)

2010-11-23 Thread José Eduardo S . C . Xavier
there is a TestSerial demo program in TOS2.x that you could use as an example. MS José Eduardo S. C. Xavier wrote: Can anyone help me to know how to send data via uart to telosB? Thanks

Re: [Tinyos-help] SerialForwarder Help

2010-11-06 Thread José Eduardo S . C . Xavier
-PC_serial_communication_and_SerialForwarder#SerialForwarder_and_other_packet_sources Cheers, Urs On 11/5/10 5:16 PM, José Eduardo S. C. Xavier wrote: Hi, i want to use SerialFotwarder but it get me some erros: /r...@ze-kpc:/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/sf# java SerialForwarder.class

[Tinyos-help] SerialForwarder Help

2010-11-05 Thread José Eduardo S . C . Xavier
Hi, i want to use SerialFotwarder but it get me some erros: *r...@ze-kpc:/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/sf# java SerialForwarder.class* *Exception in thread main java.lang.NoClassDefFoundError: SerialForwarder/class* *Caused by: java.lang.ClassNotFoundException:

Re: [Tinyos-help] Can't stop Radio on Meshbean (MeshNetics Zigbit)

2010-09-21 Thread C L
On Tue, Sep 21, 2010 at 2:55 AM, C L mlomai...@googlemail.com wrote: that was silly of me not to see that! i changed it accordingly. could u pls help me to how/what to wire McuPowerOverride.nc interface in HplRF230C.nc? i don't knwo what component to wire it to. On Fri, Sep 10

Re: [Tinyos-help] The Oscilloscope application

2010-08-17 Thread C L
ur sensor is not properly wired. it's still returning the Demo Sensor cont. value that is right now wired in ur application. check ur wiring and reference the right instance of the read interfacein ur main module. -- Rgds CL ___ Tinyos-help

Re: [Tinyos-help] REQUEST

2010-08-10 Thread C L
http://www.tinyos.net/tinyos-2.x/doc/html/porting.html http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg23142.html if u search google/tinyos-help, u can find helpful links like above. -- Rgds CL ___ Tinyos-help mailing list

Re: [Tinyos-help] reading RSSI.RSSI_VAL

2010-08-06 Thread C L
()? Because when I compare a same application with the two methods, the RSSI I get are actually different. On 5 August 2010 06:00, C L mlomai...@googlemail.com wrote: yes, it's not a must. i used this technique in my early days in TOS 'cos i didn't know otherwise :) but, i find it tidy to have

Re: [Tinyos-help] reading RSSI.RSSI_VAL

2010-08-06 Thread C L
with the two methods, the RSSI I get are actually different. On 5 August 2010 06:00, C L mlomai...@googlemail.com wrote: yes, it's not a must. i used this technique in my early days in TOS 'cos i didn't know otherwise :) but, i find it tidy to have easily identifiable files in your program

Re: [Tinyos-help] Read RSSI

2010-08-04 Thread C L
1. you've got what u need below. check for *RSSI *and *RssiResource*. http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x/tos/chips/cc2420/control/CC2420ControlP.nc?revision=1.8content-type=text%2Fplain 2. create ur own configuration file in ur program folder: eg. generic configuration

Re: [Tinyos-help] Read RSSI

2010-08-04 Thread C L
also, if u want it on packet basis, simply the following will do. CC2420Packet.getRssi() rgds On Wed, Aug 4, 2010 at 11:26 AM, C L mlomai...@googlemail.com wrote: 1. you've got what u need below. check for *RSSI *and *RssiResource*. http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2

Re: [Tinyos-help] reading RSSI.RSSI_VAL

2010-08-04 Thread C L
i posted the following just 10 mins ago. i think it answers ur question as it isn't based on a per packet basis. http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg34467.html ___ Tinyos-help mailing list

[Tinyos-help] Problems trying to get sht11 on atm128

2010-07-26 Thread C L
hope this reply is not too late... i have interfaced sht75 to meshbean platofrm, having atm1281 (not so different from atm128). the procedure is the same. and it's fully documented

Re: [Tinyos-help] packages avr-gcc-tinyos and avr-libc-tinyos brocken in stanford repository

2010-06-01 Thread Sandhya P C
Nandeesh.B On Sat, May 29, 2010 at 11:00 AM, Sandhya P C sandhya...@gmail.comwrote: Errors were encountered while processing: /var/cache/apt/archives/avr-gcc-tinyos_4.1.2-20080806_i386.deb /var/cache/apt/archives/avr-libc-tinyos_1.4.7-20080806_i386.deb E: Sub-process /usr/bin/dpkg returned

Re: [Tinyos-help] How to download tinyos-2.x contrib into ubuntu 9.10

2010-06-01 Thread Sandhya P C
I had to install the automake and build essentials. then it works. On Mon, May 31, 2010 at 4:34 PM, nandeesh basavaraju nandees...@gmail.comwrote: On Mon, May 31, 2010 at 1:56 PM, nandeesh basavaraju nandees...@gmail.com wrote: Hi Praneet, you need to check cvs

Re: [Tinyos-help] packages avr-gcc-tinyos and avr-libc-tinyos brocken in stanford repository

2010-05-28 Thread Sandhya P C
Errors were encountered while processing: /var/cache/apt/archives/avr-gcc-tinyos_4.1.2-20080806_i386.deb /var/cache/apt/archives/avr-libc-tinyos_1.4.7-20080806_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) On Sat, May 29, 2010 at 12:42 AM, Sandhya P C sandhya...@gmail.com

Re: [Tinyos-help] Re : wait in tinyos

2010-05-26 Thread C L
as phil said, tosthreads will work. lookup the net...u can find their paper on it and some tutorials. other than that, tos being an event-driven model, timer.fired() is the way to go (or, that's what i do). if possible, make ur variables global and use the timer. that's the simplest solution i

Re: [Tinyos-help] wait in tinyos

2010-05-25 Thread C L
implement the timer module. eg. in ur program... call Timer.StartOneShot(100); // start a one-time timer for 100 ms then, also in ur program... event void Timer.fired() { //do what u wanted after waiting 100 ms } cheers ___ Tinyos-help mailing

Re: [Tinyos-help] making control system for temperature data

2010-05-25 Thread C L
u can connect the telosb to ur 8051 uC via U2 and U28 extensions. haven't worked with 8051...depending on provisions, u may be able to use I2C or SPI interfaces to send ur telosb data to ur uC. cheers ___ Tinyos-help mailing list

[Tinyos-help] Can't stop Radio on Meshbean (MeshNetics Zigbit)

2010-05-22 Thread C L
Hello guys I'm testing some of my TOS applications (which work on TelosB) on the Meshbean platform. I access my radio through SplitControl, and I get success for RadioControl.start() the first time. However, I can't stop the radio: RadioControl.stop() returns an error. Have you come across

[Tinyos-help] Can't stop Radio on Meshbean (MeshNetics Zigbit)

2010-05-18 Thread C L
Hello I'm testing some of my TOS applications (which works on TelosB successfully) on the Meshbean platform. I access my radio through SplitControl and I get success for RadioControl.start() the first time. However, I can't stop: RadioControl.stop() returns an error. So, I have to keep my radio

[Tinyos-help] Sht11 on Meshnetics (meshbean platform)

2010-04-08 Thread C L
Hello guys I'm trying to port the Sht11 driver on telosa to meshnetics (meshbean platform using the zigbit amp module). zigbit uses AT1281. I'm mainly down to one file after rummaging through all levels of abstraction: $TOSROOT/tos/platforms/telosa/chips/sht11/HplSensirionSht11C.nc

[Tinyos-help] Meshbean / Humidity sensor ?

2010-03-30 Thread C L
Hello Has anybody developed any code for Shtxx humidty sensor for the meshbean (Meshnetics, AT1281 MCU) platform? Any lead is appreciated. I'm trying to port the Sht11 code of the telosa to meshbean platform for my Sht75. So far, not successful. CL

[Tinyos-help] documentation of nesc coding

2010-03-24 Thread C L
Hello guys Is it possible to use Doxygen with NesC source code? I tried the Doxywizard, but ended up having empty html files (except the title I provide). Or, is there any other means to document my comments within my code (except nesdoc)? I just want to produce a neat html code for someone

[Tinyos-help] buggy shift operation on uin32_t ?

2010-02-06 Thread Roland Flury - S H O C K F I S H /
Hi all I have the feeling that the msp430-gcc has a bug in its optimization step when it comes to shift operations on uint32_t. If I write uint32_t tmp = 0x12345678; tmp = 18; if(tmp == 0) { call Leds.led0Toggle(); } The Led toggles (which it should not to my understanding). The problem

[Tinyos-help] Nesdoc/Doxygen and NesC

2009-11-22 Thread C L
Hello guys This is my second post on the subject. Hope someone can help. I used Nesdoc for documenting. However, Nesdoc documents all interfaces and components that do not need to see. Is there any way to selectively document my nesc source files only? So, I tried using Doxygen, but in vain! It

Re: [Tinyos-help] Programming NesC with an IDE

2009-11-22 Thread Roland Flury - s h o c k f i s h /
-step_install_on_your_host_OS_with_Debian_packages) Regards El vie, 20-11-2009 a las 08:23 +0100, Roland Flury - s h o c k f i s h / escribió: Hi Ruben Are you running the latest version of Yeti2 (Version x.2.14)? In Eclipse, go to menu 'Help' - 'Check

Re: [Tinyos-help] Programming NesC with an IDE

2009-11-19 Thread Roland Flury - s h o c k f i s h /
Hi Ruben Are you running the latest version of Yeti2 (Version x.2.14)? In Eclipse, go to menu 'Help' - 'Check for Updates'... I also had some problems with the plugin not being really quick. But with some of the latest updates, everything runs quite smoothly, including the new code indent

[Tinyos-help] Doxygen and NesC

2009-11-18 Thread C L
Hello Is it possible to use Doxygen with NesC source code? I tried the Doxywizard, but ended up having empty html files (except the title I provide). CL ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] solution: USART0/SPI mode on U2

2009-09-22 Thread C L
Hello guys I posted about 4 times regarding the SPI matter, without a reply. But I have found out about issue and I'm posting my findings here for the use of anybody else (with some help from Alfonso Cardell, too). USART0/SPI mode is POSSIBLE on U2. But, radio has to be switched off (ie. OFF

[Tinyos-help] control digital potentiometer with TelosB usart/spi mode

2009-09-05 Thread C L
hello guys i need some help to control a digital potentiometer using the USART in TelosB in its SPI mode. i'm using tinyos 2.x. i wanna connect my digi-pot to the U2 (10 pin) extension. i have noticed USART0 and USART1, and their respective pins on the msp430 microprocessor. but i haven't found

[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)

[Tinyos-help] BaseStation and net.tinyos.tools.Listen -- tutorial lesson 4

2009-02-09 Thread Andrew C. Jung
Hello. I am following tutorial lesson4 which is Mote-PC serial communication and SerialForwarder. TinyOS 2.0.2 is installed in Ubuntu 8.10 and I am using Mica2 motes. I am having trouble to follow BaseStation and net.tinyos.tools.Listen part. It is saying that *Take one of the two nodes that

Re: [Tinyos-help] Mote-PC serial communication and SerialForwarder

2009-02-06 Thread Andrew C. Jung
but not this exact problem, it appeared that the java was not properly installed. So, try to go to: tinyos-2.0.2/support/sdk/java and then execute: make Then try to make the TestSerial application again. This has worked for me, I hope it does for you. Good luck, Hussein Andrew C. Jung

[Tinyos-help] Mote-PC serial communication and SerialForwarder

2009-02-05 Thread Andrew C. Jung
knows how to fix it, please help me. Sincerely, Andrew C. Jung ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MIB520 on TinyOS 1.x Ubuntu

2008-04-25 Thread SS C
Hi all, I'm running tinyos 1.x on Ubuntu. Recently I'm trying to program my micaz through MIB520. As the virtural com port for program is com3 on my laptop, I used make micaz install mib510,/dev/ttyS2 to download the Blink app, I got the error: Programmer is not responding. If I use make micaz

Re: [Tinyos-help] MIB520 on TinyOS 1.x Ubuntu

2008-04-25 Thread SS C
should be used to program the mote, the latter to communicate with it. Janos *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *SS C *Sent:* Friday, April 25, 2008 1:50 PM *To:* tinyos-help *Subject:* [Tinyos-help] MIB520 on TinyOS 1.x Ubuntu Hi all, I'm running tinyos

[Tinyos-help] question about deleting cygwin after moteworks

2008-04-21 Thread SS C
Hi all, I installed moteworks before and then tinyos 1.1 later. I couldn't remember what choice i chose to update the cygwin environment. Now I'm facing a problem of deleting the cygwin out of my computer. I tried to install a new tinyos/moteworks environment in another hard drive, then it's okay

[Tinyos-help] Interaction between LocationPlugin and FakeLocation?--for Matt!

2007-12-19 Thread Antonio C
Hi all, i am trying to implement an application that uses multihopping(I'm using Surge, as it is in examples). I execute the application with this command line /surge/build/pc/main.exe -gui 7 tinyviz first of all i enable SetLocation plugin on tinyviz, then i move motes clicking and dragging

Re: [Tinyos-help] Re: Deluge reboot works intermittently

2007-11-15 Thread Maxime Muller - s h o c k f i s h /
might be an adc in your app with a vref at 2.5V After a lot of digging I now understand more. I'm using Deluge 2 on TinyOS 1.x. The processor does indeed reset itself and run TOSboot. TOSboot then checks that AVSS is high enough (2.7V) for reprogramming the flash. If not it should flash the red

[Tinyos-help] How to catch sendDone() in tython?

2007-11-06 Thread Antonio C
Hi all, a short question: i'm trying to catch SendMsg.sendDone() in my tython script.. i have created an event handler (in tython) from net.tinyos.sim.event import * from simcore import * def catch(event): print event interp.addEventHandler(catch,UARTMsgSentEvent) now in my nesc code i

[Tinyos-help] Doesn't GenericComm work properly?

2007-11-05 Thread Antonio C
Hi all, i have already written a post about it (thanks Michael for your answers) i have made two example wizards using oscilloscope and oscilloscopeRF (so they may be correct :) ) oscilloscopeRF uses GenericComm, oscilloscope uses UARTComm, instead; if i execute the application oscilloscope

[Tinyos-help] About the XMDA320 sensor application

2007-11-02 Thread SS C
Hi all, I'm using Crossbow's MDA320 as my sensor and trying to modify the codeXMDA320 with SenseToLeds code so this code can send signals to toggle my LED at the receiver mote. Then the receiver mote will receive the toggling signal by RfmToLeds. But when I'm compiling it, I don't know which

[Tinyos-help] About the warning Send.sendDone' called asynchronously from tinyos

2007-10-31 Thread SS C
Hi All, I'm compliling my modified nc fileIntToLedsM while I'm getting warnings as Send.sendDone called asynchronously. In fact I got three such kind of warnings though with different calling functions fSendAborted, immedPacketSent,and also Receive.receive called asynchronously from

[Tinyos-help] about the warning Send.sendDone' called asynchronously from tinyos

2007-10-30 Thread SS C
Hi Dima, I saw your response about the warning Send.sendDone' called asynchronously from the maillist of tinyos help. But I don't quite understand what you mean by add the async keyword to all the components that use the interface Send? Isn't async can only be placed in front of an event? What

[Tinyos-help] About a data judgement condition

2007-10-24 Thread SS C
Hi all, I'm modifying the code RfmToLeds and hoping I can add a data condition judgement in it. I'm adding it at the module RfmToIntM, but I don't know which variable means the data I'm getting from my transmitter. Does anyone know? Or how to find such definition information? Thanks, Jessie

[Tinyos-help] CC2420RadioM.nc

2007-10-24 Thread SS C
Hi all, I'm modifying the sample code TOSBase to let it function as a receiver only. The source is from my sensor. While I was modifying it, I found it related to a radio componenet called CC2420RadioM. Because in the TOSBase code, I don't want my radio send anything, it should only RECEIVE.

[Tinyos-help] Motes and ADCDataReadyEvent

2007-10-22 Thread Antonio C
Hi all, I was trying to implement a simple program: I have an application like Sense in nesc and a script in tython. I have a file in which there are some values that i have to put in the motes with setADCValue; now i run TOSSIM and tython; in the application there's a timer that is inizialized

[Tinyos-help] Micaz and mda320

2007-10-18 Thread SS C
Hi all, I'm trying to send my sensor data through my mote to another receiver. My sensor data is collected by my MDA320. Right now I programed my remote mote to let it get the mda sample and transmit it through RF. But I don't know how to write the code of the receiver. I just want an alarm

Re: [Tinyos-help] How do I properly turn off the tinynode's radio

2007-10-16 Thread Maxime Muller - s h o c k f i s h /
Dear Jacob, i suggest you try in StdControl.stop(): ... result_t result1, result2, result3; atomic { if(mState != RADIO_LISTEN) return FAIL; mState = RADIO_DISABLED; } call IRQ0.disable(); ... Regards, maxime I'm using tinyos 1.x (CVS snapshot) with the tinynodes and I want

Re: [Tinyos-help] Problems with Tinynode and TinyOS-2.x

2007-09-11 Thread Maxime Muller - s h o c k f i s h /
Dear Jeremy, i can reproduce this behavior for payload lengths of 10 and 25, the other lengths should be fine. could you check that on your side? something like #include message.h ... if (call AMSend.send(AM_BROADCAST_ADDR, packet,counter%TOSH_DATA_LENGTH) == SUCCESS) for a quick test. ill

[Tinyos-help] Tinysec and TOSSIM

2007-06-18 Thread D C Jinwala
Hello All I am writing this after going through the mail archives, having not obtained an answer: 1. How can I use TinySec with TOSSIM - to verify the contents of the packets before encryption/decryption and after decryption/encryption ? 2. How can I run the SecureTOSbase and TOSBase (as per

Re: [Tinyos-help] Writing to tinynode via usbserial converter

2007-06-06 Thread Maxime Muller - s h o c k f i s h /
try the following: cd $TOSROOT/apps/Blink/ tos-bsl --invert-reset -c /dev/ttyUSB0 -r -e -I -p build/tinynode/main.ihex supposing /dev/ttyUSB0 is the right device cheers, maxime I am trying to program a tinynode using tinyos-1.x and it is not working through my usb-serial converter. I get

[Tinyos-help] Deluge 1.0 on micaz

2007-06-01 Thread John C
there. Then if I kill the process by Ctr-C, I cannot ping the node, I cannot inject image, I cannot do anything. I am confused. I have been successfully using Deluge 1.0 on mica2 though. I am using Deluge 1.0 and tinyos 1.1.10. Thanks, John

[Tinyos-help] Re: Deluge 1.0 on micaz

2007-06-01 Thread John C
from `CCA.startWait' cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:115: warning: `Send.sendDone' called asynchronously from `sendFailed' Thanks, John - Original Message From: John C [EMAIL PROTECTED] To: tinyos-help@Millennium.Berkeley.EDU Sent: Friday, June 1, 2007 1:55:37

[Tinyos-help] Profiler tool

2007-05-24 Thread D C Jinwala
Hi Just wanted to know is there any profiler tool for TinyOS env ? How do I know the exact codesize of an application in this environment ? TKS n RGDS DCJ ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] Siemens TC65 modules

2007-05-23 Thread Maxime Muller - s h o c k f i s h /
Hi Matthew, There are some at commands you should try, like: AT+COPS=? which shows available operators and selection modes AT^SOPS=? gives you the registration status of the tc65. Ill send you the whole list of commands. Regards, maxime Hey all, So, we're working on a tinyos project using

[Tinyos-help] TinySec ciphers

2007-05-11 Thread D C Jinwala
Hello everybody 1. While TinySec is open to the selection of the block cipher to be used, is there any convincing evaluation comparing the performance of the block ciphers on TinySec/TinyOS platform ? 2. Is security in software (e,g TinySec) of any use when hardware encryption and

[Tinyos-help] SPIN for verification

2007-05-09 Thread D C Jinwala
?!!.. TKS n RGDS -- ** Mr Devesh C Jinwala Assistant Professor in Computer Engineering S V National Institute of Technology, Ichchhanath, Surat - 395 007. Dial: 0261 - 222 83 94 (O); 0261-221 06 10(R) http://www.svnit.ac.in/~dcj

  1   2   >