Now I have to patiently wait for them to ship. I’m not shy about the Sweep inspiration.

The goal is to have it be modular, with a central controller board. I’m going to eventually use these with paracord cables to hot-plug different types of keyboards (the first will most likely be a gaming keyboard on the left). I’m looking for less bulky magnetic connectors if anyone knows a source. Definitely not considering a TRRS, as I don’t think my GPIOs should be mainlining 5V during hotplugging.

The controller is still being prototyped on a breadboard. I have already experienced the woes of hot-plugging I2C on the prototype boards (stuck bus and all), so I’m going to experiment with the TCA4307.

The firmware is being developed in Rust, though haven’t pushed it anywhere yet.

https://codeberg.org/jcdickinson/octoboard

  • @Eheran
    link
    2
    edit-2
    1 year ago

    What is the advantage? Or is it just for fun?

    • @[email protected]
      link
      fedilink
      21 year ago

      I assume they wanted a sweep with a thumb cluster they find more comfortable. Plus I think those controllers provide easier flashing and programming

      • @excitingburpOP
        link
        21 year ago

        It’s 99% the thumb cluster: I wanted an extra button.

        Also 99% for fun.

      • JustEnoughDucks
        link
        fedilink
        11 year ago

        Yeah Pi Picos are better than arduinos now for 70% of applications (battery-powered being the exception. It has horribly high sleep power consuption)

        • @Eheran
          link
          11 year ago

          Better in what way? And what is an Arduino? Just the ATmega328P?

          • JustEnoughDucks
            link
            fedilink
            21 year ago

            Most of the atmega chips that are frequently used in the hobby space are pretty damn old. They work completely fine, but somethings show their age. Something like the H7 is way better, but I’m talking about normal entry level low-cost boards, mostly the 328p, but possible also the atmega2560.

            Rp2040 has a higher clock frequency and much more SRAM, 12 bit vs 10 bit ADC. Programmable IO, MUCH cheaper price, and 100x the availability. It can use both arduino and its own C SDK as well as micropython which is pretty neat. Overall a great chip and personally I would consider it the modern successor.

            • @Eheran
              link
              11 year ago

              The ESP32 is better in essentially every way compared to both the old ATmega chips as well as the PI Picos RP2040. MicroPython is the one thing where the Pi Pico has an advantage. Am I missing something? Last time I looked at the Pi Pico I was… disappointed.

              I am also very happy with my teensy boards, can only recommend them.

              • JustEnoughDucks
                link
                fedilink
                2
                edit-2
                1 year ago

                Nope, ESP32 is better in every way except that it costs 2x as much due to the integrated BT and WiFi. The chip only for the RP2040 is 0.92€, supporting components bring it to about 1.50€ compared to the standard ESP32-WROOM module for 2.50€. If you don’t need WiFi/bt, then volume production will make a difference there.

                Otherwise yeah, fully go for the ESP32. The DACs are much more linear too due to a bug in RP2040.

                Though the RP2040 does have integrated USB which makes it compatible with QMK for hobbyists.

                Teensy boards are one of the most powerful hobbyist microcontrollers readily available, but they also come at 10x the price.

                • @Eheran
                  link
                  11 year ago

                  Okay, I think I understand you. Thank you for the feedback. To me, higher prices are essentially irrelevant when I only need like 1 or 2 new per year, the rest gets recycled. Hence I am looking for features instead of lowest cost.

      • @Eheran
        link
        11 year ago

        Is it easier than: plug USB in -> upload?

        • @[email protected]
          link
          fedilink
          21 year ago

          Pretty sure it allows you to drag and drop the firmware file in the file browser instead of flashing through the terminal/qmk toolbox or whatever. Not an advantage to me but hey, some people use a file browser a lot I guess

          • @Eheran
            link
            11 year ago

            Good point! That is indeed easier.

  • @yes
    link
    11 year ago

    you could add an rj18 ethernet port to make it even more weird XD

  • @flubba86
    link
    11 year ago

    That’s looking very similar to the Avalanche v4 kit I bought and built last year.

  • Andy
    link
    English
    11 year ago

    I’m assuming you downloaded an stl of the switches and the controller? Where did you dl them from?

    • @excitingburpOP
      link
      21 year ago

      I have retained the original library names in repo. Keebio-parts and ScottoKicad - both on GitHub.

      • obosobM
        link
        11 year ago

        Even better would be to use git submodules for them rather than copying the into your tree.