esp8266-devkit icon indicating copy to clipboard operation
esp8266-devkit copied to clipboard

Unofficial Development Kit for Espressif ESP8266

Results 10 esp8266-devkit issues
Sort by recently updated
recently updated
newest added

pvPortReAlloc doubles the size used at the freeRTOS heap at first step before copying values to the new buffer. However, realloc function of bare metal basically adds tail space to...

My ESP is creating a WiFi network called ESP_91A62D when I turn it on. My guess is that it is for OTA updates. How can I disable that? I'm using...

When I build code like as the following by ESP8266-DEVKIT's GCC-xtensa version 5.2.0. ``` #include .... const char *arr = "HelloArray"; std::string str = arr; ... ``` I found some...

Hi I am using the your latest toolchain with eclipse oxygen and sdk 2.0.0 to program nodemcu v0.9. All examples compile and flash successfully. But esp8266 doesn't do anything it...

Hello and sorry. I didnt find any way how i can compile the C++ samples under Windows + Eclipse. It´s always taking the gcc compiler but not gcc++ c:/Espressif/ESP8266_SDK/include/osapi.h:67:6: note:...

Hello, there are many samples which have and integer error like this: delay_us is just defined as unsigned int. and that means only 16 bit. 1000*1000 are already more. CC...

Hi, i'm testing IoT_demo and it works well even if I've discovered that with some devices or browser (like Safari) the TCP packet of POST is splitted in two parts,...

Hi, It would be great if the xtensa-lx106-elf-gdb binary could be added to take advantage of the the GDB debugger in windows. https://github.com/espressif/esp-gdbstub Thanks

Custom Installation path option shall be available for Espressif-ESP8266-DevKit windows application. It normally installs in C drive but it shall be configurable.

There are some utilities that contain full path to devkit's default installation directory. That renders it impossible to install devkit into any other place than default path. Example: Espressif/utils/gen_appbin.py:123 Because...