Table of Contents

Getting Started

With CLion

lib_deps =
     <ADD YOUR LIBRARY HERE>

Without CLion

edit platformio.ini

upload_port = /dev/ttyUSB*
upload_speed = 921600
monitor_speed = 115200
build_flags =

; https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#rgb-led

-D LED_BUILTIN=2

Libraries

Useful commands

unsolved:

ESP32 Core Board V2 / ESP32 DevKitC

NeoPixelBus<NeoGrbFeature, NeoEsp32Rmt<X>Ws2812xMethod> strip(PixelCount, PixelPin);