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

  • JustEnoughDucks
    link
    fedilink
    arrow-up
    1
    ·
    9 months 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)

      • JustEnoughDucks
        link
        fedilink
        arrow-up
        2
        ·
        9 months 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@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          9 months 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
            arrow-up
            2
            ·
            edit-2
            9 months 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@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              9 months 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.