Announcement

Collapse
No announcement yet.

Trying this out on a konnected.io board - getting error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Trying this out on a konnected.io board - getting error

    I am trying to get this working with my konnected.io board but I am getting an error. I followed the directions for NodeMcu. Any suggestions?

    Arduino: 1.8.9 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

    WARNING: Category 'Network' in library lwIP_PPP is not valid. Setting to 'Uncategorized'
    WARNING: Category 'Network' in library lwIP_enc28j60 is not valid. Setting to 'Uncategorized'
    WARNING: Category 'Network' in library lwIP_w5500 is not valid. Setting to 'Uncategorized'
    WARNING: Category 'Network' in library lwIP_w5500 is not valid. Setting to 'Uncategorized'
    WARNING: library Servo claims to run on (avr, megaAVR, sam, samd, nrf52, stm32f4) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s).
    WARNING: library LiquidCrystal_I2C claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s).
    In file included from C:\Users\Homeseer-Server\Downloads\HomeSeerBoard1\HomeSeerBoard1.ino:58:
    C:\Users\Homeseer-Server\AppData\Local\Arduino15\packages\esp8266\hardware\esp 8266\3.0.1\libraries\Servo\src/Servo.h:75:2: error: #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor."
    75 | #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor."
    | ^~~~~
    Multiple libraries were found for "Servo.h"
    Used: C:\Users\Homeseer-Server\AppData\Local\Arduino15\packages\esp8266\hardware\esp 8266\3.0.1\libraries\Servo
    Not used: C:\Program Files (x86)\Arduino\libraries\Servo
    exit status 1
    Error compiling for board NodeMCU 1.0 (ESP-12E Module).

    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
Working...
X