Code Monkey home page Code Monkey logo

h89_esp32_rtos's Introduction

H89_ESP32

Interface code to support Heathkit H-89 using the ESP32 as a file server

The Heathkit H-89 is a 1980 era Z-80 based computer running CP/M or HDOS. The interface hardware provides a bidirectional data port at 0xFC, a ESP32 status port at 0xFD, and a wake-up signal for the ESP32 at port 0x7E.

The ESP32 hosts two webpages. One for over the Air updates and another to manage files stored on a micro SD card. The host network ID and password are stored in non-volatile memory on the ESP32. Files for use by the H-89 can be uploaded and download through the webpage by the ESP32.

A prototype board is currently undergoing testing.

Current project status is in the Status directory.

The command interface between the H-89 and ESP32 is listed below:

Web Features:

  • Webpage listing files on micro SD card with ability to upload/download/delete
  • Ability to reboot ESP32
  • Over The Air updates for firmware

Commands: Implemented

  • List Files on the micro SD card
  • Debug - simple get four bytes from H89, add 1 to each byte and send them back
  • Get file from H89 using Xmodem protocol with CRC
  • Send file to ESP32 from H89 using Xmodem protocol with CRC
  • Reboot ESP32 by writing to Command port twice
  • Get Current ESP32 Status

Under Development

  • Read Status of last operation
  • Read sectors using Cylinder/Head/Sector (CHS)
  • Write Sectors using CHS
  • Select disk image using text file name
  • Select disk image using file number
  • Read sectors using LBA
  • Write Sectors using LBA

h89_esp32_rtos's People

Contributors

darrellh89 avatar

Watchers

 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.