All Projects → CharleyShattuck → Steno-Keyboard-Arduino

CharleyShattuck / Steno-Keyboard-Arduino

Licence: other
Arduino code for a homemade steno keyboard. There are several files. "steno_keyboard.ino" was for the first board which used an Arduino Mega and a separate port pin for each of the 23 keys. "mux_steno.ino" is for the second board which used an Arduino Micro and multiplexed the 23 keys with 10 pins and 23 diodes. Others were for various StenoMod …

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Steno-Keyboard-Arduino

Stenomod-Hardware
Open Source hardware files for Stenomod 16 hinge and TinyMods 1, 2, 3, and 4. (same firmware for StenoMod hinge and TinyMod 1, but new firmware for TinyMod 2 and new again for TinyMod 3, and then again for TinyMod4)
Stars: ✭ 21 (+16.67%)
Mutual labels:  stenography
awesome-plover
A curated list: awesome plugins and dictionaries for Plover, the open source stenography software.
Stars: ✭ 35 (+94.44%)
Mutual labels:  stenography
rope
Welcome to ROPE (Remembering Outlines in Plover more Easily), my system for learning and remembering Plover outlines. This page includes download links to the four components of ROPE: the spreadsheet, the Anki decks, the corresponding dictionary, and the readme. Also, for videos I’ve made about Plover, along with videos about typing in general, …
Stars: ✭ 42 (+133.33%)
Mutual labels:  stenography
steno
Embedded steno firmware + custom steno PCBs
Stars: ✭ 47 (+161.11%)
Mutual labels:  stenography
plover phrasing
My phrasing system for plover, using python dictionaries
Stars: ✭ 27 (+50%)
Mutual labels:  stenography
typey-type
Typey Type for Stenographers is a free typing app designed specifically to help steno students practise and rapidly master stenography.
Stars: ✭ 51 (+183.33%)
Mutual labels:  stenography
stenogotchi
Portable stenography using Plover and bluetooth keyboard emulation on a Raspberry Pi Zero W
Stars: ✭ 71 (+294.44%)
Mutual labels:  stenography

Steno-Keyboard-Arduino

Arduino code for a homemade steno keyboard.

steno_keyboard.ino: The original, separate pin for each key. Arduino Mega.

mux_steno.ino: Second try, multiplexed. Arduino Micro, now modified to use Adafruit Itsy Bitsy and allow pin 8 to ground to choose NKRO keyboard protocol, otherwise TX Bolt. TinyMod2 uses pin 7 for that purpose.

A new addition is a tiny version of Jackdaw, an orthographic chording system for the TinyMod. Still being developed.

Interpreter.ino: Unrelated project. A Forth style interpreter.

Also M0-Forth is a Forth in C for an Arm Arduino, in development.

M0-Forth is now an abandoned first try. Cortex-Forth is simpler and more efficient. Also, I think, easier to explain. But at this point I've stopped working on that one too.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].