PropBoard: BETA batch is here

Oh, hi there! A quick update about our latest product, the PropBoard. As announced, we have been rolling a BETA version batch, and we have finished it this week.

PropBoard panel - top viewPropBoard panel - bottom viewWe are doing some internal testing, but after that, and finishing uploading API documentation and Arduino IDE board support, we will be contacting those whose want to BETA test the board to arrange shipping.

That’s it. We leave here two beautiful pictures of what is to come. Keep tuned for more news.

PropBoard top view

PropBoard bottom view

10 Responses

  1. I would very much enjoy playing with a board or at least getting a look at the code base and schematics! I have been looking at the available lightsaber audio boards and I don’t know why they don’t take your same approach on using real LED drivers and instead use MOSFET’s that require the user to still use resistors.

    I have a few questions. I’m only a hobby PCB designer so seeing why you picked some of the things you did will help me.

    Is there a reason why you picked the 3-axis MMA8452Q other than the seemingly widely used 6-axis MPU6050? Usually the gyroscope is used to change the pitch of the hum.

    Why not use an I2S mono amp instead of two separate ICs (MAX98357A, TFA9882)?

    There is an increase in RGBW LED’s which have 4 separate LED connections. How did you decide to go with just 3 LED drivers. Though I bet the software could easily handle a 4th with an add on MOSFET or driver. Also the RGBW LEDs could be wired to control just 3.

    Why not use an STM32 with a USB port to not require the FTDI chip?

    Is there an on-board battery charger? I suppose not due to allowing single and dual cell battery packs.

    What do you think of using an ESP32 chipset as that would open it up to bluetooth and wifi controls, configuration, SDcard access, and OTA programming? Though this would make it bigger and would take more power.

    1. Hi Rodney,
      Reasons:
      MMA8452Q: known and cheap, used in the original project. And MPU6050 is NRND.
      I2S: for this version we wanted to control master volume with I2C. The MAX98357A part is interesting and we may consider it for a future version.
      Fourth LED output: the space on the board is limited. An RGB LED should be enough for most cases. If a 4th output is needed, a LED driver can be used externally, for example: https://www.artekit.eu/products/breakout-boards/ak-led-driver/
      STM32 with USB: we considered it. But then we have to maintain drivers and put together SW able to reprogram the board, all this with support for many operating systems. FTDI works everywhere and AVRDUDE is already included in the Arduino IDE installation. And we also need an USB VID/PID, which we don’t have.
      Battery charger: from USB? not easy with a +5V battery pack.
      ESP32: never worked with them for a production product. ST’s micros are well documented and we already have code and experience for the tasks needed.
      Regards.
      Ivan.

  2. Hi Ivan, nice work. I am interested for few board, doing birthday present fore may soon. When do you think the boards will be readiy fore shipping.
    Thanks,

    Primoz

  3. These are really cool. I am currently using a Nano Biscotte v3 and v4, and I too scratch my head at some of the design choices, but it is currently the cheapest board that supports RGB and custom sound fonts. Are you still taking beta testers, and how much does one of these run?

Leave a Reply to Gokury Cancel reply