Showing 304 open source projects for "c-bus"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 1

    MenuDesigner

    A GUI system for embedded systems.

    A small GUI system for monochrome and color LCDs suitable for embedded systems with very limited system resources (like 8 bit microcontrollers). Comes with a graphical editor for creating a menu. Runs on Linux and Windows (Cygwin is recommend for using all features). Samples showing the usage on a PC, AVR, and STM32 microcontrollers are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    P89 Serial Programmer

    P89 Serial Programmer

    Program NXP P89V51RD2 from your favorite Unix system

    P89 Serial Programmer (p89pgm) is a simple command-line based serial In-System Programmer for Philips (NXP) P89V51RD2 microcontroller. This programmer is designed to be minimal, and has no external software dependency. Supported input formats are Intel HEX and raw binary file. This programmer is designed for GNU/Linux and Unix-like platforms; but it also runs on Microsoft Windows as well, thanks to Cygwin porting library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    BACnet for Dynamic C

    BACnet stack for Rabbit 4000/5000/6000

    This is a Dynamic C port of the BACnet stack at http://sourceforge.net/projects/bacnet. This BACnet library provides a BACnet application layer, network layer and MAC layer communications services for systems based on the Rabbit 4000, 5000 and 6000 processors. The rich feature set of the BACnet stack provides an ideal platform for developing Rabbit based control devices which can use the many BACnet tools out there to reduce the development time and effort.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    GCDebRTrc

    Debug Facility for Real-Time issues

    For C (and CPP obviously): Include a fast and tiny RAM-tracing feature for Real-Time (RT) debugging purposes. >> ONLY FOR DEBUGGING << Very much faster than printf-debugging, which may result in unforseen results in an RT environement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 5

    tech03

    Multitasking MIPS32 M4K

    Goal: test of tech01 portability to MIPS32 M4K core Target board: Olimex PIC32-PINGUINO-MX220
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    tech02

    Multitasking ARMv7-M (Cortex-M)

    Goal: test of tech01 portability to armv7m architecture Target board: NXP FRDM-K28F
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    tech01

    Multitasking ARMv7-R and ARMv7-A (Cortex-R, Cortex-A)

    Goal: multitasking kernel from scratch Target board: TI LAUNCHXL2-RM46
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HC6800EM3

    HC6800EM3

    English Examples Projects for HC6800EM3 MCU devkit

    This project translates and rewrites C-code examples for the Prechin's MCU devkit, since original docs & examples were released in Chinese. Besides, some illegal stuff from original CD will be removed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tool to create SVF files from HEX files for Atmel microcontrollers, similar to the closed-source avrsvf.exe application available from Atmel. You should be able to compile the tool on any platform with a C compiler, like Linux, Mac OS X, FreeBSD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
    Learn More
  • 10

    motion5

    Specialised variant of GRBL focused on motion of up to five axes

    motion 5 is a specialised variant of GRBL which is focused on motion of up to five CNC axes and laser processing instead of milling. It supports ATMega MCUs running with up to 20 MHz and provides jitter-free pulses with a frequency of up to 38 kHz. Wherever usage and handling of motion5 is different to original GRBL, this is described in Wiki. For the G-code commands please note that motion5 supports more axes which are named "A" and "B". So a GRBL-command "G1X10.0Y20.0Z10.0" which moves...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    IoT Leaf

    Software resources for the ESP32 based IoT Leaf microcontroller board

    The IoT Leaf is a small ESP32-based device which can be used as highly flexible power supply, as embedded controller or as a combination of both: it consists of a board which can be cut into two pieces resulting in two different devices or which can be used as one. The board can be powered via solar cell or USB and provides a battery charging function and deep-discharge protection for LiPo batteries. Beside the ESP32 the microcontroller part is prepared for a LoRaWAN and a GPS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mGSTEP

    mGSTEP

    Objective-C embedded development libraries

    Designed for use in embedded devices the mGSTEP libraries implement a subset of NeXT's OPENSTEP specification which has evolved into Apple's Cocoa Objective-C frameworks. The internal graphics rasterization supports rendering to an X11 or Linux frame-buffer based GUI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    CTREE Graphic Tree Generator for C

    An analysis tool showing the structure of a C program

    CTREE is a command line utility providing analysis tools useful to software engineers tasked with tracking down problems or verifying a program's soundness. It is also an aid to understanding the structure of unfamiliar programs. As it works with standard C it finds most of its utility in embedded systems and older software. CTREE comes with a comprehensive manual. CTREE is is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative RTOS https...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    OS Zero

    OS Zero

    Simplest kernel for cooperative multithreading

    Simplest of possible ways to multithreading on the smallest microcontrollers. This project is demonstration the programming technique of the multithreading with polling the system state. Published code debugged and ready to use in your projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    StateOS

    StateOS

    Free real-time operating system designed for microcontrollers

    Free, extremely simple, amazingly tiny and very fast real-time operating system (RTOS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IpWay/HOST free Tcp/Ip Stack Library

    IpWay/HOST free Tcp/Ip Stack Library

    Real Time Tcp/Ip Stack Library

    IpWay/HOST is a real time tcp/ip stack library designed for embedded applications on 32bit microcontrollers ARM and PPC based (STM32Fx, SPC56x, SPC57x, SPC58x), where execution efficiency and compact code are important requirements. IpWay/HOST is characterized by high portability, compact size, copyless feature (also for TCP applications) and Checksum offload. Moreover, IpWay offers a 100% compatibility with AUTOSAR MCAL versions 4.13 and 4.2.x. IpWayStudio is a free ARM development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pharos

    Pharos

    RTOS for Secure, Safe and Real-Time Systems

    Pharos is a free open-source RTOS for secure, safe and real-time systems with the following characteristics: - Memory and enhanced time partitioning (TSP) - Native support for sporadic, periodic and aperiodic threads - Fixed-priority preemptive scheduler - Execution time protection (threads are prevented from executing for more time than they are configured to) - Small size (full image has ~100 to 300KiB text, ~30KiB data) - Hard real-time determinism - Fast critical sections -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A fixed point math header-library for C, under a liberal license.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Modell(-bau-)basierte Eisenbahnsteuerung
    Dieses Projekt beinhaltet eine Digitalsteuerung auf Basis des CAN-Bus, Eclipse RCP und AVR-Mikrocontrollern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Like OS

    Like OS

    Real time preemptive embedded multi-thread kernel

    This project is now in the research and development stage. It is intended for very small microcontrollers with a single processor and represent simple multithreading kernel what written by C language. Is planning create implementations for AVR8 and STM8, may be. Now it is suspended until better time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RKH - State Machine Framework

    RKH - State Machine Framework

    State machine framework for reactive embedded systems

    RKH is a generic, flexible, modular, highly portable, ANSI-C compliant, and open-source development tool for implementing hierarchical state machines based on modern state machine concepts. This modern techniques are used to give an abstract description of the dynamic behavior of a system in a substantial manner. The RKH not implements neither entire UML specs. nor entire Statechart specs. Instead, the RKH intention is to support just enough basic concepts of that powerful tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    RTuinOS

    The event based Real-Time Operating System (RTOS) for Arduino

    RTuinOS, the event based Real-Time Operating System (RTOS) for Arduino, is now hosted at SourceForge. In this revision, 1.0, the event concept has been generalized. Events can now be broadcasted events, semaphores or mutexes. This permits to implement all the usual inter-task communication patterns. Please refer to the user guide and the diverse code samples for details. The second technical change is a complete revision of the makefile. It has been improved in many aspects and it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    libsam3

    Small library with register wraps for AT90SAM3X

    Set of wrapper functions for most used peripherals in AT90SAM3X8E (Arduino Due board). Coded in C (C++ compatibility not tested). Uses *sam.h* from Atmel Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RunLengthGPIO

    RunLengthGPIO

    a computer interface to the Arduino I/O digital lines

    This sketch makes the Arduino work as a GPIO interface for a computer, where input and output changes are transmitted in run-length encoding. Every time an input pin changes, the Arduino sends the new values of the input pins and the time since the last change. In a similar way, the Arduino can be programmed a sequence of output pin changes, each specified by the new values of the output pins and the time since the previous change. Three application programs are included: the first makes...
    Downloads: 0 This Week
    Last Update:
    See Project