Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.19 KB

Keyboard

My own Keyboard on a Adafruit nRF52 Feather with Arduino (learner project for samveen/mnk)

Overview

I am making an effort on my part to create my own BT keyboard because I am unhappy with the state of the keyboards I have:

  • New keyboard on every device
  • Stupid key layout on my favourite portable keyboard (an old Palm 3245WW)

This repo contains the software flailings I do.

Building

The below procedure describes how to build this application for the Adafruit nRF52 Feather. I assume Ubuntu 17.10 as build environment.

  1. Follow Bluefruit nRF52 Feather Learning Guide to set up your environment.

  2. Clone this repo somehere.

    $ git clone 'https://github.com/samveen/my_nrf52_kbd.git'
  1. Open the source in Android studio

  2. Profit

    $ echo '$$$$$'

More background