[Tinyos-help] CfP: Int. Workshop on Real-World Wireless Sensor Networks - deadline extended!

2013-06-18 Thread Mikhail Afanasov
Call for Papers: The Fifth Workshop on Real-World Wireless Sensor Networks == 19-20 September 2013 Como Lake (Italy) http://realwsn.deib.polimi.it Follow

[Tinyos-help] communicate with base

2013-06-18 Thread sarahgros
Hello, I would like to know which interface(s) I have to use to allow a node communicate with a base who read temperature. Thanks of that, I would like to read these temperatures in a database (PostgreSQL). Is interface "SendMsg" enough ? I have added these lines at the end of my program : eve

[Tinyos-help] XM1000 and I2C

2013-06-18 Thread TinyUser
Hello everybody! I started a new project which involves working on an Advanticsys XM1000 mote ( http://www.advanticsys.com/wiki/index.php?title=XM1000 which runs TinyOS) and I2C sensors. For now I just have one MCP9800 temperature sensor ( http://ww1.microchip.com/downloads/en/DeviceDoc/21909d.p

Re: [Tinyos-help] XM1000 and I2C

2013-06-18 Thread Antonio Linan
The XM1000 is basically a Z1 mote (both MCU are quite similar, I'm not being mean), you can see how the tmp102/sht2x sensors are implemented. The Z1 mote already has a built-in ADXL345 accelerometer, so reviewing the driver might save you some porting pain :) Cheers, --Antonio On Tue, Jun 18,

Re: [Tinyos-help] XM1000 and I2C

2013-06-18 Thread TinyUser
Hello Antonio, thank you for replaying. Basically I'm just getting started with TinyOS+sensor and I would like to find some code to study the I2C sensor/mote communication. I already worked with this MCP sensor in the past using a Raspberry PI and the I2C but thanks to the python library and some t

Re: [Tinyos-help] XM1000 and I2C

2013-06-18 Thread Antonio Linan
I can only recommend to read the source code and see how the calls to the I2C drivers are made, that should give you a pointer on how to implement, basically you want to look at the interfaces I2CPacket and Resource, locate them in the SimpleTMP102P and start digging. --Antonio On Tue, Jun 18, 2

[Tinyos-help] tinyos(tossim) please help thanks

2013-06-18 Thread Syed Abdul basir
mkdir -p simbuild/micaz   placing object files in simbuild/micaz   writing XML schema to app.xml   compiling myProtocolAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\) -fnesc-gcc=gcc

[Tinyos-help] hello

2013-06-18 Thread fatouma nour
please help me user@7-ede445eed82f4 ~$ cd /opt/tinyos-1.x/apps/V user@7-ede445eed82f4 /opt/tinyos-1.x/apps/V$ make pcmkdir -p build/pc compiling MHECHERPRouter to a pc binaryncc -o build/pc/main.exe -g -O0 -pthread -fnesc-nido-tosnodes=1000 -fnesc-simute -Wall -Wshadow -DDEF_TOS_AM_GROUP=

Re: [Tinyos-help] hello

2013-06-18 Thread Eric Decker
A couple of things... First, it is impossible to guess at what is wrong with your code without having the code that is being bitched about. Please think to yourself, "Self, what would I need to see if some one was asking me to help figure out what is wrong with line 43?" Seriously. Second, Ti