Author Topic: Has anybody looked at using one of the New Rpi Pico's for a keyboard?  (Read 2247 times)

0 Members and 1 Guest are viewing this topic.

Offline hvontres

  • Thread Starter
  • Posts: 185
  • Location: Oceanside, CA
  • Buckling Spring Enthusiast - Full Size Evangelist
I just ordered 5 to play with and it seems like this might be a good board for designing into a custom keyboard ( dual core, plenty of pins)

Just wondering if anybody had played with one yet.
Henry von Tresckow

               
1986 Model M 1390131, 1987 Model M 1391401 , 1993 Model M2 Modded Reddragon k556(Test Mule) Boston Prototype x2 (Daily Drivers :) )

Offline fpazos

  • Posts: 166
Re: Has anybody looked at using one of the New Rpi Pico's for a keyboard?
« Reply #1 on: Mon, 01 February 2021, 02:23:08 »
No, but configure this for using QMK should be posible and it looks promising.

Enviado desde mi BAH-W09 mediante Tapatalk

 

Offline Findecanor

  • Posts: 5037
  • Location: Koriko
Re: Has anybody looked at using one of the New Rpi Pico's for a keyboard?
« Reply #2 on: Mon, 01 February 2021, 02:26:34 »
I agree ... once there is firmware support.

However. QMK depends on ChibiOS getting support for it first.
And the situation is similar for ZMK: it depends on the Zephyr real-time OS to support it, but the chip is too new.

The Raspberry Pi Foundation contributed support for it in TinyUSB. TinyUSB is just a USB device stack though, and I think the keyboard support is only simple (no NKRO or media keys etc).
There have been a few posters on Raspberry Pi's forum using it for simple keyboard devices.
If you'd want to contribute code, these above might be where to start.
« Last Edit: Mon, 01 February 2021, 02:30:21 by Findecanor »

Offline hanya

  • Posts: 132
  • Location: Japan
Re: Has anybody looked at using one of the New Rpi Pico's for a keyboard?
« Reply #3 on: Mon, 01 February 2021, 03:41:38 »
Name       Pin distance Board width
Pro micro  15.24 mm     17.78 mm
RPi Pico   17.78 mm     21.00 mm

RPi Pico is little bit wider than Pro micro.
PFU HHKB JP, Sanwa MA-TB38 trackball

Offline Findecanor

  • Posts: 5037
  • Location: Koriko
Re: Has anybody looked at using one of the New Rpi Pico's for a keyboard?
« Reply #4 on: Mon, 01 February 2021, 06:18:47 »
RPi Pico is little bit wider than Pro micro.
Pin width is one pin wider than a Pro Micro. (and one pin narrower than a Feather)

SparkFun will be coming out with a Pro Micro RP2040 with the RP2040 chip. But the pinout is the same as on a Pro Micro, so there are no more pins.
There'll also be boards in ItsyBitsy and Arduino Nano - form factors, and two in Feather form factor.
But the Pico has the most pins, is the least expensive and is the one that I anticipate that most people are going to get.

Offline cest73

  • Posts: 173
  • Location: serbia
Re: Has anybody looked at using one of the New Rpi Pico's for a keyboard?
« Reply #5 on: Mon, 01 February 2021, 15:46:15 »
keeb with python interpreter?