Questions tagged [tinyos]

TinyOS is an OS for embedded, low-power wireless devices and a development platform for low-power wireless devices. The TinyOS development platform helps developers write programs for low-power wireless embedded systems from inside another operating system such as Ubuntu.

TinyOS is an OS for embedded, low-power wireless devices and a development platform for low-power wireless devices. The TinyOS development platform helps developers write programs for low-power wireless embedded systems from inside another operating system such as Ubuntu. Fundamentally, it is a work scheduler and a collection of drivers for microcontrollers and other integrated circuits commonly used in wireless embedded platforms. TinyOS is licensed under an open source, BSD license.

Programming languages

TinyOS applications are written in the programming language nesC, a dialect of the C language optimized for the memory limits of sensor networks. Its supplementary tools are mainly in the form of Java and shell script front-ends.

References

10 questions
3
votes
1 answer

How to update a package from command line (gcc compiler)

I am trying hard! to update the gcc-msp430 compiler on my ubuntu, but it does not work (I guess because of the older version of the same compiler that is already installed). Here is the command I used as well as the…
Dumbo
  • 1,962
1
vote
4 answers

Installing TinyOS on recent version of Ubuntu

I am following this tutorial to install TinyOS but when I run sudo apt-get install tinyos it says unable to locate package. I have tried all distributions.
0
votes
1 answer

Error while running Blink program

I am working in TinyOs in Ubuntu 16.04. When I run the Blink program, the following error occurs: [INFO] script 2538 bytes in ROM 56 bytes in RAM [INFO] size (toolchain): text data bss dec hex filename 2596 2 …
0
votes
1 answer

Tinyos not installed after installing Tinyos

I have followed all the steps of Installing TinyOS on recent version of Ubuntu but when i type tos-bsl, it shows root@rsmjv-Studio-1555:/home/rsmjv/tinyos-main# tos-bsl The program 'tos-bsl' is currently not installed. You can install it by…
0
votes
1 answer

Install TinyOS on Ubuntu

I have to use TinyOS for my small project, so I installed TinyOS in my Ubuntu 14.04 64-bit. Basically, I followed the instructions from Saeid in his YouTube video, TinyOS Tutorial #1 - How to install TinyOS on Ubuntu, however I got the following…
0
votes
3 answers

Storing deb packages on local media

Possible Duplicate: How can I install software or packages without Internet (offline)? Is there a way to store deb packages (all or a specific version of package) on a local media (dvd, usb etc...) so later I would be able to install those…
Dumbo
  • 1,962
0
votes
1 answer

How to correctly set permisions for all subfolders and files

I am following the guide to install TinyOS on Ubuntu 12.04 I have done up to step 3, But I am not sure if I have done the step 3 correctly. Because by doing the step 4 I get the permission error : saeid@saeid-Satellite-C660:~$…
Dumbo
  • 1,962
0
votes
0 answers

Programming mote using TinyOS getting error (Ubuntu 18.04)

I'm programming the MSP-430 mote using the command telosb. I'm stumbled in the error showed below: root@andrea-VirtualBox:/etc/apt/sources.list.d/tinyos-main/apps/Blink# make telosb reinstall bsl,/dev/ttyUSB0 cp build/telosb/main.ihex…
-1
votes
1 answer

Java NoClassDefFoundError trying to run Tinyviz on Tinyos Ubuntu

I have a problem with Tinyviz, which is a Java simulator. When I run it with the command tinyviz, I get this message on my screen: java -Dpython.cachedir=/tmp/jython.cache -DDBG= -DSIMDBG= net.tinyos.sim.SimDriver -gui Starting SimDriver...…
-1
votes
2 answers

How to resolve `unable to locate package` error?

I am running Ubuntu 12.04 LTS. I have edited /etc/apt/sources.list to add deb http://tinyos.stanford.edu/tinyos/dists/ubuntu precise main. But when I try to install tinyos; I get the following error: shahid@shahid-Lenovo-G550:~$ sudo apt-get install…
shahid
  • 1