Hey folks, I’m toying with the thought of a portable, wireless/BLE, 34 key split kbd. Most builds that I’ve looked at hide the battery. Questions:

  • Do you mount the batteries? If so, where? Examples?
  • Does it in any way impact the portability?
  • Are there any other notable differences (in comparison to a wired board) one should be aware of?
  • kukkurovaca@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    If you build using nice!nano controllers, you can get batteries that fit neatly under the (socketed) controller, you can just tuck it in there loose or tape it in place. If you use those batteries, which are very small, it’s best to build the board without any power-drawing features, such as LED illumination or OLED display. Most PCBs that are designed for batteries will put contacts in that vicinity, or you can wire the batteries directly the nice!nanos.

    If you build this way, there’s no impact on the external size or portability. If you want to use larger batteries, you will need to make room in the case for them, if you’re using a case. [I have some chunky batteries taped to the bottom of my caseless Kyria, which is obviously not doing anything good for portable use or aesthetics, but it does work.)

    If you haven’t used ZMK before, that will be a bit of a transition. ZMK is great, and in some ways it’s a much more elegant solution than QMK, but it can be a little tricky to get used to at first and if anything goes wrong, troubleshooting is usually more annoying.

    For portable use, a PCB that supports a power switch to disconnect the battery from the controller is kind of essential IMO, since without a hardware switch, there’s no way to turn the board off or put it to sleep. So if it’s in your bag, it’ll constantly be waking up and connecting to your phone if paired.

    • rooq@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I do enjoy LEDs because I like to color-code my layers but I don’t need a display. If the battery fits under the MCU then this sounds ideal but if I have to charge it every 2 hours because it has to be small then it won’t be worth it for me.

      Thanks for the advice.