[Tinyos-help] Simple serial I/O

2012-08-29 Thread Andrew Rudgewick-Brown
I need to be able to reliably output arbitrary text to the UART for debugging and data collection. I've tried using the PlatformSerial module, however this doesn't provide buffering and frequently loses data. I'm trying to get around this by implementing a separate buffer but I'm unable to

Re: [Tinyos-help] Powertossim z, can't create Energy.txt

2012-01-18 Thread Andrew Rudgewick-Brown
Did you find a solution to this? I'm having the same problem I've attached both the debug channels mentioned in the documentation to STDOUT with the following code: t.addChannel(ENERGY_HANDLER, sys.stdout) t.addChannel(POWERTOSSIMZ, sys.stdout) and tried building the sim with both make micaz

[Tinyos-help] TinyOS code samples

2011-11-14 Thread Andrew Rudgewick-Brown
Hi, I’m trying to get hold of some samples of TinyOS code used in real-world WSN deployments to analyze for my PhD project. I'm mainly interested in the configurations and wiring people use, so all I really need are the application/configurations and interfaces, I don't need the actual code