rulos VS zephyr

Compare rulos vs zephyr and see what are their differences.

rulos

Ravenna Ultra-Low-Altitude Operating System: An embedded OS for AVR and ARM CPUs (by jelson)

zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. (by zephyrproject-rtos)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rulos zephyr
6 57
16 9,716
- 3.2%
6.2 10.0
15 days ago 2 days ago
C C
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rulos

Posts with mentions or reviews of rulos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-24.
  • Show HN: Homemade rocketship treehouse – hardware to custom OS
    1 project | /r/patient_hackernews | 24 Apr 2023
    1 project | /r/hackernews | 24 Apr 2023
    1 project | /r/hypeurls | 24 Apr 2023
  • Homemade rocketship treehouse, from hardware to custom OS [2011-2023]
    2 projects | news.ycombinator.com | 24 Apr 2023
    (This was previously submitted as https://news.ycombinator.com/item?id=2246856)

    The Ravenna Ultra-Low-Altitude Vehicle is a backyard rocketship treehouse nestled in the Seattle neighborhood of Ravenna. Click the link to see a demo video.

    The hexagonal treehouse is about 6.5 feet (2 meters) across at its widest point. The frame is welded mild steel with riveted aluminum siding. It contains nearly 800 LEDs forming dozens of numeric displays spread across 14 control panels, each with an acrylic face laser-cut and etched with labels such as "Lunar Distance" and "Hydraulic Pressure". The pilot controls the rocket using a joystick and panels full of working switches, knobs and buttons. Underneath the capsule are three "thrusters" that shoot plumes of water and compressed air under the control of the pilot's joystick, simulating real positioning thrusters. Takeoff and docking sequences are augmented by a paint-shaker that simulates the vibration of a rocket engine. Sound effects complete the illusion, with a powered subwoofer that gives the rocket a satisfying rumble.

    When it was built in 2011, rocket operations were controlled by three Atmega328 microprocessors on custom-fabricated printed circuit boards, running a small operating system, RULOS, built just for this project. A trench running from the house to the rocket carries 12VDC power for the lighting and electronics, water for the thrusters, compressed air, and several data signals.

    Since 2011, the two-person team has upgraded it, here is a recent update from the makers:

    One of the most visible changes is replacing the primary 4-line display with a slicker 6-line display (i.e., 6 rows of 8 columns of 7-segment LEDs). The audio synthesizer has been upgraded to a PCB that can generate 50khz, 16-bit audio. The interconnection bus, which had been flat IDC cable carrying individual on/off lines, was upgraded to a true I2C-based networked distributed system with over a dozen individually addressable targets, all interconnected by standard cat5 cable that carries both our I2C protocol and power. We also moved much of the electronics from 8-bit atmega328s to newer, 32-bit STM32F3's. RULOS has been expanded into a pretty general purpose embedded systems platform ported to 5 major lines of CPU (atmega, attiny, stm32, nxp lpc, and esp32). We've used it for dozens of other projects in the last 12 years, including a nanosecond-accurate timestamper, a GPS datalogger, an air quality sensor, various little electronic control boards for toys (e.g. these, and this), and an autonomous boat (that sank). It is all available on [github](https://github.com/jelson/rulos).

  • I2C trace routing on multiple boards that connect together. I am unsure how what i need to consider.
    1 project | /r/PrintedCircuitBoard | 1 Jan 2021
    Master Control Board, based on stm32f303. This is different than the others because it feeds 12 power into the RJ45 connector. It also regulates input power down to 10v for the bus driver.

zephyr

Posts with mentions or reviews of zephyr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • Ask HN: Anyone Waiting on BT Auracast?
    1 project | news.ycombinator.com | 16 Dec 2023
    Hey folks. Anyone out there waiting for BT Auracast? It was announced June 2022, and immediately struck me as must have.

    I lost my earbuds, but it seems ridiculous to get a replacement without Auracast, seems like surely if I'm going to make a decent sized purchase like that it needs to support group playing. I want to tune into the radios of other people on the metro or on the bus, want to be able to watch a movie on the plane with someone.

    Auracast was announced in June 2022. Anyone else out there struggling with expectations here? I'm really hoping the product announcement season that's right around the corner had a good number of Auracast announcements.

    Side note, a ton of it is over my head but it's been so so fun tuning in every once and again to see how Zephyr's Bluetooth Audio work is going. Just wild now much has gone into this! https://github.com/zephyrproject-rtos/zephyr/commits/main/subsys/bluetooth/audio

  • VisionFive 2 ROM addresses for Zephyr RTOS
    3 projects | /r/RISCV | 5 Dec 2023
    I am working on adding support for VisionFive 2 in Zephyr RTOS. I have created a device tree by referencing the starfive linux, patches of hifive_unmatched FU740 SoC and patches of BeagleV Starlight.
  • Adding support for visionfive2 in zephyr rtos
    2 projects | /r/embedded | 24 Nov 2023
    We are unsure on how to proceed further with this error. We have opened a github discussion regarding the same issue.
  • Zephyr (small footprint realtime OS) supported boards
    1 project | news.ycombinator.com | 4 Aug 2023
  • Learning to write device drivers using C/C++ in Zephyr OS
    2 projects | /r/embedded | 11 Jul 2023
    Then there are samples. Look through it for anything useful. RC522 uses SPI, so getting that to work would be a good first step.
  • Building with cmake can't find cross-compile objcopy
    1 project | /r/Zephyr_RTOS | 25 Jun 2023
    Hey, I've been trying to build an app with cmake+ninja instead of west to integrate it into a larger build system and everything works correctly except for the final stage where it uses `/usr/bin/llvm-objcopy` instead of the `${CROSS_COMPILE}` one it tries to find here.
  • Arduino Joins Zephyr Project
    1 project | news.ycombinator.com | 22 Jun 2023
    Zephyr has a lot of good points, but I really wish it didn't use Kconfig. Getting a working config seems to be mostly a matter of copying an already working example. It might be okay for hardware side of things, but it's a really bad at software/feature dependency.

    Set https://docs.zephyrproject.org/latest/build/kconfig/tips.htm... and the issue: https://github.com/zephyrproject-rtos/zephyr/issues/52575. And don't even get me started on trying anything to group options together.

  • Zephyr 3.4 is out!
    1 project | /r/Zephyr_RTOS | 18 Jun 2023
  • PlatformIO and Zephyr is a bad idea
    4 projects | /r/embedded | 17 May 2023
    In this thread u/ikravets explained that there hasn't been much demand for Zephyr, which is why they aren't doing anything with it, and in this pull request Zephyr decided to no longer recommend PlatformIO in their documentation.
  • Zephyr RTOS RAM Tracing
    1 project | /r/embedded | 4 May 2023
    The answer is always in the source: https://github.com/zephyrproject-rtos/zephyr/blob/bdaac354f4cb0ad91d952c2f6941c16240d84da2/subsys/tracing/tracing_backend_ram.c

What are some alternatives?

When comparing rulos and zephyr you can also consider the following projects:

Super-Simple-Tasker - Event-driven, preemptive, priority-based, hardware RTOS for ARM Cortex-M.

FreeRTOS-Kernel - FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.

nanopb - Protocol Buffers with small code size

mbed-os - Arm Mbed OS is a platform operating system designed for the internet of things

qpc - QP/C Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines

RIOT - RIOT - The friendly OS for IoT

libhydrogen - A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

nuttx - Apache NuttX is a mature, real-time embedded operating system (RTOS)

nanoMODBUS - A compact MODBUS RTU/TCP C library for embedded/microcontrollers

wasm-micro-runtime - WebAssembly Micro Runtime (WAMR)

mongoose-os - Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.

FreeRTOS-rust - Rust crate for FreeRTOS