Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeysklar committed Mar 25, 2024
2 parents 9476ed7 + 0ab34dd commit c7d7109
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# ble-morsecode-neokey
Bluetooth One Hand Clicky Keyboard
Bluetooth One Hand Clicky Keyboard

![Screenshot](ble-mc-neo-1.jpeg)

This wireless keyboard with only four keys allows for wireless typing on laptops, phones and tablets. This subtle interface is CircuitPython based. It uses morse code '.' and '-' with a lookup table to translate characters.

The lookup code from Crysknife's excellent [morsePico project](https://github.com/Crysknife007/morsePico/blob/main/code.py).

![Screenshot](ble-mc-neo-3.jpeg)

Bill of Materials (main components):
* [Adafruit LED Glasses Driver - nRF52840](https://www.adafruit.com/product/5217)
* [NeoKey 1x4 QT I2C](https://www.adafruit.com/product/4980)
* [Lithium Ion Polymer Battery 420mAh](https://www.adafruit.com/product/4236)

Tested with Circuitpython 9. Design files are from FreeCAD with STL and STEP available.

![Screenshot](ble-mc-neo-4.png)

![Screenshot](ble-mc-neo-2.jpeg)

![Screenshot](ble-mc-neo-5.png)

0 comments on commit c7d7109

Please sign in to comment.