On 19 October 2012 15:08, Catur Atmaji <[email protected]> wrote:
> A have read about Tiny OS and possibility to install it on Arduino UNO. I > have found the web page on github ( > https://github.com/jmattsson/tinyos-arduino), but I still didn't see how > to install it on Arduino. > Can you help me, or give me a little tutorial step by step about how to > install it on Arduino? > Hi there, The basic TinyOS tutorials are a great introduction. The key difference is the command "make uno install" instead of e.g. "make telosb install". Good application starting points would be the Blink app, and the TestUno app. Due to high work-load over the last however many months I haven't had much time to spend on the Arduino platform, so there's still radio no support and the Etherten board support is still a work in progress. Also make sure you have a recent version of gcc-avr and avr-libc, or you'll see lots of errors when compiling. Regards, /Johny -- Johny Mattsson Senior Software Engineer DiUS Computing Pty. Ltd. *where ideas are engineered *
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
