esp8266-wiki
esp8266-wiki copied to clipboard
Hi, I'm trying to run blinking LED program using ESP8266_RTOS_SDK on LUBUNTU by espressif. program link-->https://github.com/sarwadenj/ESP8266_RTOS/tree/master/test_2 also i written another program and set WiFi in station mode--->https://github.com/sarwadenj/ESP8266_RTOS/blob/master/wifi/user/user_main.c I compiled my...
The toolchain installation instruction says that you are supposed to install `esptool_0.0.2-1_i386.deb`. But the installation fails with: > package architecture (i386) does not match system (amd64) I'm using the latest...
I am doing as the tutorial here: https://github.com/esp8266/esp8266-wiki/wiki/Toolchain in the step "64-bit Debian (Linux)", with the command: sudo apt-get install git autoconf build-essential gperf bison flex texinfo libtool libncurses5-dev wget...
void loop() { digitalWrite(12, 1); Serial.print("abcdffew"); Serial.flush(); digitalWrite(12, 0); delay(100); // wait for a second } see the 12 pin when down, the last byte is not Send End. so...
Hi, the page https://github.com/esp8266/esp8266-wiki/wiki/Toolchain contains a link to a very old SDK file. Might be better to point to the latest SDK br Patrick
after the tool chain is built and ready to use . I got message to link external proprietary libraries by the following command: xtensa-lx106-elf-gcc -I/home/hifza/esp-open-sdk/sdk/include -L/home/hifza/esp-open-sdk/sdk/lib when i run this...
make STANDALONE=y Makefile:180: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir' Makefile:169: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir' make -C crosstool-NG -f ../Makefile _ct-ng make[1]: Entering directory '/cygdrive/c/Users/Hifza/AppData/Roaming/SPB_16.6/esp-open-sdk/crosstool-NG' ../Makefile:180: warning: overriding...
Hi, would like to contribute by editing wiki pages but I don't see a way how to do it now. I have forged wiki repository but there are no WIKI...
Hi All, I've followed the steps to install the tool-chain however, it breaks!! I am using Ubuntu 16.04 TLS with the build failing. From what I could gather, the packages:...
Hello, The only problem I'm facing with 8266 is that the soft AP is restricted to 4, which means simultaneously only 4 users can be connected. Please suggest what should...