Arduino Uno how to...

  • Hi guys, I would like to replace my lightberry usb led converter with an arduino uno.
    I'm totally noob and I'm trying to figure it out on the net. Now, I'm trying to transfer the adalight.ino sketch to the board, but I get this error:


    Arduino:1.8.13 (Mac OS X), Scheda:"Arduino Uno"


    Il nome dello sketch deve essere cambiato.
    Il nome di uno sketch deve iniziare con una lettera o un numero e deve essere seguito da lettere,
    numeri, trattini, punti o simboli di sottolineatura. La lunghezza massima è pari a 63.


    In file included from /Users/dario/Desktop/Arduino_Uno_Adalight/Arduino_Uno_Adalight.ino:1:0:
    /Users/dario/Documents/Arduino/libraries/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003
    # pragma message "FastLED version 3.003.003"
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    In file included from /Users/dario/Documents/Arduino/libraries/FastLED/FastLED.h:48:0,
    from /Users/dario/Desktop/Arduino_Uno_Adalight/Arduino_Uno_Adalight.ino:1:
    /Users/dario/Documents/Arduino/libraries/FastLED/fastpin.h: In instantiation of 'class FastPin<66>':
    /Users/dario/Documents/Arduino/libraries/FastLED/fastspi_bitbang.h:23:50: required from 'class AVRSoftwareSPIOutput<6, 66, 1>'
    /Users/dario/Documents/Arduino/libraries/FastLED/fastspi.h:34:7: required from 'class SPIOutput<6, 66, 1>'
    /Users/dario/Documents/Arduino/libraries/FastLED/chipsets.h:157:6: required from 'class LPD6803Controller<6, 66, (EOrder)10, 1>'
    /Users/dario/Documents/Arduino/libraries/FastLED/FastLED.h:239:66: required from 'static CLEDController& CFastLED::addLeds(CRGB*, int, int) [with ESPIChipsets CHIPSET = (ESPIChipsets)6; unsigned char DATA_PIN = 6; unsigned char CLOCK_PIN = 66]'
    /Users/dario/Desktop/Arduino_Uno_Adalight/Arduino_Uno_Adalight.ino:145:68: required from here
    /Users/dario/Documents/Arduino/libraries/FastLED/fastpin.h:207:2: error: static assertion failed: Invalid pin specified
    static_assert(validpin(), "Invalid pin specified");
    ^~~~~~~~~~~~~
    exit status 1
    Errore durante la compilazione per la scheda Arduino Uno.



    Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
    "Mostra un output dettagliato durante la compilazione"
    in "File -> Impostazioni"


    I state that the board is disconnected from the led strip (I have not made the connections yet) and for the moment I am just trying to configure arduino uno because the leds are attached behind the TV on the wall.


    What I'm doing wrong? Do someone can help me to solve this issue?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!