Search found 2 matches

by bud.de
Tue Dec 06, 2016 3:32 pm
Forum: ESP-IDF
Topic: Set hostname
Replies: 2
Views: 9993

Set hostname

Can anyone tell me how to set the device hostname on the ESP32? The only sources I could find is about resolving a remote host. I initialize the wifi with the code from the examples: tcpip_adapter_init(); wifi_event_group = xEventGroupCreate(); ESP_ERROR_CHECK( esp_event_loop_init(event_handler, NUL...
by bud.de
Wed Nov 30, 2016 1:57 pm
Forum: Showcase
Topic: ESP32 Addressable LED Library
Replies: 4
Views: 15429

Re: ESP32 Addressable LED Library

I just came to say thanks for the library. It looks nice and for me it was the best project to startup the ESP32. Here just some edits to your example to have a nice rainbow effect. (GPIO changed to 14 for convenience). I hope the SK6812 I ordered arrive soon, so I can test them. /* ----------------...