-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operating details #2
Comments
Hello icon-oclast, thanks for the questions. Here are the responses:
The 4 positions are for each line of the SPI connection between the pi pico and pi zero. This allows cutting the connections between pi pico and pi zero without cutting the power connections. I initially designed it for the (paranoid) scenario where I can't kill the pi zero, but doesn't want it to do autotype or receiving the key strokes, but I found such scenario increasing unlikely. So, if you don't want to solder the DIP switches, feel free to just short the corresponding pins
Yes
I don't have the empirical measurements, but here's the estimate: So let's say it's 700mA if you want to stress the pi zero. I did run the stressberry on pi zero 2 w, with the display hat, and a wireless mouse receiver. The board is connected to the USB3.0 port and there's no under voltage warning, and no visible heat up on the cable or the connectors. However, due to differences on the motherboards, YMMY. I currently don't have a USB power meter to measure the actual current drawn.
The trace between pico and pi zero has width of 1mm, and length around 300mm. Assuming you're using 1oz copper thickness, it should result in a maximum current of 1.2 A for temperature rise of 10 degree C.
Yes.
They are for my future plans :) Essentially, they expose three buttons from the key scan matrix, and pin 26 and 27. Pin 26 and 27 are analog input pins as well as I2C 1. I'm planning to create a plugin module for the joystick mouse pad similar to the one I have on the Pico-Keyboard, and an I2C expansion board for more modules like a num pad. However, I'm currently busy preparing the kits as requested by many folks on reddit so it'll have to wait
The pin header under the small screen has been removed, because I figured it'll be difficult to use it for anything without creating a giant mess in the firmware. The other header exposes the addressable LEDs. Only WS2812 is supported and tested because it's used in the Pico-Keyboard. However, you might be able to use for other things as it's essentially a GPIO pin with ground and 5V, and a 330 ohm resister on the GPIO pin. |
This is great information, Thank you! I do really like the idea of having a data connection cutoff switch(es) separate from the board pass-through power. I'm sure there are a few use cases where that might come in handy. I'm looking forward to whatever expansion modules you come up with. There's a lot of cool potential here. |
Thank you for the great questions! I've added them to the README, as you suggested. Close the issue for now. |
This keyboard has some very unique features not found in any other keyboard.
Unfortunately there appears to be little information regarding these beyond the build instructions. Some of these may benefit from some additional detail. For example:
Any details or suggestions are greatly appreciated!
The text was updated successfully, but these errors were encountered: