Git Product home page Git Product logo

ymmepm's Introduction

YMMEPM

CPLD Dev Board & Handheld Serial Terminal

Board with Altera MAX II EPM1270. With a pluggable 480x320 LCD screen and a matrix keyboard, it work well as a handheld serial terminal. Video.

Gallery

The terminal

rtl/lcd_terminal.v

Due to the scares resource of the EPM1270, the terminal supports only basic cursor movement and clear VT100(^[[X) sequences, others are detected and ignored. Have to put character pixel lists into slow UFM, so only up to 19200 baud rate. In case of Linux, bash and commands like ls work. nano won't display correctly and the editor that works is ed or my ymedit. CTS flow control is utilized to avoid losing chars when clearing full screen. (so need to connect 5 wires to use: 5V0, GND, rx, tx, cts)

The keyboard

rtl/uart_keyboard.v

Currently support only single-byte chars, arrow keys won't work. In code UP and RIGHT are used as extra SHIFT and CTRL.

Covering keyboard with high-temperature yellow tape will significantly improve type feeling.

Design

Simple is the main concern ... or not?

Single 3V3, or single 5V0 with ASM1117 to 3V3.

Right two PMODs directly connected to CPLD. Left 2 PMODs share the Arduino pins(these literally give the plugged LCD screen a PMOD interface). Spare IOs scattered here and there.

1 power LED, 2 user LEDs, 2 user jumpers. 2 oscillators. A strange matrix keyboard.

For the simplest verification, only the CPLD, power pins, and JTAG pins are needed. Even caps on the back can be left empty.

Footprint is compatible with EPM1270/570/240 TQFP144/100, but certainly the full terminal can only fit into EPM1270(~ 90% logic elements used).

Bugs

5V is not connected to the Arduino pin. Fly a wire from ASM1117 if using 5V LCD screen.

JTAG header pins should be soldered on back of the board.

Still some tiny problems in the supported VT100 controls. But if the fix is paid in extra logic elements, I have to consider.

ymmepm's People

Contributors

regymm 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.