[Tinyos-help] Adding a second SHT11 sensor to TelosB

2014-10-20 Thread Rinoa Harasashi
Hi, We are trying to add a second SHT11 sensor to our TelosB - we replicated and renamed HplSensirionSht11C.nc, HalSensirionSht11C.nc, SensirionSht11C.nc, and HplSensirionSht11C.nc in platforms/telosa/chips/sht11. We also made sure than the references inside the files were correct. In addition,

Re: [Tinyos-help] Adding a second SHT11 sensor to TelosB

2014-10-20 Thread Rinoa Harasashi
Oops, the edits in hardware.h should be // HUMIDITY TOSH_ASSIGN_PIN(HUM_SDA, 1, 5); TOSH_ASSIGN_PIN(HUM_SCL, 1, 6); TOSH_ASSIGN_PIN(HUM_PWR, 1, 7); // HUMIDITY 2, RINOA ADDED TOSH_ASSIGN_PIN(HUM2_SDA, 2, 0); TOSH_ASSIGN_PIN(HUM2_SCL, 2, 1); TOSH_ASSIGN_PIN(HUM2_PWR, 1, 3); But it still

Re: [Tinyos-help] Change-suggestion for atm128rfa1 RadioDriverLayer to make it safe to use for atmega64/128/256rfr2

2014-10-20 Thread András Bíró
Hi Andreas, I see you're reasons, but I disagree. This bit on the RFA1 is reserved, it's very ugly to use it. There are other small changes in the radio registers, and not all can be worked around with such tricks (for example the PA_LT bits moved to an other register). I think the proper

[Tinyos-help] I need a help

2014-10-20 Thread IBRAHIM AHMED NEMER
Really I want to modified the FTSP protocol to do another function within the code that is: each node when receive the local time of other nodes and the global time of the root node; this node will make an average value for all these values and update its time to this time! any help, comments