BeRTOS – Real Time Operating System

A RTOS which is also a OSS. Drivers and Libraries designed for the rapid development of embedded software.

BeRTOS was born as a extremely modular, highly optimized and fine-tuned operating system for embedded programming. As a result, each module has its own scope and can be used alone or in cooperation with other modules. It’s even possible to use most of the drivers without activating the kernel module.

New architectures are supported at every new release. Here are a few

  • Arduino Duemilanove ATmega328P
  • ARM7TDMI Atmel AT91SAM7 series, NXP LPC2XXX series
  • ARM Cortex-M3 Luminary Stellaris (LM3S),ST Microelectronics STM32

Example projects using BeRTOS

This section includes real world examples of BeRTOS usage. These examples are full featured programs that you can download, compile and flash directly on your board.

DevelGPS – Stellaris

The purpose of this project is to implement a portable GPS locator / geocaching finder with the Cortex-M3 based Luminary Micro LM3S1968 evaluation board. The device proposes a user interface to configure the GPS coordinates of a target location and shows on the OLED display the direction and distance to reach the target.

Leave a Reply