-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/mikeysklar/ble-morsecode-ne…
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |