Comments: LumiDrive Hookup Guide

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Rubi / about a year ago / 1

    Hi

    Where can I find the uf2 bootloader for this board ? I flashed the samd dev board uf2 bootloader but unfortunately then the lumidrive circuit python does not start anymore (only the dev board circuit python one works). Please add the bootloader uf2 to the github drive.

    Cheers Michael

  • Member #423925 / about 5 years ago / 1

    Hi, I bought the lumidrive + led strip, exact same setup, same type of led , same number, same lenght like the example. I want to activate the rainbow cycle. I'm not able to light it up. Its connected to my computer (usb3). Should it be in that configuration? I'm using sublime text.

    def rainbow_cycle(wait): num_pixels = len(pixels) for j in range(255): for i in range(num_pixels): rc_index = (i * 256 // num_pixels) + j pixels[i] = wheel(rc_index & 255) pixels.show() time.sleep(wait)

    print("Clearing LEDs.") color_fill(BLACK,0)

    Ah trusty ol' blink.

    while True: led.value = True time.sleep(.5) led.value = False time.sleep(.5)

    while True: rainbow_cycle(0)

    • santaimpersonator / about 5 years ago / 1

      Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums. Our technical support team will do their best to assist you.

  • alustig3 / about 5 years ago / 1

    Could you possibly provide a part number for those connectors? They look very cool and I'm interesting in integrating them in some of my future projects. My search only led me to AVX poke home connectors which seems to be the same concept, but I couldn't find your specific connector that has the top release.

    • Elias The Sparkiest / about 5 years ago / 1

      I tried to find a link for you but unfortunately we get our connectors directly from a manufacturer that does not sell to individuals in small amounts. I also could not find anything any where else =(. Sorry about that.

      • alustig3 / about 5 years ago / 1

        No problem. Thanks for checking!

        • Sembazuru / about 5 years ago / 1

          You may not find specifically these poke-home connectors, but search other vendors for "spring terminal blocks". Several manufacturers make similar things.


If you've found an issue with this tutorial content, please send us your feedback!