[Tinyos-help] [PATCH] adxl345 - remove dependency of msp430

2011-02-28 Thread Roger Larsson
as mulle can use it too... You need something like this in your platform/*/.platform or sensorboard/*/.sensor push @new_args, -DADXL345_ALT_ADDRESS=0; And the Hpl file (this is for mulle) located somewhere in platform or sensorboard. /RogerL -- Roger Larsson, Research Engineer Division

[Tinyos-help] [PATCH] ds2782 use read interface (and stub for identity)

2011-02-28 Thread Roger Larsson
For some reason the ds2782 does not use the usual read interface for reading temperature, voltage, etc With this patch you can use it as any other sensor. In addition there is a stub of reading identity information from it. /RogerL -- Roger Larsson, Research Engineer Division of Mobile

[Tinyos-help] [PATCH] rf230 BaseStation stuck on sending with fresh svn versions (r5427, mulle, rfxlink)

2011-02-17 Thread Roger Larsson
I think the following patch fixes the problem in the correct way... (Not completely tested but initial testing is positive) /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå

Re: [Tinyos-help] rf230 BaseStation stuck on sending with fresh svn versions (r5427, mulle, rfxlink)

2011-02-09 Thread Roger Larsson
happened... /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå Phone: +46 (0)910 58 53 18 Mobile: +46 (0)70 531 72 58 Från: mmar...@gmail.com [mmar...@gmail.com] f#246

Re: [Tinyos-help] GUI application display temperature and humidity incorrect values

2011-02-01 Thread Roger Larsson
My guess Your AD converters have a voltage reference that works even when battery is low. But your analog input voltage to temperature and relative humidity drops faster. (Or the other way around) /RogerL - Ursprungsmeddelande - Hi to all, I am developing an application to sense

Re: [Tinyos-help] CFLAGS Changes during make command

2011-01-26 Thread Roger Larsson
using two compiler options But I would really place it between make and iris... It feels more natural... /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå Från: tinyos

[Tinyos-help] [PATCH] ntohs used on native value - can't be correct

2010-12-14 Thread Roger Larsson
] == htons(0x00FF) + addr-s6_addr16[6] == htons(0xFE00)) { if (ntohs(addr-s6_addr16[4]) == panid ntohs(addr-s6_addr16[7]) == saddr) { return TRUE; -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University

Re: [Tinyos-help] tos-check-env errors !

2010-12-13 Thread Roger Larsson
.fc14.x86_64 Actually... I haven't been using exactly this version as I upgraded to fedora 14 late last week and have not used TinyOS since... /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå

Re: [Tinyos-help] Reg:Oscilloscope

2010-12-10 Thread Roger Larsson
There is a python script in the oscilloscope directory, might be what you are looking for. /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå Från: tinyos-help-boun

[Tinyos-help] [PATCH] Re: Using deluge for oscilloscope

2010-12-01 Thread Roger Larsson
the application. And as a bonus it supports Deluge too... [I am not sure that this is the latest version, but it should be close...] /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå

Re: [Tinyos-help] TinyOS vs Contiki

2010-11-16 Thread Roger Larsson
option than -Os... - Contiki, have not built anything for actual hardware yet /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå Från: tinyos-help-boun

Re: [Tinyos-help] CC2420: length field in 802.15.4 header is used without initialisation, fcf field not set in any case

2010-11-09 Thread Roger Larsson
; + IPAddressP.ActiveMessageAddress - ActiveMessageAddressC; IPAddressP.LocalIeeeEui64 - LocalIeeeEui64C; } -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå Phone: +46 (0)910 58 53 18 Mobile: +46 (0)70 531 72 58

Re: [Tinyos-help] [Tinyos-devel] parametrized interfaces : an array of timers

2010-09-22 Thread Roger Larsson
So the fix is to add: default command Timers.startPeriodic[int id](int interval) { ... complain/handle/ignore unexpected call ... } That this command has to be written feels wrong for three reasons... 1) compiler error does not even talk about the need for a 'default',

[Tinyos-help] [PATCH] Multichannel oscilloscope with Deluge support

2010-09-16 Thread Roger Larsson
) - ... /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå MultiChannelOscilloscope.patch Description: MultiChannelOscilloscope.patch ___ Tinyos-help mailing list Tinyos

Re: [Tinyos-help] Multichannel Oscilloscope for Tinyos2? [including PRE-PATCH]

2010-09-15 Thread Roger Larsson
Got it to work with the help of answers to Re: [Tinyos-devel] parametrized interfaces : an array of timers (I had almost tried the correct thing - default function - but I had forgot the empty body) I will submit an updated version later today... /RogerL -- Roger Larsson, Research Engineer

[Tinyos-help] Multichannel Oscilloscope for Tinyos2? [including PRE-PATCH]

2010-09-14 Thread Roger Larsson
suspect that the remaining 20% will take 80% of my time to polish up (mostly in the Java application) So now is the time to ask - does anyone have finished code in their drawer? PS Why isn't it possible to use the SENSOR_ARRAY approach? (really a question for tinyos-devel) -- Roger Larsson

Re: [Tinyos-help] Timestamping the start and the end of a sampling process

2010-08-30 Thread Roger Larsson
shadows, wait for temperature to stabilize, measure, switch places, wait and measure again... /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology Från: tinyos-help-boun

[Tinyos-help] tos-set-symbols uses avr-objdump (on mulle and others?)

2010-08-27 Thread Roger Larsson
possibility would be to make symbolic links from avr-objdump to m32c-elf-objdump But none of the above would feel right(tm) What is the recommended way? I thinking about modifying the tos-set-symbols.in to use 'tos-objdump' and then link from that - It would feel better... /RogerL -- Roger Larsson

[Tinyos-help] Changing the sensor in oscilloscope application

2010-08-26 Thread Roger Larsson
from PMIC to ADC. Thanks for your time ! Waqas -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå Phone: +46 (0)910 58 53 18 ___ Tinyos-help mailing list Tinyos

Re: [Tinyos-help] motelist doesn't work for iris ?

2010-08-26 Thread Roger Larsson
I also use Feodora 12 (64 bit) and it works for me... But I have done two modification that might be why 1) I added group 'dialout' to my user (all the serial devices use group dialout) 2) I have SELinux disabled... Thinking (and doing some strace) motelist does an stat before printing - and