Coder Social home page Coder Social logo

dhteensy's Introduction

About

dhteensy is a hardware hack and a new firmware for Datahand keyboards using the Teensy++ development board to add native USB support and full layout customization.

Hardware hack

I got the idea from Glenn Boyer's geekhack.org post (see below) and decided to implement something very similar. The idea is to use a Teensy++ board and hook up the VCC, GND and the required data pins to the CPU socket on the Datahand's main circuit board in place of the original 8051 clone CPU.

The Teensy++ is a very nice AVR based board similar to Arduino that makes it easy to implement USB HID devices. It has plenty of I/O pins and it is the same size as the original CPU used in the Datahand so it's easy to make a converter.

Firmware

The firmware is written in C using the AVR gcc port. The Makefile and the USB HID code came from the examples provided by PJRC for the Teensy++. The current firmware is very simple and doesn't have all the functionality of the original and it is somewhat customized to my own preferences. It has some assumptions about which Teensy pins are used to access the Datahand, this should be easy to change if you implement the converter differently.

Inspiration

http://geekhack.org/showwiki.php?title=Island:12212 http://github.com/JesusFreke/DHFirm

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.