Showing 81 open source projects for "8051"

View related business solutions
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 1
    8051 Arduino Ardui89 IDE STC 89C51 89C52

    8051 Arduino Ardui89 IDE STC 89C51 89C52

    8051 for Arduino IDE C Package for all STC89C51 family

    #Ardui89 8051 C 0.4.1 for Arduino IDE Adds 8051 architecture family to Arduino IDE : STC89C52RC, STC89C516RD+, STC15W408AS-DIP16 Building : C 8051 family program .ino Uploading : it into STC89C5x, STC15..., etc. 0.4.1 : (25/10/16) add 29.4912 Mhz external and internal clock #Installation and test Arduino >= V1.8.19 Arduino->Preferences->Additional Board Manager URLS add for Arduino All Versions : https://master.dl.sourceforge.net/project/stc89/packages/package_ardui89_index.json?...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    EdSim51

    EdSim51

    The 8051 Simulator for Students and Educators

    EdSim51, developed by James Rogers, is unlike an industry-standard simulator – this simulator has the student in mind. A virtual 8051 is interfaced with virtual peripherals such as a keypad, motor, display, UART, etc. The student can write 8051 assembly code, step through the code and observe the effects each line has on the internal memory and the external peripherals. Code written in C can also be imported into the simulator. Find out more, including the installation instructions and the user's guide at edsim51.com. ...
    Leader badge
    Downloads: 1,621 This Week
    Last Update:
    See Project
  • 3
    Soft I2c Master Uni I2C Library 8051/AVR

    Soft I2c Master Uni I2C Library 8051/AVR

    Soft I2C Universal Arduino AVR or 8051 Device for Arduino(R) IDE

    Soft I2C Universal Arduino AVR or 8051 Device ============================================= V.0.0.2 Universal Arduino library for I2C emulating port. Arduino achitectures : AVR, 8051, STC89C51, STC89C52... See too : https://sourceforge.net/projects/stc89/ Very easy using. See examples. #Donate for development support https://bacciel.com/donate/donate.html Many thanks * DISLCAIMER OF ALL WARRANTIES *
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    LiquidCrystalUni LCD Arduino AVR 8051

    LiquidCrystalUni LCD Arduino AVR 8051

    LiquidCrystal Universal LCD Library for Arch 8051 / AVR Arduino(R) IDE

    LiquidCrystalUni Universal Arduino AVR 8051 Device ======================================== Tested by and based on a idea from Francisco José Calleja, Many thanks. Universal Arduino library for LCD Display Arduino achitectures : AVR, 8051, STC89C51, STC89C52... See too : https://sourceforge.net/projects/stc89/ Very easy using. See example. #Donate for development support https://bacciel.com/donate/donate.html Many thanks * DISLCAIMER OF ALL WARRANTIES *
    Downloads: 2 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 5
    Soft SSD1306 Uni Library 8051/AVR

    Soft SSD1306 Uni Library 8051/AVR

    Soft SSD1306 by I2C AVR or 8051 Universal Arduino(R) IDE

    Soft SSD1306 by I2C Universal Arduino AVR or 8051 Device ======================================================== V.0.0.1 Universal Arduino library for SSD1306 Display by I2C Arduino achitectures : AVR, 8051, STC89C51, STC89C52... See too : https://sourceforge.net/projects/stc89/ Very easy using. See examples. #Donate for development support https://bacciel.com/donate/donate.html Many thanks * DISLAIMER OF ALL WARRANTIES *
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Ardui51 8051 IDE
    Ardui51 IDE / 8051 STC89 Ardui89 Special IDE "Ardui Cinque Uno" Version BETA 1.8.20 Ardui51 includes Ardui89 (STC 8051 series) package by default and allows to use all Arduino® packages too (Arduino® Uno® is included). Ardui51 is legacy Arduino® 1.8.20 fork with 8051 special adapting. Platforms : Mac (>=M1), macOS (>=15.4.1) To do : Linux and Wind'Oz versions * DISLCAIMER OF ALL WARRANTIES *
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    8051 Arduino FLASH/EEPROM Libraries STC

    EEPROM and FLASH Labraries for Arduino IDE with Ardui89

    Add 8051 family FLASH and EEPROM using functions for Ardui89 : https://sourceforge.net/projects/stc89 FLASH89 library allows to write, update or read byte directly in STC89C51 and STC89C52 FLASH memory. Using like a EEPROM. Warning : Write directly in FLASH Memory. EEPROM89 library allows to write, update or read byte in internal EEPROM of STC89C53, STC89C54 or better STC12, 15 family, like Arduino AVR.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    TM1637 7 seg Arduino AVR 8051 Driver

    TM1637 7 seg Arduino AVR 8051 Driver

    7 seg universal Arduino Ardui89 AVR 8051 Device Driver 89C51 89C52...

    TM1637 Universal Arduino AVR 8051 Device ======================================== V.0.0.4 Bugs fixed in AVR using. Hexademal chars bugs fixed in AVR using. Universal Arduino library for TM1637 (LED Driver) Arduino achitectures : AVR, 8051, STC89C51, STC89C51, STC15F2K32K2... See too : https://sourceforge.net/projects/stc89/ Very easy using just using 3 lines, example : TM1637Device display; // New 7 seg display TM1637_init(display, 2, 3); // Init TM1637 Display : CLK = pin 2 / DIO = pin 3 TM1637_printString(display, "1234"); // Print 1234 on 4 x 7 segments module or TM1637_printString(display, "=-7°F"); // Print = - 7°F see all examples in example TM1637Demo, like TM1637_setBrightness(display, 7), etc...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Embedded IDE For VSCode

    Embedded IDE For VSCode

    An embedded development environment on vscode

    A mcs51/stm8/cortex-m/riscv microcontrollers development environment on vscode mcu supported: cortex-m, arm, mcs51(8051), stm8, riscv compiler supported: sdcc, keil_c51, iccstm8, armcc, armclang, gcc links: - docs: https://em-ide.com/ - home page: https://marketplace.visualstudio.com/items?itemName=CL.eide
    Downloads: 174 This Week
    Last Update:
    See Project
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 10
    The EdX51 Operating System

    The EdX51 Operating System

    A cooperative scheduler OS for the 8051 and its derivatives.

    The EdX51 operating system was designed as a teaching/learning tool. It provides operating system services to application programmers developing systems that run on 8051 microcontrollers and their derivatives. The OS was written in C using Keil’s µVision IDE together with Keil’s C51 compiler. Depending on the configuration, EdX51 uses between 632 and 1795 bytes of code memory. The scheduler is cooperative and tasks have quasi-priority that is fixed at compile time. There is no task preemption. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11

    BitBangISP

    An ISP programmer for 8051 family, without a microcontroller

    An ultra-simple bit of hardware to program the flash memory in AT89S51, AT89S52, AT89S8253, AT89S2051 and AT89S4051. Now you can program the firmware for an ISP programmer built with one of these microcontrollers, without needing an ISP programmer, or you could just use this ISP programmer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    sdcc-z80n-mingw64-binaries

    sdcc-z80n-mingw64-binaries

    A z80n-targeted repack of SDCC Win64 snapshot

    This is a z80n-targeted repackaged snapshot of a Win64 build of SDCC - free open source, retargettable, optimizing ISO C compiler ( https://sdcc.sourceforge.net/ ) "Free open source, retargettable, optimizing ISO C compiler suite that targets a growing list of processors including the Intel MCS-51 based (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog Z80 based MCUs (Z80, Z80N, Z180, SM83 (e.g. Game Boy), Rabbit 2000, Rabbit 2000A/3000, Rabbit 3000A, TLCS-90, R800), STMicroelectronics STM8, Padauk PDK14 and PDK15 and MOS 6502." This repack is suitable only for the compilation for z80n target. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Tiny Multi Bootloader+

    Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers

    What is it? It's a Bootloader for Microchip, Atmel, NXP, TI and 8051 devices. A Bootloader is a firmware running in the microcontroler device which allows the user to send it's own firmware without the need of a programmer. This Bootloader consists of: - firmwares for many devices (this firmware need to be send to the device's flash memory with a programmer, only once) - a PC software which communicates with the bootloader firmware in the device and send the user's program in its memory Where does it come from? ...
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 14
    Integrated Development Environment for some microcontrollers based on 8051(e.g. AT89S8253). Supported languages are Assembly and C. It has its own simulator, assembler, editor and many other tools. See the project web site for more details and the newest updates.
    Leader badge
    Downloads: 594 This Week
    Last Update:
    See Project
  • 15
    Biblioteca para sistema embarcados nas arquiteturas 8051, PIC, MSP430 e ARM. A arquitetura de cada microcontrador esta dividida em quatro camadas, para um melhor entendimento do codigo e visando futuras manutencoes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ECEbuntu

    ECEbuntu

    ECEbuntu - a customized operating system designed for ECE

    ECEbuntu is a customized operating system designed for electrical and computer engineering (ECE) students. ECEbuntu is targeted to universities and students as it represents an environment that contains more than 30 pre-installed software and packages all catering to undergraduate course-work in ECE. ECEbuntu supports a range of tools including programming tools, tools for circuit analysis and pcb design, mathematical and numerical analysis tools, network analysis and tools for microwave and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tiny8051
    Tiny8051 is small 8051 microcontroller simulator written in C#. Project was created for educational purposes, to show how µP works by using clean visual interface and debugging. Note: communication over serial port was not implemented, because there was no demand for it.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18

    Device Control with vb and uC

    Controlling your devices with vb.net and 8051

    This project is to turn off a device that is connected with controller via PC interface. Normally in the field many devices are connected or many such subsystems are connected to a system running on OS like XP and Linux. In this project we have targeted Window OS, in which we can develop software using Visual Basic 2010. Here, Simple software is designed which can control the Serial communication or COM Port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Structured Macros for 8051

    Structured programming in 8051 assembler

    Allows the use of structured programming in assembler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    8051 Simulator

    Simulator of 8051 microcontrolers

    Software for simulation 8051 instructions. It can translate all 255 instructions, but instructions for external memory are not implemented yet. 8051 simulator have nice GUI based on Qt where you can load your programs in assembly language, run them, step them, debug them and so... GUI shows all registers and their values you can also connect virtual LED, 7seg or button module to any port of microcontroler.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 21

    Atmel USB DFU Programmer

    A command-line programmer for Atmel USB microcontrollers

    A multi-platform command-line programmer for Atmel (8051, AVR, XMEGA & AVR32) chips with a USB bootloader supporting ISP. This is a mostly Device Firmware Update (DFU) 1.0 compliant user-space application. This project has now migrated to GitHub. You can find the new repository at https://github.com/dfu-programmer/dfu-programmer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    mcs51linux

    MCS-51 programmer for Linux

    This is a very simple EEPROM programmer for MCS-51 chips like AT89C2051, AT89C1051, AT89C4051 for BlowIT programmer (http://www.dinceraydin.com/8051/index.html). Wrote on C and uses Linux Parport driver. In addition there are 2 scripts Perl: ihex2bin and bin2ihex to convert ROM image from or to Intel HEX format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    LED sign conversion

    LED matrix rebirth

    Discarded the original controller due to lack of programming information and replaced it with three optional controllers: mbed, arduino and 8051 (DS5000)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    It is a software to program ISP based 8051 controllers(89SXX) on Linux. The software decodes the hex file entered from the command line and send it to controller's flash memory using PC's parallel port.The hardware connections are very minimal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB