Showing 28 open source projects for "uart"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    stm32flash

    stm32flash

    Open source flash program for STM32 using the ST serial bootloader

    Open source cross platform flash program for the STM32 ARM microcontrollers using the built-in ST serial bootloader over UART or I2C
    Leader badge
    Downloads: 576 This Week
    Last Update:
    See Project
  • 2
    ChibiOS/RT free embedded RTOS
    ChibiOS/RT is a free and efficient RTOS designed for deeply embedded applications. It offers a comprehensive set of kernel primitives and supports many architectures: ARM7, Cortex-M0, Cortex-M3, Cortex-M4, PowerPC e200z, STM8, AVR, MSP430, ColdFire, H8S, x86.
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 3

    opticsbenchui

    Software for the automation of optics lab experiments

    ...OpticsBenchUI allows inter-operation of digital cameras (Firewire, GigE Vision, CameraLink), actuators (RS232, USB, Ethernet), spatial light modulators (SLM), digital I/O and analog I/O boards (counters, DAC, ADC) and a Supercontinuum laser source (CP210X USB to UART bridge). Each instrument can be configured and operated individually. Strategy scans involving all instruments can be programmed in a simple acquisition panel. Data are saved in a hierachical way, adapted to scan profiles (HDF5 file format). The graphical user interface is based on open source Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Alios Things

    Alios Things

    AliOS Things latest version

    AliOS Things was released at the 2017 Hangzhou Yunqi Conference. It is a highly scalable IoT operating system under the AliOS family for IoT. It was announced as open-source on GitHub on October 20, 2017. The latest version is AliOS Things 3.3. AliOS Things supports multiple CPU architectures, including ARM, C-Sky, MIPS, RISCV, etc. AliOS Things adapts layered architecture and component architecture. Alibaba's value-added and commonly used IoT components, including LinkSDK, OTA (safety...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 5
    asioemu

    asioemu

    Atari 8-bit disk emulator

    The program has been written in order to copy Atari 8-bit disks to ATR images on a PC. For this purpose the software emulates the behavior of an Atari SIO disk drive.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ocapi

    ocapi

    C-level driver collection for MSP430 and derivatives

    ocapi is an open source driver collection for MSP430 and derivative processors. It provides a C language application programming interface (API) for deploying individual processor capabilities. Current modules support serial communication via UART, I2C and SPI, digital I/O (GPIO), analog-to-digital conversion (ADC), Timers and so on. ocapi aims at being independent of the development host platform. So it should work, no matter if you live in the Windows, Linux or Mac world. ocapi is used as the hardware abstraction layer for the MSP430 port of the Takatuka Java virtual machine (JVM). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    x-hyp free

    X-hyp free Hypervisor

    X-hyp free is a Open Source hypervisor based on a micro-kernel architecture with para-virtualisation. X-hyp is distributed under a GPLv2. X-hyp already has support ARM-9 Cortex-M3 and Cortex-A8 processor, has drivers for PL1x UART and is ready to use inside of QEMU versatile and realview and on a iMX25 development board. X-Hyp has support for several scheduler, POSIX FIFO, POSIX RR and Sporadic and it support GPOS or RTOS domains. Next steps are : - to add support for more devices, network, flash. - to port to new processor, Cortex A15, LEON IV - to port new operating Systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RunLengthGPIO

    RunLengthGPIO

    a computer interface to the Arduino I/O digital lines

    ...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 two digital pins act as a TTL-levels UART; the seconds turns the value of the input pins into an image; the third reads codes from infrared remotes with a photodiode and a resistor connected to one of the input pins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PK2Aux is a library and suite of command-line utilities for using the Microchip PICkit2 programmer device for purposes other than programming (such as the generic pin controls, serial UART, and logic analyzer modes provided by the Windows software).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    Uart32

    Uart32

    Win32 API wrappers for accessing COM Uart in blocking mode

    Uart32 is a C++ wrapper around the win32 Serial Port API that allows blocking-mode access to the COM port. This library works great for accessing a UART serial port from a background worker thread. It features: a simple c++ class. (temporarily removed for maintainance. Use DLL API Instead) built in per access timeout on data receive. a C-API wrapper that is exportable to C# DLL import class
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MSP430 C Code Library

    Library of peripheral drivers, component drivers, utilities, and more!

    A collection of C libraries for the TI MSP430 family of microcontrollers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ...**CORE also TAKE TIMER0 to tick for real-timing, and need xdata for HEAP CORE Support **dynamic Create/Terminate Thread(TASK) **Synchronize Object (Event / Semaphore / Critical Section), Thread(TASK) Naturally GIVES UP CPU by WaitFor these Synchronize Object **Common IO, it is STD C open/read/write in Any Stream Like IO(I2C, UART etc.) I host this project for OS studying, and Also Used in my work. SRC can be download from SVN Repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Android on Beaglebone Black Tutorials

    Android on Beaglebone Black Tutorials

    Tutorials for Android on Beaglebone Black

    These tutorials includes: Create SDCard with Android image Compile Android kernel GPIO UART I2C SPI PWM ADC Create a custom driver for Android Compile 3.8 Kernel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ALLToolKit

    ALLToolKit

    Android Java Library for Hardware Management

    This Android Library manages SPI, I2C, GPIO, ADC, UART and PWM in an Embeded System running Android.This library allows you to write Android applications that can use all hardware available in the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Data Over Fiber

    UART Data Communication Over a Fiber Network

    This project investigated how fiber optic systems can be utilized for data communications. To further understanding of such, an investigational Universal Asynchronous Receiver Transmitter (UART) fiber optic model was developed and tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    serialLCD ATmega8 (ArduinoBased)

    The serial LCD module using ATmega8 along with easy arduino library.

    serialLCD is Arduino based open-source project. It contains ATmega8 with given firmware file & the arduino library. The ATmega8 can be replaced by ATmega168/328. ATmega8 uses its 8MHz internal oscillator to reduce hardware (atmega8 no-xtal bootloader is used). The arduino library uses SoftwareSerial internally to communicate ATmega8 via digital pin 6 (only for uno/duemilanove or clone with atmega8/168/328, not for mega & due). Only one wire simplex serial communication at baudrate 9600 is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ProfiM is an implementation of Profibus DP protocol for DP master devices. It is targeted at devices lacking any Profibus communication hardware support. For example a common PC UART or a PCI-based RS-232/485 card can be used for the fieldbus access.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    CyberZone-HIDJoin

    Several joysticks connected to UART/LAN

    USB-equipped SOHO router transfers data from several joystics to UART
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AVRILOS

    AVRILOS

    Simple AVR OS

    A simple Embedded System Framework that allows rapid development of applications build for AVR family. System is based on a super-loop architecture with check and skip (no-wait) flag event driver system. Supports: UART, SysTick Timer, ADC, SPI, EEPROM, PWM. Also supports: Xilinx FPGA configuration, FPGA SSI interface, smart card reader etc. Tested partially (different modules in each case) on ATMega163/16/32/323/8. Awards CodeProject 2010, Third Prize, Hardware and Device Programming Check the Wiki Page for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    USB programmer for Atmel AVR controllers with additional direct connection between the running target device and PC for logging and controlling purposes - no need for extra COM port at PC side and UART at AVR-controller side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Set of various C-routines for Atmel AVR MCUs, packed in several libraries, with fancy Makefile system for easy integration with user projects. Contains functions for UART, SPI, HD44780 or T6963C LCD\'s, Dallas 1-Wire bus, AVR bootloader and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a simple command line tool to customize CP2103 USB to UART bridge controllers in home-grown hardware. VID, PID, product name string, serial number string, and release version of the device can be changed next to GPIO port modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AVRMegaTools aims to provide generalized libraries for handling built in AVR hardware functions such as UART , TWI, SPI. It aims to provide high quality drivers which provide the user with a transparent or a semi-transparent view of the unerlying hardware
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Windows NT4.0 and Windows 2000 Serial multi port driver for the Philips UART SC28L198 and 16C550 based single and multi port compatibles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tiny Shell provides the minimum you need to implement shell facilities into a small system. For instance, add a shell to your embedded platform as soon as you can read/write bytes from the UART.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next