Coder Social home page Coder Social logo

marcinbor85 / retroduino Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 1.95 MB

Open hardware 8051-based arduino-compatible microcomputer

License: MIT License

retroduino arduino arduino-mega 8051 atmel at89s8253 sdcc oldschool open-hardware bootloader

retroduino's Introduction

retroduino

Open hardware 8051-based arduino-compatible microcomputer

Features

  • Arduino-mega compatible pinout
  • AT89S8253 based
  • 32kB RAM for data memory
  • 32kB RAM for program code
  • 32kB EEPROM for non-volatile program code
  • build-in bootloader (booting from ROM, copy EEPROM to RAM and run)
  • USB PC connection (fast program code loading directly to RAM or to EEPROM)
  • external data bus for external peripherals

PCB

Alt text

Electric diagram

Alt text

Project purpose

  • "because you can"

Programming

  • recommended SDCC compiler

Memory layout

Program bus

  • 0x0000-0x2FFF - internal flash with bootloader
  • 0x8000-0xFFFF - external program code memory

Data bus

  • 0x0000-0x00FF - internal ram
  • 0x0100-0x7FFF - external peripherals
  • 0x8000-0xFFFF - external data memory

TODO

  • external boards with digital and analog input/outputs
  • PC application to loading code to the retroduino board
  • bootloader with code loading, flashing, coping and app running
  • example firmware applications

retroduino's People

Contributors

marcinbor85 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.