Close

Standalone T9 Predictive Keyboard

Back to overview

Fast, tactile, one-handed typing with a T9 powered macropad. Runs CircuitPython, so you can drag/drop your own custom dictionary.

Discussions

roy2z wrote 10/14/2022 at 15:19 point

Hello! I'm having trouble making my setup work. I was able to flash my newly-bought raspberry pi pico with circuitpython 7.3.3, and copied the contents of the "pico" folder to the root of the CIRCUITPY drive. At the last bit, I copied all the required files in the lib folder whilst maintaining the folder structure (including adafruit_matrixkeypad.mpy which i retrieved from the community libraries) but the board doesn't "reboot" with the LED as mentioned. I was hoping to get some help, Thank you in advance!

  Are you sure? yes | no

roy2z wrote 10/16/2022 at 06:53 point

No worries, I was able to make it run. I'll have to adopt it to work with the matrix keypad I bought

  Are you sure? yes | no

Egrazil wrote 01/05/2023 at 01:31 point

roy2z im having a similar issue I believe, what did you do to solve it

Edit - I figured it out, it was a combination of the fact that I was using the pico firmware (Im using a QTPY rp2040) instead of going to Guy's website (i'm an idiot sometimes), and the README doesn't ask for the "keyboard_layout_base.mpy". I had to install mu, and check the serial console to find the error code.

  Are you sure? yes | no

Guy Dupont wrote 01/09/2023 at 02:07 point

@Egrazil sorry about that! Glad you got it working. I have a pending update that will zip up all the builds on Github with the libraries included, I just haven't had a chance to finish.

  Are you sure? yes | no