[Tinyos-help] Logging Data to Flash Problems

2006-04-13 Thread Gregory A. Moore
Hi all, I am working on an application in which I must log data to the flash. I am using TinyOS-1.1.15 and I am using the PageEEPROMC component with the EEPROMRead and EEPROMWrite interfaces. I am able to check that the use of the write and read functions returns successfully, but when

[Tinyos-help] Communication model

2006-04-13 Thread #NG YEONG SHENG,JOHNSON#
Hi Iam trying to set up a simple communication model between 2 nodes, one as a base station and another as a sensor node. My concern is the communication between the 2 nodes, i.e. sending and receiving of packets. I have manage to sent messages using Generic Comm and for the receiving part, i

[Tinyos-help] Help with porting programs to new TinyOS

2006-04-13 Thread Aditya Bhave
I wrote a localization application using the old tinyos (i dont know the version, it just says tinyos-1.x, but i purchased the full thing from Crossbow in June 2003). There ListenRaw was working properly.Recently about a week back, i purchased the latest professiuonal kit with a MIB510 instead of

[Tinyos-help] Re: tossim in dev branch working?

2006-04-13 Thread Philip Levis
Please send questions to tinyos-help; that way, they're archived for people to read in the future. Answer follows. On Apr 13, 2006, at 1:44 AM, Omprakash Gnawali wrote: Hi Phil, Do you know if TOSSIM in dev branch is working? In apps/Blink/BlinkC.nc: event void Boot.booted() {

Re: [Tinyos-help] TinyOS building from source: Docs.

2006-04-13 Thread David Gay
On 4/12/06, Muthiah Annamalai [EMAIL PROTECTED] wrote: Basically all Im asking for is, Which versio! ns of Nesc, Avr library suite, Tinyos work together? Which versions are friendly to each other, and what are their dependencies? If someone from the design team could provide a small

[Tinyos-help] Re: tossim in dev branch working?

2006-04-13 Thread Omprakash Gnawali
Your channel is BlinkC, not Boot. Also, the Booted event is not assured to be signaled in the first event. The boot event represents the OS, not the node, booting. There might be a bunch of hardware events/tasks (which are TOSSIM events) before the Boot.booted() event is signaled.

Re: [Tinyos-help] tmote/telos security protocol development

2006-04-13 Thread Cory Sharp
I haven't heard of any updates, though people Tmote/Telos On 4/10/06, adina [EMAIL PROTECTED] wrote: Hi! I have read some mails from the archive, which state that TinySec was not implemented for tmote. Does anyone know, whether this has changed since last year or not? Has someone

Re: [Tinyos-help] tmote/telos security protocol development

2006-04-13 Thread Cory Sharp
I haven't heard of any updates in this area. The CC2420 radio on Tmote/Telos has built in encryption and authentication, and it's just waiting for from security minded folks to put a sensible security API around it. - Cory On 4/10/06, adina [EMAIL PROTECTED] wrote: Hi! I have read some

[Tinyos-help] Measuring battery level

2006-04-13 Thread gth755q
Hi all, I was wondering if there is a way to measure battery level of a sensor ? If there is, are there any modules/interfaces already developed, that one can use for that ? Any help is greatly appreciated, Demijan ___ Tinyos-help mailing list

[Tinyos-help] UART address in Surge, base station code

2006-04-13 Thread Avanthi Koneru
In Surge, the base station is programmed with the ID=0 andt is installed with the same program. How does it know that a node with an ID 0 is the root node and is just supposed to send data to the UART, coz I didn't find any code which addresses the UART in the application? Is it something

Re: [Tinyos-help] Measuring battery level

2006-04-13 Thread Michael Schippling
I assume you mean that your sensor has a separate battery from the mote. If so you can use an available ADC channel with appropriate buffering or resistor ladder to measure an external voltage, e.g., your battery. See the ADC component, or any of the sensor impls that use it. MS [EMAIL

[Tinyos-help] Surge-Reliable Running problem!???

2006-04-13 Thread Xing Jin
Hi everyone, I tried to run under /opt/tinyos-1.x/contrib/xbow/apps/Surge_Reliable, but the result shows like : $ make mica2 install,1 mib510,com1mkdir -p build/mica2 compiling Surge to a mica2 binaryncc -o build/mica2/main.exe -Os -I../../tos/platform/mica2 -I../../tos/CC1000RaioAck

Re: [Tinyos-help] tmote/telos security protocol development

2006-04-13 Thread Vinayak Naik
Is there any documentation of the security API provided by the CC2420 radio? In particular, how to enable/disable security, how to instantiate and change keys, etc.Thanks,- Vinayak On 4/13/06, Cory Sharp [EMAIL PROTECTED] wrote: I haven't heard of any updates in this area.The CC2420 radio

[Tinyos-help] Error message: ncc command not found

2006-04-13 Thread Zonghua Gu
I got the latest source code of TinyOS1.1.x from CVS. I am running Cygwin 1.2a on Windows XP. When I type make in Apps/Blink, I got the error message that ncc is not found.$ make pcmake: ncc: Command not foundmkdir -p build/pc compiling Blink to a pc binaryncc -o build/pc/main.exe -g -O0 -pthread

Re: [Tinyos-help] tmote/telos security protocol development

2006-04-13 Thread Prabal Dutta
Hi Vinayak, The CC2420 datasheet has this information: http://www.chipcon.com/files/CC2420_Data_Sheet_1_4.pdf - Prabal On 4/13/06, Vinayak Naik [EMAIL PROTECTED] wrote: Is there any documentation of the security API provided by the CC2420 radio? In particular, how to enable/disable security,