Skip to content

Problem running with NodeMCU #2

Description

@Anon-22

Following is the error message from IDE:

Arduino: 1.8.7 (Windows Store 1.8.15.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, 4M (1M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

Build options changed, rebuilding all
In file included from C:\Users\Soham\Desktop\eclipse-v2-master (3)\eclipse-v2-master\eclipse-v2\eclipse-v2.ino:20:0:

C:\Users\Soham\Documents\Arduino\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.002.000

 #    pragma message "FastLED version 3.002.000"

                     ^

In file included from C:\Users\Soham\Documents\Arduino\libraries\FastLED/FastLED.h:68:0,

                 from C:\Users\Soham\Desktop\eclipse-v2-master (3)\eclipse-v2-master\eclipse-v2\eclipse-v2.ino:20:

C:\Users\Soham\Documents\Arduino\libraries\FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined.  All SPI access will default to bitbanged output

 #      pragma message "No hardware SPI pins defined.  All SPI access will default to bitbanged output"

                       ^

In file included from C:\Users\Soham\Documents\Arduino\libraries\FastLED/FastLED.h:51:0,

                 from C:\Users\Soham\Desktop\eclipse-v2-master (3)\eclipse-v2-master\eclipse-v2\eclipse-v2.ino:20:

C:\Users\Soham\Documents\Arduino\libraries\FastLED/fastpin.h: In instantiation of 'class FastPin<12u>':

C:\Users\Soham\Documents\Arduino\libraries\FastLED/platforms/esp/8266/clockless_esp8266.h:21:49:   required from 'class ClocklessController<12, 20, 50, 30, (EOrder)129u, 0, false, 50>'

C:\Users\Soham\Documents\Arduino\libraries\FastLED/chipsets.h:468:7:   required from 'class WS2812Controller800Khz<12u, (EOrder)129u>'

C:\Users\Soham\Documents\Arduino\libraries\FastLED/FastLED.h:106:52:   required from 'class WS2812B<12u, (EOrder)129u>'

C:\Users\Soham\Documents\Arduino\libraries\FastLED/FastLED.h:298:39:   required from 'static CLEDController& CFastLED::addLeds(CRGB*, int, int) [with CHIPSET = WS2812B; unsigned char DATA_PIN = 12u; EOrder RGB_ORDER = (EOrder)129u]'

C:\Users\Soham\Desktop\eclipse-v2-master (3)\eclipse-v2-master\eclipse-v2\eclipse-v2.ino:200:64:   required from here

C:\Users\Soham\Documents\Arduino\libraries\FastLED/fastpin.h:207:2: error: static assertion failed: Invalid pin specified

  static_assert(validpin(), "Invalid pin specified");

  ^

exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions